/* www.schober.de
   startseite screen stylesheet
   11 2008 erik wunderlich */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	background:#FFF url(../index_gfx/bg_main.gif) 0px 111px repeat-x;
}

body, td, div, p, a {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#FFF;
}

a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}

h3 {
	font-weight:normal;
	font-size:19px;
	padding:7px 0px 10px 15px;
}
div.content p {
	padding-left:15px;
}



div#mainstage {
	position:relative;
	width:820px;
	margin:0px auto;
}

h2#mainlogo {
	position:absolute;
	left:667px;
	top:23px;
	width:147px;
	height:50px;
	text-indent:-9999px;
	background:url(../index_gfx/bg_mainlogo.gif) no-repeat;
}

h1#mainheader {
	position:absolute;
	left:0px;
	top:132px;
	width:385px;
	height:53px;
	text-indent:-9999px;
	background:url(../index_gfx/bg_mainheader.gif) no-repeat;
}

div#stoererdownload {
	position:absolute;
	left:-97px;
	top:325px;
	width:118px;
	height:83px;
	text-indent:-9999px;
	background:url(../index_gfx/stoerer_download.gif) no-repeat;
	z-index:100;
}

div#leftcolumn, div#rightcolumn {
	position:absolute;
	top:210px;
	width:399px;
	height:270px;
	cursor:pointer;
}

div#leftcolumn {
	left:0px;
	background:url(../index_gfx/bg_leftcolumn.jpg) no-repeat;
}
div#leftcolumn .content {
	margin-top:153px;
	height:111px;
	background:url(../index_gfx/bg_shopteaser.gif) no-repeat;
}

div#rightcolumn {
	left:420px;
	background:url(../index_gfx/bg_rightcolumn.jpg) no-repeat;
}
div#rightcolumn .content {
	margin-top:153px;
	height:111px;
	background:url(../index_gfx/bg_schoberteaser.gif) no-repeat;
}

div#leftcolumn .content p {
	padding-right:20px;
}
div#rightcolumn .content p {
	padding-right:140px;
}

div#langselect {
	position:absolute;
	left:691px;
	top:401px;
	width:121px;
	overflow:hidden;
}
div.sizeone {
	height:19px;
}
div.sizeall {
	height:auto;
}
div#langselect li {
	height:19px;
	background:url(../index_gfx/bg_countryfield.gif) no-repeat;
}
div#langselect li.firstitem {
	background:url(../index_gfx/bg_countryfield_select.gif) no-repeat;
}

div#langselect a {
	display:block;
	padding-left:12px;
	font-size:12px;
}

a#fairewerbung {
	display:block;
	position:absolute;
	left:-80px;
	text-indent:-9999px;
}
a.sizeone {
	width:219px;
	height:41px;
	top:560px;
	background:url(../index_gfx/fairewerbung_teaser.gif) no-repeat;
}
a.sizeall {
	width:331px;
	height:106px;
	top:495px;
	background:url(../index_gfx/fairewerbung_all.gif) no-repeat;
}

div#copyright {
	position:absolute;
	left:600px;
	top:588px;
	width:220px;
	height:18px;
	text-align:right;
	color:#999;
	font-size:10px;
}






.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}
.screen, .visOn {
	visibility:visible;
}
.print, .visOff {
	display:none;
}
:focus {
	outline:none;
}


