/* Main layout */
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

table tr td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

img {
	border: 0;
}


/* Text */
/***********************************************/

body, td, th, p, ul, ol, dl, input, textarea {
	color: #656100;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}


/* Links */
/***********************************************/

a {
	color: #656100;
	text-decoration: underline;
}

a:hover {
	color: #A3BD0B;
}

a:active {
	color: #A3BD0B;
}

a:visited {
	color: #A3BD0B;
}


/* Id's */
/***********************************************/

#outerframe {
	margin: 39px 29px;
}

#inhalt {
	margin: 0 0 0 163px;
}

#nav {
	margin-top: 39px;
}

#nav td {
	padding-bottom: 4px;
}


/* Classes */
/***********************************************/

table.timetable td {
	padding: 0 14px 0 0;
}

table tr.imagerow td {
	padding-right: 16px;
	padding-bottom: 16px;
}

td.textrow {
	width: 300px;
	height: 146px;
	padding-bottom: 30px;
	padding-right: 22px;
}

td.textrow p:first-child {
	margin-top: 0;
}

td.textrow p:last-child {
	margin-bottom: 0;
}

a.button {
	color: white;
	background-color: #656100;
	padding: 3px 5px;
	letter-spacing: 1px;
	text-decoration: none;
}

div.menu {
	border: 1px solid #656100;
	padding: 1em;
}

div.menu p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table.team td {
	font-size: 11px;
	line-height: 1.1em;
}

table.team td img {
	display: block;
	padding-bottom: 3px;
}

table.team td.small {
	height: 110px;
	padding-right: 5px;
	width: 80px;
}

table.team td.wide {
	height: 220px;
	padding-right: 5px;
	width: 280px;
}


/* Sprachwechsel */
/***********************************************/

div#sprachwechsel {
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 191px;
}

div#sprachwechsel a {
	color: #656100;
	text-decoration: none;
	font-weight: bold;
}