body {
	font-family: verdana, arial, "times new roman";
	font-size: 12px;
	
	margin: 0px;
	
	background-color: #C0C0C0;
}
ul {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

/********************************* layout ************************************/
#containerContent {
	width: 950px;
	height: 660px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
	border: 1px solid #000000;
}
#nav {
	float: left;
	width: 175px;
	height: 660px;
	background: #FFFFFF url('/images/bg_nav.jpg') 0px 50px no-repeat;
}
#content {
	float: left;
	width: 475px;
	height: 660px;
	background-color: #f0832a;
}
#teaser {
	float: left;
	width: 300px;
	height: 660px;
	background-color: #e9eaec;
}
#logo {
	margin-top: 25px;
	margin-left: 17px;
	margin-bottom: 40px;
}
/************************************ nav ************************************/
ul.nav {
	list-style-type: none;
	
	margin-top: 195px;
	text-align: right;
}
a.nav {
	display: block;
	height: 18px;
	
	padding-top: 5px;
	padding-right: 15px;
	
	text-decoration: none;
	color: #000000;
}
a.nav1:hover, a.nav1Sel {
	background: url("/images/nav_home.gif") no-repeat 67px;
}
a.nav2:hover, a.nav2Sel {
	background: url("/images/nav_internet.gif") no-repeat 92px;
}
a.nav3:hover, a.nav3Sel {
	background: url("/images/nav_einfach_aktuell.gif") no-repeat 41px;
}
a.nav4:hover, a.nav4Sel {
	background: url("/images/nav_suchmaschinen.gif") no-repeat 43px;
}
a.nav5:hover, a.nav5Sel {
	background: url("/images/nav_online_spiele.gif") no-repeat 56px;
}
a.nav9:hover, a.nav9Sel {
	background: url("/images/nav_webshops.gif") no-repeat 76px;
}
a.nav6:hover, a.nav6Sel {
	background: url("/images/nav_referenzen.gif") no-repeat 72px;
}
a.nav7:hover, a.nav7Sel {
	background: url("/images/nav_ueber_uns.gif") no-repeat 90px;
}
a.nav8:hover, a.nav8Sel {
	background: url("/images/nav_kontakt.gif") no-repeat 95px;
}

/****************************** content **************************************/
#title {
	font-size: 18px;
	color: #FFFFFF;
	
	margin-top: 54px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#lead {
	height: 87px;
	
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
}
span.underline {
	padding-bottom: 1px;
	border-bottom: 2px solid #FFFFFF;
	line-height: 140%;
}
#text {
	width: 435px;
	height: 350px;
	
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	
	font-size: 11px;
	line-height: 130%;
	
	background-color: #FFFFFF;
}
a.text {
	color: #000000;
}
#teaserText {
	width: 275px;
	height: 400px;
	
	font-size: 11px;
	line-height: 130%;
	
	background: #FFFFFF url('/images/bg_teaser.jpg') 185px 0px no-repeat;
}
a.teaser {
	text-decoration: none;
	color: #F0832A;
}

div.quote {
	color: #878586;
	font-style: italic;
	font-size: 11px;
}
div.author {
	color: #636163;
	font-size: 10px;
}

img.aboutus {
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
}
div.aboutus {
	float: left;
	width: 210px;
	height: 130px;
	font-size: 10px;
	margin-top: 10px;
}
img.refs {
	border: 1px solid #000000;
	width: 60px;
	height: 60px;
}
a.pageSel {
	font-weight: bold;
}
div.refs {
	float: left;
	width: 138px;
	height: 90px;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.refsRand {
	position: relative;
	top: 87px;
	left: 37px;
	width: 138px;
	font-size: 10px;
	text-align: right;
}
div.slide {
	position: absolute;
	width: 210px;
}


/************************************* on hover effect ***********************/
div.infobox {
	display: none;
	margin-top: 20px;
	text-align: right;
	
	width: 170px;
	
	position: absolute;
	z-index: 101;
	
	padding: 5px;
	color: #919191;
	
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

span.infoboxtitle {
	color: #000000;
}

/************************************* on hover effect ***********************/
a.infobox { 
	text-decoration: none;
	display: block;
	width: 138px;
	height: 88px;
	color: #000000;
}
a.infobox:hover {
	text-decoration: none;
	background: ;
}
a.infobox div { 
	text-decoration: none;
	visibility:hidden; 
	display:none;
	margin-top: 40px;
}
a.infobox:hover div {
	display: block;
	visibility: visible;
	text-decoration: none;
	text-align: right;
	
	width: 170px;
	
	position: absolute;
	z-index: 101;
	
	padding: 5px;
	color: #919191;
	
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
a.infobox div {
	display:none;
}
a.infobox:hover div {
	display:block;
}
