body {
	background-color: #1e5078;
}

a:hover {
	text-decoration: none;
}

hr {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5%;
	width: 90%;
	size: 2;
}


td {
	vertical-align: top;
	padding: 4px;
}

#head {
	color: #efefef;
	font-size: 2em;
	margin-left: 30px;
	margin-top: 20px;
}

#name {
	color: #efefef;
}

#contact {
	color: #efefef;
	font-size: 0.7em;
	font-weight: bold;
}

#impressum {
	margin-top: 30px;
	margin-left: 50px;
}

.section {
	float: left;
	color: #efefef;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 30px;
	width: 550px;
}

.topic {
	width: 520px;
	margin-top: 20px;
	padding: 0px;
	box-shadow: 2px 2px 4px 1px #353535;
}

.topic:hover {
	outline: 1px solid #efefef;
}

.topic_overview {
	height: 140px;
}

.topic_overview:hover {
	cursor: pointer;
}

.topic_image {
	float: left;
	width: 350px;
}

.topic_imageShort {
	float: left;
	width: 175px;
}

.topic_title {
	/* instead of an exact width of 170, 169 is used to handle rounding errors properly*/
	float: right;
	width: 169px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}

.topic_titleLong {
	/* instead of an exact width of 345, 344 is used to handle rounding errors properly */
	float: right;
	width: 344px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}

.topic_titleText {
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

.topic_titleDescription {
	font-size: 1em;
	line-height: 1.5;
}


.details {	
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1em;
	line-height: 1.5;
}

.thumbnail {
	margin: 0px;
	padding: 0px;
}

.col-md-6 {
	font-size: 1em;
}

.modal-dialog {
	width: 800px;
}

#imageDestination {
	max-width: 100%;
}

.fileLink {
	font-size: 1em;
	color: #1e5078;
}

.fileLink:hover {
	text-decoration: underline;
}

.fileIcon {
	margin-right: 6px;
	height: 25px;
}

.green {
	background-color: #6daa46;
}

.orange {
	background-color: #f09609;
}

.blue {
	background-color: #6c93d5;
}

.purple {
	background-color: #7463c3;
}

.darkWhite {
	background-color: #efefef;
}

.olive {
	background-color: #c80063;
}
