/********** IMPORT **********/
/*@import 'debug.css';*/

/********** ALLGEMEIN **********/
body {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 0.75em;
	line-height					: 1.5em;
	margin						: 0;
}
img {
	border						: 0px;
}
a {
	text-decoration				: none;
	color						: #74A197;
}
a:hover {
	text-decoration				: underline;
}
p {
	padding-bottom				: 0.5em;
	padding-top					: 0.5em;
	margin						: 0;
}

/********** TITEL **********/
div#title {
	background-image			: url(../images/title.gif);
	background-position			: right;
	background-repeat			: no-repeat;
	height              		: 160px;
	width						: 765px;
	margin-bottom				: 15px;
	margin-left					: 5px;
}
div#title h1 {
	visibility					: hidden;
	white-space					: nowrap;
	font-size					: 2em;
	margin-top					: 0px;
}

/********** NAVIGATION **********/
div#navigation {
	position					: fixed;
	top							: 200px;
	left						: 10px;
	width						: 200px;
	font-style					: italic;
	font-weight					: bolder;
}
div#navigation li {
	display						: block;
	height						: 30px;
	width						: 75px;
	margin-top					: 5px;
	padding-left				: 25px;
	padding-top					: 0.35em;
	list-style-type				: none;
	background-position			: top left;
	background-repeat			: no-repeat;
}
div#navigation a:link, div#navigation a:visited {
	text-decoration				: none;
}
div#navigation .indent {
	margin-left					: 40px;
}

/********** WHEREAMI **********/
div#whereami {
	position					: fixed;
	float						: left;
	font-size					: 1.2em;
	font-weight					: bolder;
	height						: 30px;
	width						: 75px;
	padding-left				: 25px;
	padding-top					: 0.14em;
	background-position			: top left;
	background-repeat			: no-repeat;
}

/********** INHALT **********/
div#content {
	min-width					: 430px;
	max-width					: 600px;
	margin-left					: 290px;
	margin-right				: 50px;
}
.textpadding {
	padding						: 0px 10px 0px 10px;
}

/********** LETZTE ÄNDERUNGEN **********/
div#letzteaenderungen {
	margin-top					: 50px;
}
div#letzteaenderungen h2 {
	font-size					: 1.2em;
	margin-bottom				: 0.5em;
}

div#letzteaenderungen table {
	border-collapse				: collapse;
}

div#letzteaenderungen table th {
	width						: 150px;
	vertical-align				: top;
	text-align					: left;
}

/********** MALSCHULE **********/
div#malschule img {
	float						: right;
	margin-top 					: 0px;
}

/********** DOZENTEN **********/
div#dozenten img {
	float 						: right;
	margin						: 4px 7px 4px 7px;
}
div#dozenten p {
	clear: both;
}

/********** TERMINE **********/
div#termine h2 {
	font-size					: 1.4em;
	font-weight					: normal;
	margin-top					: 40px;
}

/********** JAHRESPROGRAMM **********/
div#jahresprogramm h2 {
	font-size					: 1.4em;
	font-weight					: normal;
	margin-top					: 40px;
}

/********** STUDIENREISEN **********/
div#studienreisen ul {
	margin-left					: 0px;
	padding-left				: 0px;
	list-style-type				: none;
}
div#studienreisen table {
	text-align					: center;
}
div#studienreisen img { 
	vertical-align 				: bottom; 
	cursor						: pointer;
}
div#studienreisen h2 { 
	font-size					: 1.4em;
	font-weight					: normal;
	padding-top					: 10px;
	margin-top					: 40px;
	margin-bottom				: 7px;
}

/********** ARBEITEN **********/
div#arbeiten img { 
	vertical-align 				: bottom; 
	cursor						: pointer;
}

/********** KONTAKT **********/
div#kontakt h2 {
	font-size					: 1.4em;
	font-weight					: normal;
	margin-top					: 40px;
}
div#kontakt .input_fullwidth {
	width						: 100%;
	margin-right				: 20px;
}
