/* www.schober.co.at
   loesungsmodule landingpage
   main screen stylesheet
   11 2008 erik wunderlich */

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

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

body, td, div {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#000;
}
p, h4 {
	font-size:11px;
	color:#000;
	line-height:15px;
}

img {
	margin-bottom:2em;
}



div#mainstage {
}
h1#mainheader {
	font-size:13px;
	margin-bottom:1em;
}
a#mainheaderlink {
	display:none;
}

h2#subheader {
	font-size:20px;
	font-weight:normal;
	margin-bottom:2em;
}

div#subcopy {
	width:339px;
	margin-bottom:2em;
}

div#subcopy p {
}

div#loesungsmodule {
}

div#modulemofx {
}

div#moduleanchorgrid {
	display:none;
}


div#moduleanchorgrid a {
	display:none;
}

div#mainfooter {
}
div#mainfooter div {
}
div#mainfooter h4 {
	text-transform:uppercase;
	font-weight:bold;
}
div#footervw, div#footerservice {
	width:350px;
	margin-bottom:1em;
}
div#footervw div {
}
div#footerservice {
}
div#footerservice div {
}



.icontel01 {
	font-weight:bold;
}

.icontel02 {
	font-weight:bold;
}

.iconmail01, .iconmail02 {
	display:none;
}










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

a.arrowlink01, a.arrowlink02, a.arrowlink03, a.arrowlink04, a.arrowleft, a.arrowright, a.arrowleft, a.arrowright, #schoberhome, #mainprint {
	display:none;
}





.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 {
  display:none;
}
.print, .visOff {
  visibility:visible;
}



