/********************************************************************************************

	TOC:	- GENERAL & HEADINGS
			- STRUCTURE
			- NAVIGATION
			- CONTENT & FORMS

********************************************************************************************/


/****************************************  GENERAL  ****************************************/

html, body, ul {
	border:0;
	margin:0;
	padding:0
}

body {
	background:#fff url(images/bg_blue.gif) repeat-x;
	color:#666;
	font:0.8em Arial, Helvetica, sans-serif;
}

img {border:none}


/*** Links ***/

a {outline:none}
a:link, a:visited {color:#698ed9; text-decoration:underline}
a:active, a:hover {color:#7cb8ff; text-decoration:none}

#fixnav a:link, #fixnav a:visited  {color:#fff; text-decoration:none}
#fixnav a:active, #fixnav a:hover {text-decoration:underline}

#news a:link, #news a:visited  {color:#666; text-decoration:none}
#news a:active, #news a:hover {text-decoration:underline}

#fotos a {font-weight:bold}

#footer a:link, #footer a:visited  {color:#666; text-decoration:none}
#footer a:active, #footer a:hover {text-decoration:underline}


/*** Headings ***/

h1 {color:#3467cd; border-bottom:#e4eaf8 3px solid; font:bold 1.9em Arial, Helvetica, sans-serif; margin:0 0 20px 0; padding:0}
#programm h1, #fotos h1 {border:none; color:#cc0000; font:bold 1.4em Arial, Helvetica, sans-serif;}
#box h1, #fotos h1 {border:none; color:#cc0000; font:bold 1.4em Arial, Helvetica, sans-serif;}
	
h2 {color:#333; font:bold 1.4em Arial, Helvetica, sans-serif; margin:20px 0 8px 0; padding:0}
#news h2 {font:bold 1.1em Arial, Helvetica, sans-serif; margin:0 0 15px 0}


/****************************************  STRUCTURE  ****************************************/

#wrapper {margin:0 auto; width:950px}

#header {background:url(images/bg_header.jpg) no-repeat; height:215px}

#fixnav {color:#fff; float:right; font-size:0.85em; padding-top:15px}

#logo {float:left; width:220px;}
#logotxt {float:left; padding:105px 0 0 50px}

#content {background:url(images/bg_content.gif) repeat-y; border-bottom:1px solid #ddd; overflow:hidden; width:950px}
#side {float:left; width:194px;}
	#searchfield {background:url(images/bg_search.gif) no-repeat; height:75px; padding:30px 0 0 15px; width:179px}
	#nav {margin-bottom:30px; width:190px}
	#news {background:#fff; border:1px solid #ddd; margin:0 0 30px 15px; padding:10px 10px 0 10px; width:140px}
#text {float:left; margin:28px 0 30px 0; padding-left:35px; width:420px}
#text2 {float:left; margin:28px 0 30px 0; padding-left:35px; width:690px}
#programm {
	background:#fff8cb url(images/programm_top.jpg) top no-repeat;
	float:right;
	margin:20px 20px 0 0 !important; margin:20px 10px 0 0;
	min-height:100px;
	padding:30px 20px 20px 20px;
	width:212px
}

#programmbottom {
	background:url(images/programm_bottom.jpg) no-repeat;
	float:right;
	height:29px;
	margin-right:20px !important; margin-right:10px;
	width:252px
}

#box {
	border:1px solid #ddd;
	float:right;
	margin:20px 20px 0 0 !important;
	margin:20px 10px 0 0;
	min-height:100px;
	padding:20px;
	width:212px
}

#fotos {float:right; margin:20px 0; width:272px}

#footer {color:#666; font-size:0.85em; margin:0 auto; padding:10px 0; overflow:hidden; width:950px}
	#footerleft {float:left}
	#footerright {float:right}

/****************************************  NAVIGATION  ****************************************/


ul#nav {list-style:none}

#nav li {background:url(images/nav_separator.gif) bottom no-repeat}

#nav li a {
	display:block;
	color:#666;
	height:18px;
	text-decoration:none;
	padding:7px 10px 6px 15px;
}

#nav li a:hover {font-weight:bold}

#nav .currentpage {
	background:url(images/bg_nav.gif) repeat-x;
	font-weight:bold;
	color:#fff;
}


/****************************************  CONTENT & FORMS  ****************************************/

#text ul, #text2 ul {list-style:none; margin:0; padding:15px 0 10px 0}
#text li, #text2 li {background:url(images/icon_bullet.gif) 6px 6px no-repeat; padding:0 0 10px 15px}

#news table {border-collapse:collapse}
#news td.date {color:#999; font-size:0.8em; font-style:italic; width:50px; vertical-align:top}
#news td {padding:0 0 5px 0}

div.separator {background:url(images/separator.gif) center no-repeat; height:27px; padding:20px 0}

/*** Form ***/

#text form {margin:0; padding:10px 0 0 0}
#text form p {clear:left; margin:0; padding:0}
#text label {float:left; width:100px; margin:4px 0 5px 0}
#text label.labelsecond {float:none; width:300px; margin:4px 0 5px 0}

#text input, #text textarea, #text select {
	background:#F7F7F7;
	border:#ccc solid 1px;
	color:#4F3426;
	font:1em Arial, Helvetica, sans-serif;
	width:250px;
	margin:0 0 5px 0;
	padding:2px 3px 2px 3px;
}

#text textarea {height:100px}

#text #submit {
	width:80px;
	margin:10px 0 0 100px;
	margin-bottom:4px !important;
	margin-bottom:0;
}

.error {background:#FDF5F5; border:1px solid #F01C26}

#red {
	color:#F01C26;
	display:block;
	height:25px;
	margin:10px 0;
	padding:0;
}

#url {
	z-index:999;
	position:absolute;
	height:0;
	width:0;
	border:none;
	background:none;
	margin:0;
	top:0;
	left:0;
	clear:both;
	font-size:0px;
	line-height:0px;
}

.small {font-size:0.9em; font-style:italic}

/*** Search ***/

#searchfield input {
	background:url(images/searchfield.gif) no-repeat;
	border:none;
	color:#666;
	font-size:0.9em;
	padding:6px 5px 6px 10px;
	width:130px
}
	
#searchfield .search-button {
	background:url(images/icon_search.gif) 0 3px no-repeat;
	border:none;
	cursor:hand;
	cursor:pointer;
	height:28px;
	width:16px
}

#searchfield label {display:none}

#search form {padding:10px 10px 20px 0}
#search form label {color:#333; font-weight:bold; padding-right:10px}
#search form input {border:1px solid #ccc; padding:5px; width:300px}
#search form #submit {background:#e7e7e7; margin:0 0 5px 0; padding:3px 4px; width:80px}
