html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	background: #282828;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

body {
	margin-bottom:30px;
	overflow-y:scroll;
}

p, h1, h2, h3, h4, h5, h6, td, tr {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

hr {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
}

h1 {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 6px;
}

h2 {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 8px;
}

h3 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 6px;
}

h4 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
}

h5 {
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 8px;
}

h6 {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 8px;
	color: #F0FF00;
}

h7 {
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 8px;
	color: #F0FF00;
}

p {
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 12px;
}

ul {
	margin: 0px 0px 12px 24px;
	padding: 0px;
}

ol {
	margin: 0px 0px 12px 24px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

blockquote {
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 12px 0px;
}

#kopfzeile {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 210px;
}

#kopfzeile_buttons {
	
}

#fusszeile {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	clear: both;
	width: 980px;
	height: 35px;
	background: #282828 url(http://v2.elmart.eu/pics/fusszeile_hintergrund.JPG) bottom left no-repeat;
	font-size:10px;
}

#fusszeile-abstand {
	padding: 4px 30px 10px 30px;
}

#fusszeile h5 {
	margin-left:5px;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 8px;
	color:#DDDDDD;
}


/* --- NAVIGATION -------------------------- */

#navigation {
	margin : 0px 0px 0px 20px;
	padding: 1px 0px 0px 0px;
	width: 940px;
	height:22px;
	border : none;
	background: #303030 url(http://v2.elmart.eu/pics/hintergrund_nav_top.gif) top left no-repeat;
	font-size: 13px;
}

#navigation ul {
	margin : 0px 0px 0px 20px;
	padding : 0px;
	list-style : none;
	display : inline;
}

#navigation li {
	margin : 0px;
	padding : 0px 8px 0px 0px;
	display : inline;
}

#navigation li a {
	padding : 0px 5px 0px 5px;
	font-variant : small-caps;
	font-weight : normal;
	border: none;
	background: #ffffff;
	color: #000;
	border : 1px solid #000;
	border-bottom : 1px solid #000;

    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;

    -webkit-border-bottom-right-radius: 7px;
    -khtml-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
}

#navigation li a:hover {
	background : #FFFFFF;
	border : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

#navigation li .aktuell {
	padding : 0px 5px 0px 5px;
	background : #EDE85C;
	border : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

#navigation li a {
	text-decoration:none;
}


/* --- SUBNAVIGATION -------------------------- */

#subnavigation {
	margin : 0px 0px 0px 20px;
	padding: 1px 0px 0px 0px;
	width: 940px; 
	height:22px;
	border : none;
	font-size: 90%;
	background: #393939 url(http://v2.elmart.eu/pics/hintergrund_subnav_bottom.gif) top left no-repeat;
}

#subnavigation ul {
	margin : 0px 0px 0px 20px;
	padding : 0px;
	list-style : none;
	display : inline;
}

#subnavigation li {
	margin : 0px 0px 2px 0px;
	padding : 0px 12px 0px 0px;
	display : inline;
}

#subnavigation li a {
	padding : 0px 5px 0px 5px;
	font-weight : normal;
	border: none;
	background: #EB9123;
	color: #000;
	border : 1px solid #000;
	border-bottom : 1px solid #000;

    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;

    -webkit-border-bottom-left-radius: 7px;
    -khtml-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

#subnavigation li a:hover {
	background : #fff;
	border : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

#subnavigation li .nichtaktuell2 {
	padding : 0px 5px 0px 5px;
	background : #EB9123;
	border : 1px solid #000;
	border-bottom : 1px solid #000;
}

#subnavigation li .aktuell2 {
	padding : 0px 5px 0px 5px;
	background : #EDE85C;
	border : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

#subnavigation li .disabled {
	background: #666666;
}

#subnavigation li a {
	text-decoration:none;
}

.foolink {
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 8px;
	color:#DDDDDD;
	vertical-align:top;
	padding: 0px 5px 0px 5px;
}

.foocopy {
	color:#DDDDDD;
	vertical-align:top;
	padding: 0px 5px 0px 5px;
}

.logo {
	margin: 0px;
	padding: 0px;
	border: none;
}


/* --- LINKVERHALTEN -------------------------- */

.kopfzeile_buttons {
	position:absolute;
	left:50%;
	top:18px;
	margin-left:-356px;
}

.kopfzeile_buttons a {
	padding: 0px;
	display:inline-table;
	border:0px;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
	text-decoration:none;
	margin:0px 3px 0px 0px;
}

.kopfzeile_buttons a:link {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
	text-decoration:none;
}

.kopfzeile_buttons a:visited {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
}

.kopfzeile_buttons a:hover {
	opacity:1;
	-moz-opacity:1;
	filter:Alpha(opacity=100, finishopacity=100, style=0);
	text-decoration:none;
}

.kopfzeile_buttons a:active {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
}

.fusszeile a {
	margin: 0px;
	padding: 0px;
	display:inline-table;
	border:0px;
}

.fusszeile a:link {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
	text-decoration:none;
}

.fusszeile a:visited {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
}

.fusszeile a:hover {
	opacity:1;
	-moz-opacity:1;
	filter:Alpha(opacity=100, finishopacity=100, style=0);
	text-decoration:none;
}

.fusszeile a:active {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(opacity=50, finishopacity=50, style=0);
}

.gray a {
	text-decoration: underline;				
	font-weight: normal;					
	color: #ddd;
	width:auto;
	margin: 0px;
	padding: 0px;
}

.gray a:visited {
	color: #fff;	
}

.gray a:hover {
	color: #F0FF00;							
	text-decoration:underline;
}

.gray a:active {
	color: #fff;
	text-decoration:underline;
}

.white a {
	text-decoration: none;				
	font-weight: normal;					
	color: #fff;
	width:auto;
	margin: 0px;
	padding: 0px;
}

.white a:visited {
	color: #EDE85C;	
}

.white a:hover {
	color: #F0FF00;							
	text-decoration:underline;
}

.white a:active {
	color: #fff;
	text-decoration:underline;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #EDE85C;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #EDE85C;
}

a:hover {
	color: #F0FF00;	
	text-decoration:underline;
}

a:active {
	color: #EDE85C;
	text-decoration:underline;
}

