@charset "UTF-8";

html {
	font-family			: Arial, Helvetica, Verdana, sans-serif;
	margin				: 0;
	padding				: 0;
}
body {
	margin				: 0;
	padding				: 0;
	color				: #000000;
	font-size			: 12px;
	text-align			: left;
	background-color: #fff;
}
body form {
	margin				: 0;
	padding				: 0;
}

html a					{ color: blue; font-weight: normal; text-decoration: underline; }
html a:hover			{ color: blue; text-decoration: none; }
html a:focus			{ color: blue; text-decoration: none; }

p {
	padding				: 0 0 0.5em 0;
	margin				: 0;
}

h1{
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}



/*------------------------------------------------------*/

#root{
	position: relative;
	margin: 20px auto;
	width: 780px;
	background-color: #fff;

}

.rootpadding{
	padding: 10px;
}

#head{
	position: relative;
	width: 780px;
	height: 95px;
	background: url('../_media/grafik/Header.jpg') no-repeat;
}

#logo{
	position: relative;
	width: 328px;
	height: 64px;
	background: url('../_media/grafik/Logo.jpg') no-repeat;
}

#navicontainer{
	position: absolute;
	right: 2px;
	top: 149px;
	width: 452px;
	height: 80px;
	z-index: 100;
}

#content{
	position: relative;
	padding: 50px 0 60px 0px;
	color: #222;
}

.pic{
	width: 390px;
}
.text{
	padding: 0 5px 0 10px;
}

#foot{
	position: relative;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
}

#foot a{
	font-size: 12px;
	text-decoration:none;
	color: #888;
}
#foot a:hover{
	color:#444;
}

.middle-li{
	padding: 0 9px 0 9px;
	border-right: 1px solid #bbb;
}
.last-li{
	padding: 0 0 0 9px;
}
.last-li{
	padding: 0 0 0 9px;
}


/*
#############################################################################
#############################################################################
###
###		...
###
#############################################################################
#############################################################################
*/



/*
#############################################################################
#############################################################################
###
###		BUTTONs
###
#############################################################################
#############################################################################
*/

.standardButton {
	margin:1px 1px 1px 1px;
	padding: 0px;
	float: left;


}
.standardButton a{
	background: url(../_media/grafik/standardButton.gif) repeat-x;
	padding: 1px 5px 0px 5px;
	text-decoration:none;
	border: solid #bbbbbb 1px;
	font-size: 11px;
	display: block;
}
.standardButton a:hover {
	text-decoration:none;
	border: solid #838383 1px;
}
.standardButton a:active {
	text-decoration:none;
	border: solid #bbbbbb 1px;
}

/*
#############################################################################
#############################################################################
###
###		LITTLE HELPER
###
#############################################################################
#############################################################################
*/


.clr                 { clear : both;  }
.none, .printonly    { display: none; }
.block               { display: block;}



