/*
###
### Layout
###
*/



/* --------------------------------- Grundgerüst --------------------------------- */


body
{
	background: url("../images/background.gif");
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 30px;
	font-family: Tahoma, Arial, sans-serif;
}

body.popup
{
	background-color: #E7AC26;
	margin: auto;
	color: #555555;

}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

td
{
	font-size: 11px;
	vertical-align: top;
	padding: 3px;
}

td.error
{
	background-color: red;
	color: white;
}

#container
{
	width: 753px;
	border: 1px solid #828282;
	margin: 0px auto 0px auto;
	background-color: #FAEDD1;
	color: #555555;
	background-repeat: no-repeat;
}

#header
{
	height: 96px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	display: block;
}

#yellow_bar
{
	width: 100%;
	height: 4px;
	background-color: #E7AC26;
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}

#footer
{
	width: 100%;
	height: 183px;
	background: url("../images/bottom.gif");
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	clear: both;
}

#maintable
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 0px;
	border: none;
}

#navigation
{
	width: 130px;
	margin-top: 0px;
	background-color: #FAEDD1;
	color: #555555;
	vertical-align: top;
	padding: 0px;
	border: none;
}

#content
{
	width: 622px;
	min-height: 400px;
	margin: 0px;
	background-color: white;
	color: #555555;
	border-left: 1px solid #CEB782;
	vertical-align: top;
	padding: 0px;
}

div#contentbox
{
	margin: 40px 40px 0px 40px;
	padding-bottom: 20px;
}

div.mainmenu
{
	height: 17px;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	color: white;
	background: url("../images/mainmenu.gif");
	border: 1px solid #faedd1;
	font-weight: bold;

}
.mastermenu_content
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	margin: 0px;
	color: white;
	background: transparent;
}

ul#extramenu
{
	background-color: #F2D289;
	margin: 0px 1px 0px 1px;
	color: #A16F0A;
	list-style: none;
}

li.extramenu
{
	border-bottom: 1px solid #faedd1;
	padding: 3px 3px 3px 10px;
	font-size: 10px;
	color: #555555;

}

.navigation_mastermenu
{
	border-color: #FAEDD1;
}

.navigation_mastermenu_padding
{
	padding-left: 10px;
}

.navigation_background
{
	background-image: url("../images/mysql_verlauf.gif");
	height: 168px;
	border-left: 1px solid #FAEDD1;
	border-right: 1px solid #FAEDD1;
}

div#counter
{
	background-color: #E7AC26;
	color: white;
	float: right;
	margin: 0px;
	padding: 2px 10px 0px 10px;
	height: 17px;
}

/* --------------------------------- Formulare --------------------------------- */


input, select, textarea
{
	font-size: 11px;
	border: 1px solid #E7AC26;
}

input.radio, input.checkbox
{
	border: none;
}

input.textfeld
{
	width: 150px;
}

input.textfeld_kurz
{
	width: 75px;
}

input.textfeld_sehr_kurz
{
	width: 30px;
}

textarea
{
	height: 200px;
	width: 400px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

form
{
	padding: 0px;
	margin: 0px;
}

fieldset
{
	border: none;
	margin: 0px;
	padding: 0px;
}


/* --------------------------------- Links --------------------------------- */

img
{
	border: none;
	background: none;
}

a.imglink:link, a.imglink:active, a.imglink:hover, a.imglink:visited
{
	margin: 0px;
	padding: 0px;
	background: none;
}

a:link, a:active, a:hover, a:visited 
{
	background-image: url("../images/link.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
	color: #C98C12;
	text-decoration: none;
}

a.download:link, a.download:hover, a.download:active, a.download:visited
{
	background-image: url("../images/download.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
	color: #C98C12;
	text-decoration: none;
}

a.download:hover
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a.navigation_main:link, a.navigation_main:hover, a.navigation_main:active, a.navigation_main:visited
{
	padding: 1px 2px 2px 10px;
	display: block;
	background-image: none;
	background-color: #E7AC26;
	border-top: 1px solid #D19919;
	text-decoration: none;
	color: white;
	margin: 0px 1px 0px 1px;
}

a.navigation_main:hover
{
	background-color: #d89c13;
}

a.navigation_sub:link, a.navigation_sub:hover, a.navigation_sub:active, a.navigation_sub:visited
{
	padding: 1px 2px 2px 20px;
	display: block;
	background-image: none;
	background-color: #f2ce7b;
	border-top: 1px solid #faedd1;
	text-decoration: none;
	color: #c98c12;
	font-size: 10px;
	margin: 0px 1px 0px 1px;
}

a.navigation_sub:hover
{
	background-color: #dfbb67;
}

a.topnavigation:link, a.topnavigation:hover, a.topnavigation:active, a.topnavigation:visited
{
	font-size: 10px;
	background-color: #FAEDD1;
	float: right;
	margin: 1px 1px 0px 0px;
	background-image: url("../images/link.gif");
	background-position: 5px 2px;
	background-repeat: no-repeat;
	padding: 2px 5px 0px 15px;
	height: 16px;
}

a.counter:link, a.counter:hover, a.counter:active, a.counter:visited
{
	font-size: 10px;
	background-color: #E7AC26;
	float: right;
	margin: 1px 1px 0px 0px;
	background-image: url("../images/link.gif");
	background-position: 5px 2px;
	background-repeat: no-repeat;
	padding: 2px 5px 0px 15px;
	height: 16px;
}

a.news:link, a.news:hover, a.news:active, a.news:visited
{
	padding: 0px 5px 5px 10px;
	margin:0px;
	font-size: 10px;
}


/* --------------------------------- Überschriften --------------------------------- */


h1
{
	font-size: 20px;
	font-weight: bold;
	color: #E7AC26;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h2
{
	font-size: 12px;
	color: #E7AC26;
	margin: 0px 0px 20px 0px;
	line-height: 12px;
	font-weight: normal;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 15px -5px 10px -5px;
	background-color: #E7AC26;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #C98C12;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin: 15px 0px 5px 0px;
}


/* --------------------------------- Ausrichtungen --------------------------------- */


.justify
{
	text-align: justify;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}




/* --------------------------------- Floating --------------------------------- */


.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.clear
{
	clear: both;
	margin: 0px;
	line-height: 0px;
}


/* --------------------------------- Schriftgrößen --------------------------------- */

.text10
{
	font-size: 10px;
}

.text11
{
	font-size: 11px;
}

.text12
{
	font-size: 12px;
}

.text14
{
	font-size: 14px;
}

.text16
{
	font-size: 16px;
}


/* --------------------------------- Schriftauszeichnung --------------------------------- */


.bold
{
	font-weight: bold;
}

b
{
	font-weight: bold;
}


/* --------------------------------- Listenformatierung --------------------------------- */


ul
{
	margin: 8px 5px 8px 5px;
	font-size: 12px;
	padding: 0px;
	list-style-type: square;
}

li
{
	padding-left: 0px;
	line-height: 14px;
	font-size: 11px;
}

ul.list_marged
{
	margin-left: 20px;
}

.list_nostyle
{
	 list-style: none;
}

/* --------------------------------- Sonstiges --------------------------------- */




.h1_margin
{
	margin-bottom: 10px;
}

img
{
	margin: 0px;
}

.buttonbackground
{
	padding: 10px;
	background-color: #FAEDD1;
	margin: auto;
}

.marker
{
	background-color: #FAEDD1;
	padding: 3px;
}

.imgborder
{
	border: 1px solid black;
}

.noborder
{
	border: none;
}

.nopadding
{
 padding: 0px;
}

.nomargin
{
	margin: 0px;
}

.automargin
{
	margin: auto;
}

.no_bottom_margin
{
	margin-bottom: 0px;
}

.no_top_margin
{
	margin-top: 0px;
}

img.fotoserie_img
{
	margin: 10px;
}

.img_margin
{
	margin: 20px 10px 20px 10px;
	font-size: 10px;
}

.img_margin_small
{
	margin: 10px 5px 10px 5px;
	font-size: 10px;
}

.navi_main_img
{
	float: left;
	margin-right: 2px;
}

img.navi_sub_img
{
	border: none;
	margin-right: 1px;
	float: left;
}

.linkrow
{
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.fotoserie_img
{
	border: 1px solid black;
}

.zitat
{
	color: #A16F0A;
	background-color: #FAEDD1;
	padding: 10px;
	border: 1px solid #C98C12;
	margin: 10px 0px 10px 0px;
}

.infobox
{
	background-color: #FAEDD1;
	color: #555555;
	border: 1px solid #CEB782;
	padding: 20px;
	margin: 20px 0px 20px 0px;
	clear: both;
	text-align: center;
}

.errorbox
{
	margin: 20px 0px 20px 0px;
	padding: 8px 80px 8px 80px;
	border: 1px solid black;
	background-color: red;
	color: white;
	text-align: center;
	height: 28px;
	overflow: auto;
}

.row_a
{
	background-color: #FAEDD1;
	color: #555555;

}

.row_b
{
	background-color: #F8E5BD;
	color: #555555;
}

.row_separate
{
	background-color: #E7AC26;
}

.row_marked
{
	background-color: #F2CE7B;
	color: #555555;
}

img.hand
{
	cursor: pointer;
}

.red
{
	color: red;
	background: transparent;
}

div.margin
{
	margin: 0px 5px 0px 5px;
}

img.banner
{
	margin: 30px 0px 0px 10px;
}


div.newsbox
{
	width: 263px;
	margin: 0px 6px 6px 0px;
	border: 1px solid #CEB782;
	padding: 0px;
	height: 360px;
	float: left;
	overflow: auto;
}

div.newsbox_headline
{
	padding: 4px 0px 4px 5px;
	background-image: url("../images/submenu.gif");
	background-repeat: repeat;
	margin: 1px;
}

div.newsbox_content
{
	padding: 3px 5px 10px 5px;
}

img.textfloat_left
{
	float: left;
	margin: 10px 10px 10px 0px;
}

img.textfloat_right
{
	float: right;
	margin: 10px 0px 10px 10px;
}

form#vorstellungen
{
	margin: 0px 0px 10px auto;
	text-align: right;
}




div#popup
{
	width: 400px;
	height: 579px;
	position: absolute;
	top: 50px;
	left: -450px;
	z-index: 10;
}

.show
{
	display: block;
}

.hide
{
	display: none;
}
