/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	/*text-decoration: underline;*/
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ende reset-styles */




html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
	line-height: 110%;
	color: #707173;
	background-color: #ffffff;		
	}


img {
	border: 0;
}



/* ### START hauptspalten ### */


div#wrapper { 
	width: 62.75em; 
	margin: 0 auto;
	height: 100%;
}

div#inner { 
	position: relative;
	float: left;
	width: 62.75em;
	height: 100%;
	border-left: 0.125em solid #c9d0d4;
	-moz-box-shadow: 0.25em 0 0.125em #a6acac;
	-webkit-box-shadow: 0.25em 0 0.125em #a6acac; 
	box-shadow: 0.25em 0 0.125em #a6acac; 
	background-color:#ffffff; /*wichtig sonst schatten auf alle elemente*/
}


div#header {
	position: relative;
	float: left;
	width: 100%;
	height: 17.5em;
}

div#logo {
	position: relative;
	float: left;
	width: 17.125em;
	margin: 5.875em 0 0 35.5em;
}


div#main {
	position: relative;
	float: left;
	width: 60.25em; 
	margin: 0 0 0 2.5em;
}


div.text {
	position: relative;
	float: left;
	width: 30.375em;
	margin: 0 3.125em 0 0;
}

div.bild {
	position: relative;
	float: left;
	width: 26.75em;
	padding: 0.25em 0 0 0;
}

div#footer {
	position: relative;
	float: left;
	width: 60.25em; 
	margin: 2.5em 0 0 2.5em;
	padding: 0 0 1em 0;
}


#variante1,
#variante2,
#variante3 {
	display: none;
}

/* ### END hauptspalten ### */


/* ### START navigationselemente ### */


#footer p a {
	color: #707173;
	text-transform: lowercase;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:focus,
#footer p a:active {
	text-decoration: underline;
}

#footer p.active {
	font-weight: bold;
}



/* ### END navigationselemente ### */

/*###start allgemein/artikel###*/

h1, h2, h3, h4, h5 {
	font-size: 0.6875em;
	margin: 0 0 0.4em 0;
}


p {
	font-size: 0.6875em;
	margin: 0 0 1.2em 0;
}

strong  {
	font-weight: bold;
}

sup {
	font-size: 0.625em;
	vertical-align: super;
}

#main a {	
	color: #e2001a;
	text-decoration: none;
}

#main a:hover,
#main a:focus,
#main a:active {	
	text-decoration: underline;
}


#main ul li,
#main ol li,
#main dl dt {
	font-size: 0.6875em;
}


#main ul {
	margin: 0 0 1.6em 1.4em;
	list-style-type: disc;
	list-style-position: outside;
}

#main ol {
	margin: 0 0 1.6em 1.4em;
	list-style-type: decimal;
	list-style-position: outside;
}
