@charset "UTF-8";


/* --------------------------------------------------------------------------------- GENERAL */

body {
	font-family: Arial, Geneva, sans-serif;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	color:#000000;
	text-decoration:none;
}

.clear {
	clear:both;
	}

div#yaml_main {
	position:relative;	
	text-align:left;
	}


.ym-wbox {
	padding-top: 0px;
	}



/* --------------------------------------------------------------------------------- NAVIGATION */

div#navigation {
	display:none;
	}


/* --------------------------------------------------------------------------------- CONTENT */


div#yaml_content {
	font-size:0.75em;
	color:#000000;
	line-height:153%;
	width:13cm;
	padding-left: 2cm;
	}

div#yaml_content.nosubnavi {
	}

div#yaml_content img {
width:13cm;
	height:auto;
}

div#yaml_content h1 {
		font-family: 'Amiri', serif;
	margin:0px;
	padding:0px;
	font-style:italic;
	font-weight:normal;
	font-size:2.16666em;
	margin-bottom:0.75em;
	line-height:120%;
	color:#000000;
	}
div#yaml_content h2 {
	font-weight:2em;
	color:#57595A;
	}
div#yaml_content div.box h2 {
	padding-left:14px;
	}
div#yaml_content.nosubnavi h1 {
	}
div#yaml_content h1.typeface-js {
	color:transparent;
	}
div#yaml_content p {
	margin:0px;
	padding:0px;
	margin-bottom:1.2em;
	}
div#yaml_content ul {
	margin:0px;
	padding:0px;
	margin-bottom:2em;
	padding-left:1.2em;
	}
div#yaml_content a {
	color:#ba0013;
	}
div#yaml_content img.left {
	float:left;
	margin-right:12px;
	margin-bottom;
	}
div#yaml_content img.right {
	float:right;
	margin-left:12px;
	margin-bottom;
	}
div#content_bottom {
	position:relative;
	width:832px;
	min-height:60px;
	margin-left:121px;
	background-image:url(/_img/_layout/content_bg_bottom.png);
	background-repeat:no-repeat;
	padding-left:187px;
	}


/* --------------------------------------------------------------------------------- CONTENT BOX */

div#yaml_content div.box {
	padding:0px 12px 12px 12px;
	width:536px;
	}
div#yaml_content div.box_small {
	background-color:#CFD0D2;
	padding:0px 0px 12px 12px;
	width:450px;
	}
div#yaml_content div.box_top {
	width:560px;
	height:16px;
	background-image:url(/_img/_layout/box_top.png);
	background-repeat:no-repeat;
	}
div#yaml_content div.box_small_top {
	width:462px;
	height:16px;
	background-image:url(/_img/_layout/box_small_top.png);
	background-repeat:no-repeat;
	}
div#yaml_content div.box_bottom {
	width:560px;
	height:16px;
	background-image:url(/_img/_layout/box_bottom.png);
	background-repeat:no-repeat;
	}
div#yaml_content div.box_small_bottom {
	width:462px;
	height:16px;
	background-image:url(/_img/_layout/box_small_bottom.png);
	background-repeat:no-repeat;
	}



/* --------------------------------------------------------------------------------- FORMS */

form.contact {}
form.contact label {
	display:block;
	width:120px;
	float:left;
	clear:left;
	margin-bottom:5px;
	}
form.contact label.error {
	color:#ba0013;
	}
form.contact label.correct {
	color:#499f11;
	}
form.contact input.text {
	background-color:#FFFFFF;
	border:none;
	width:280px;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	}
form.contact input.error {
	border:1px dotted #ba0013;
	}
form.contact input.correct {
	border:1px dotted #499f11;
	}
form.contact textarea.textarea {
	background-color:#FFFFFF;
	border:none;
	width:280px;
	height:200px;
	margin-bottom:5px;
	line-height:20px;
	}
form.contact input.submit {
	background-color:#FFFFFF;
	border:none;
	margin-bottom:20px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	clear:left;
	margin-left:120px;
	}
div#yaml_content label#for_month {
	color:#57595A;
	font-weight:bold;
	padding-left:12px;
	display:block;
	margin-bottom:5px;
}
div#yaml_content select {
	background-color:#FFFFFF;
	border:none;
	width:280px;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	padding-top:3px;
}
div#yaml_content select#month {
	padding-left:10px;
	width:200px;
}
div#yaml_content input.submit {
	background-color:#FFFFFF;
	border:none;
	margin-bottom:20px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	clear:left;
	}
div#yaml_content label#for_semester,
div#yaml_content label#for_veranstaltung {
	display:none;
}

div.error {
	color:#ba0013;
	background-color:#FFFFFF;
	border:1px dotted #ba0013;
	padding:20px;
	margin-bottom:30px;
}

div.correct {
	color:#499f11;
	background-color:#FFFFFF;
	border:1px dotted #499f11;
	padding:20px;
	margin-bottom:30px;
}
div#content div.correct a {
	color:#499f11;
}


/* --------------------------------------------------------------------------------- TABLES */

table td {
	vertical-align:top;
	}
table.veranstaltung {
	width:535px;
	color:#57595A;
}
table.veranstaltung th {
	background-color:#B2B3B5;
	padding:4px 14px 4px 14px;
	}
table.veranstaltung td {
	vertical-align:top;
	padding:14px 14px 4px 14px;
	}
table.veranstaltung td.time {
	width:100px;
	}

/* --------------------------------------------------------------------------------- FOTOGALERIE */

div.thumbnail {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	background-repeat:no-repeat;
	background-position:center center;
	width:138px;
	height:92px;
}
div.thumbnail a {
	display:block;
	width:138px;
	height:92px;
}
div.thumbnail a img {
	display:none;
}

