/* RESET ------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
	}

:focus {
	outline:0;
	}

body {
	background:#ffffff url(../img/verlauf.jpg) repeat-x scroll top left;
	line-height:1;
	color:#000000;
	text-align:center;
	margin-top:20px;
	font-family:Arial;
	font-size:12px;
	}

ol, ul {
	list-style:none;
	}

table {
	border-collapse:separate;
	border-spacing:0;
	}

caption, th, td {
	font-weight:normal;
	text-align:left;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}

blockquote, q {
	quotes:"" "";
	}

/* -------------------------------------------------------------------- ENDE RESET */

/* LAYOUT ------------------------------------------------------------------------ */

#wrap {
	position:relative;
	width:780px;
	margin:0 auto;
	padding-right:10px;
	text-align:left;
	background: url(../img/schatten_r.png) repeat-y scroll top right;
	}

#topmenu {
	position:relative;
	width:100%;
	height:20px;
	background:#e5e5e5;
	border-bottom:2px solid #000000;
	line-height:20px;
	vertical-align:middle;
	overflow:hidden;
	}

#head {
	position:relative;
	width:100%;
	height:150px;
	background-color:#ffffff;
	background-position:top right;
	background-repeat: no-repeat;
	overflow:hidden;
	}

#imgrotate {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1111;
	}

#head h1 {
	width:103px;
	height:101px;
	background: #ffffff url(../img/a5logo.gif) no-repeat scroll top left;
	text-indent:-9999px;
	z-index:9999;
	}

#head h1 a {
	display:block;
	height:101px;
	}

#head span {
	width:287px;
	height:48px;
	margin-left:4px;
	background: #ffffff url(../img/a5schriftzug.gif) no-repeat scroll top left;
	text-indent:-9999px;
	color:#ffffff;
	display:block;
	z-index:9999;
	}

#menu {
	position:relative;
	width:100%;
	height:20px;
	background:#e5e5e5;
	border-top:2px solid #000000;
	line-height:20px;
	vertical-align:middle;
	overflow:hidden;
	}

#topmenu ul, #menu ul {
	position:absolute;
	left:-2px;
	}

#topmenu li, #menu li {
	padding:0px 12px;
	float:left;
	border-left:2px solid #333333;}

#contentwrap {
	width:100%;
	padding-top:15px;
	background:#ffffff;
	}

#content {
	width:510px;
	padding:0px 10px 0px 10px;
	float:left;
	}

#contentfull {
	width:760px;
	min-height:1200px;
	padding-top:15px;
	background:#ffffff;
	padding:0px 10px;
	}

#sidebar {
	width:200px;
	margin:0px 15px 0px 0px;
	padding:10px;
	float:right;
	background:#f3f3f3;
	}

.clear {
	clear:both;
	}

#foot {
	height:20px;
	line-height:20px;
	vertical-align:middle;
	text-indent:20px;
	background: #ffffff url(../img/1orange.gif) no-repeat scroll 5px 16px;
	padding:10px 0px 0px 0px;
	}

#schluss {
	background: url(../img/schatten_u.png) no-repeat scroll top left;
	width:790px;
	text-align:left;
	padding:20px 0px;
	margin:0 auto;
	}

#ad {
	position:absolute;
	right:-150px;
	z-index:9999;
	}

/* ------------------------------------------------------------------- ENDE LAYOUT */

/* TEXTFORMAT -------------------------------------------------------------------- */

#content, #sidebar, #contentfull {
	line-height:1.2;
	}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content table,
#content ul,
#contentfull h1,
#contentfull h2,
#contentfull h3,
#contentfull h4,
#contentfull h5,
#contentfull h6,
#contentfull p,
#contentfull table,
#contentfull ul,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar p,
#sidebar table,
#sidebar ul {
	padding-bottom:10px;
	}

#content h1,
#contentfull h1,
#sidebar h1 {
	font-size:24px;
	color:#f68d37;
	font-weight:normal;
	}

#content h2,
#contentfull h2,
#sidebar h2 {
	font-size:18px;
	color:#333333;
	font-weight:normal;
	}

#content h3,
#content h4,
#content h5,
#content h6,
#contentfull h3,
#contentfull h4,
#contentfull h5,
#contentfull h6,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	}

#content p,
#contentfull p,
#sidebar p {
	color:#333333;
	}

#content ul,
#contentfull ul,
#sidebar ul {
	margin-left:20px;
	}

#content li,
#contentfull li,
#sidebar li {
	list-style:disc;
	}

/* --------------------------------------------------------------- ENDE TEXTFORMAT */

/* LINKS ------------------------------------------------------------------------- */

#topmenu a, 
#menu a, 
#foot a {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}

#topmenu a:hover, 
#menu a:hover, 
#foot a:hover, 
#topmenu a:focus, 
#menu a:focus, 
#foot a:focus {
	color:#f68d37;
	}

#content a, 
#contentfull a,
#sidebar a {
	color:#f68d37;
	font-weight:bold;
	text-decoration:none;
	}

#content a:hover, 
#content a:focus, 
#contentfull a:hover,
#contentfull a:focus,
#sidebar a:hover, 
#sidebar a:focus {
	text-decoration:underline;
	}

/* -------------------------------------------------------------------- ENDE LINKS */
