
/* ========== General ========== */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: url(../img/layout/hg.gif) repeat fixed;
}

/* ========== Fonts ========== */

* {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

/* ========== Title  ========== */

h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	display: block;
	border-bottom: 1px solid #0067b3;
}

h2 {
/*	color: #0067b3;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	margin-left: -20px;
*/
	color: #0067b3;
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h3 {
/*	color: #333;
	font-size: 12px;
	font-variant: small-caps;
	margin-left: -5px;
	border-left: 10px solid #0067b3;
	padding-left: 5px;
*/
	font-weight: bold;
	font-size: 12px;
}

/* ========== Line  ========== */

hr {
	background-color: #0067b3;
	color: #0067b3;
	width: 100%;
	border: 0;
	height: 1px;
}

hr.gray {
	background-color: #CCC;
	color: #0067b3;
	width: 100%;
	border: 0;
	height: 1px;
}

/* ========== Dives  ========== */

#center {
	margin: 40px auto;
	width: 990px;
	text-align: left;
}

#header, #navigation, #login, #content {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}

/* ---------- Header ---------- */

#header {
	width: 990px;
	height: 80px;
	background-color: #000;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	text-align: center;
	margin-bottom: 30px;
}

/* ---------- Left ---------- */

#left {
	float: left;
}

/* ---------- Navigation ---------- */

#navigation {
	width: 220px;
	padding: 20px;
	margin-bottom: 30px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	padding-left: 50px;
	background: url(../img/layout/navi/normal.png) no-repeat;
}

#navigation a:hover, #navigation a:active, #navigation a.active {
	color: #0067b3;
	background: url(../img/layout/navi/active.png) no-repeat;
}

#navigation a.subnavi:link, #navigation a.subnavi:visited {
	display: block;
	color: #0067b3;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 2px 65px;
	background: none;
}

#navigation a.subnavi:hover, #navigation a.subnavi:active {
	text-decoration: underline;
}

/* ---------- Login ---------- */

#login {
	width: 220px;
	padding: 20px;
	margin-bottom: 60px;	
}

#login input, #login button {
	width: 100%;
	border: 1px solid #666;
	color: #666;
	margin-bottom: 7px;
}

#login button:hover , #login input:hover {
	color: #333;
}

#login p {
	color: #333;
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
}

#login img {
	padding-right: 20px;
}

#pass {
	border: 1px solid #009900;
	color: #006600;
	padding: 3px 10px;
}

#fail {
	border: 1px solid #FF0000;
	color: #CC0000;
	padding: 3px 10px;
}

/* ---------- Right ---------- */

#right {
	float: right;
}

/* ---------- Content ---------- */

#content {
	width: 586px;
	min-height: 557px;
	padding: 20px 20px 20px 50px;
	margin-bottom: 60px;	
	overflow: auto;
}

#content a:link, #content a:visited {
	color: #0067b3;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#content a:hover, #content a:active {
	color: #0067b3;
	text-decoration: none;
	border-bottom: 1px solid #0067b3;
}


#content img.t {
	margin-left: -50px;
}

#content a.aktuell:link, #content a.aktuell:visited, #content a.aktuell:hover, #content a.aktuell:active {
	color: #0067b3;
	text-decoration: none;
	border: 0;
}

#content a.aktuell:hover, #content a.aktuell:active {
	color: #999;
}

table.termine td, table.programm td {
	border-bottom: 1px solid #999;
}

#content button {
	border: 1px solid #666;
	color: #666;
	margin-bottom: 7px;
}

#content button:hover {
	color: #333;
}

/* ---------- Footer ---------- */

#footer {
	clear: both;
}

#footer a {
	color: #999;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

/* ========== Edit ========== */

textarea.edit {
	width: 100%;
}