/**************************************************'*/
/* styles.css				      					*/
/* copyright 2010 tp-werbeagentur				    */
/*											 	    */
/****************************************************/

body {
	background: #cc071e;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: center;	
}
/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/*************************************************************/
#containerMain {
	width: 940px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
  	width: 940px; 
	height: 178px;
	margin: 0;
	padding: 0;
	background: url("../images/header_bg_.jpg") 0px 0px no-repeat;
}
/***********************************************************************************/
/******** navigation  **************************************************************/
/***********************************************************************************/
.nolook{
	display: none;
}
#nav{
	width: 236px;
	padding: 0 0 0 14px;
	margin:0;
	float:left;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
* html #nav ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
#nav ul li a{
	text-decoration: none;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}

#nav ul li a.dasspiel{
	background: url("../images/nav_dasspiel.jpg") 0px 0px no-repeat;
	height: 35px;
}
#nav ul li a.dasspiel:hover, #nav ul li a.dasspielnaviActive{
	background: url("../images/nav_dasspiel_hover.jpg") 0px 0px no-repeat;
	height: 35px;
}

#nav ul li a.dieregeln{
	background: url("../images/nav_dieregeln.jpg") 0px 0px no-repeat;
	height: 35px;
}
#nav ul li a.dieregeln:hover, #nav ul li a.dieregelnnaviActive{
	background: url("../images/nav_dieregeln_hover.jpg") 0px 0px no-repeat;
	height: 35px;
}

#nav ul li a.sorten{
	background: url("../images/nav_sorten.jpg") 0px 0px no-repeat;
	height: 35px;
}
#nav ul li a.sorten:hover, #nav ul li a.sortennaviActive{
	background: url("../images/nav_sorten_hover.jpg") 0px 0px no-repeat;
	height: 35px;
}

#nav ul li a.spielinhalt{
	background: url("../images/nav_spielinhalt.jpg") 0px 0px no-repeat;
	height: 35px;
}
#nav ul li a.spielinhalt:hover, #nav ul li a.spielinhaltnaviActive{
	background: url("../images/nav_spielinhalt_hover.jpg") 0px 0px no-repeat;
	height: 35px;
}

#nav ul li a.testrunde{
	background: url("../images/nav_testrunde.jpg") 0px 0px no-repeat;
	height: 35px;
}
#nav ul li a.testrunde:hover, #nav ul li a.testrundenaviActive{
	background: url("../images/nav_testrunde_hover.jpg") 0px 0px no-repeat;
	height: 35px;
}
/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
#content{
	width: 690px;
	height: 420px;
	background: url("../images/content_bg.jpg") 0px 0px no-repeat;
	float: left;
	overflow: hidden;
}
#contentHome{
	background: url("../images/content_home_bg.jpg") 0px 0px no-repeat;
	width: 690px;
	height: 420px;
	float: left;
	overflow: hidden;
}
#contentInhalt{
	background: url("../images/sortiment.jpg") 0px 0px no-repeat;
	width: 690px;
	height: 420px;
	float: left;
	overflow: hidden;
}
#content .contentInner, #contentHome .contentInner{
	padding: 30px 15px 20px 40px;
	margin: 0;
	width: 620px;
}
#content h1, #contentHome h1, #contentInhalt h1{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
}

.desc{
	float: left;
	width: 410px;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid #000;
	height: 150px;
	overflow: hidden;
	line-height: 16px;
}
.pic{
	float: left;
	width: 160px;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid #000;
	height: 150px;
}

/****************************************************************************************************/
a {
	color: #cc071e;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #000000;
}
a.black {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a.black:hover{
	color: #FFF;
}




/************************************* Scroller ************************************************/
/****************************************************************************************************/
#up { margin: 20px 0 0 30px; cursor:pointer; display: block;}
#down { margin: 330px 0 0 30px; cursor:pointer; display: block;}
#cont {position:relative; left:30px; top:20px; float: left; width:590px; height:375px; overflow:hidden; margin-right: 20px;}
.txt {position:absolute; left:0px; top:0px;  width:590px; text-align:left; padding:5px; visibility:hidden;}


