/* CSS Document */
/*Bestimmt die Seitenbreite*/
body	{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
li{
	display: inline;
	margin-right:10px;
	}

.txt_bold {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.txt_bold a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.txt_bold a:visited{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.txt_bold a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.txt_small {
	font-size:10px;
	font-weight:normal;
}

.txt_high {
	color:#CC0000;
}
.txt_high a{
	color:#CC0000;
	text-decoration:none;
}
.txt_high a:visited{
	color:#CC0000;
	text-decoration:none;
}
.txt_high a:hover{
	color:#CC0000;
	text-decoration:none;
}


.nav-seite	{
	display: inline;
	padding-left:0px;
	}

a.nav-oben:link	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	}
a.nav-oben:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	}
a.nav-oben:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#00FF00;
	text-decoration:none;
	}

#site-all {
	width:790px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(grafik/rahmen.gif) repeat-y;
	}
/*Head*/
#header {
	width:100%;
	height:211px;
	background:no-repeat url(grafik/head-bg.jpg)
	}
/* Steht mit im Head*/
#navioben {
	width:100%;
	position:relative;
	top:190px;
	}
/*Ist alles unter dem Head*/
#content {
	width:790px;
	background-image: url(grafik/headspielgel01.gif);
	background-position:right top;
	background-repeat:no-repeat;

	}
/*Hauptcontainer die den Content in 2 Spalten aufteilen*/
#links {
	float:left;
	}
#right {
	float:right;
	}
/* Beinhaltet den Hauttext*/
#text1 {
	float:left;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
	}
.text2_look {
	margin-top:-100px;
	margin-bottom:20px;
	border:1px solid #999999;
	width:615px;
	margin-left:155px;
	margin-right:auto;
}
.text2_look a:link, a:visited{
color:#999999;
text-decoration:none;
}
.text2_look a:hover{
color:#740000;
}

/*zusätzliche Navi */
#extra01 {
display:none;
	/*width:120px;
	height:221px;
	padding-top:200px;
	float:right;
	text-align:center;
	line-height:20px;*/
	}
#extra02 {
float:left;
	margin-top:50px;
	margin-left:155px;
	border:1px dotted #CCCCCC;
	padding:50px;
	}
#extra03 {
}
	
/*Footer*/
#content-end {
	background:url(grafik/rahmenbottom.gif) no-repeat;
	height:26px;
	text-align:center;
	}
/*zusätzliche IDs für die Indexseite*/
/*Das sind die Boxen auf der Indexseite*/
#smallbox {
	width:185px;
	float:left;
	margin-left:0px;
	margin-top:50px;
	border:1px dotted #999999;
	padding:5px;
	}
#smallbox-head {
	background:url(grafik/smallbox-head.gif) no-repeat;
	width:100%;
	height:26px;
	}
#smallbox-foot {
	background:url(grafik/smallbox-order.gif) no-repeat right bottom;
	width:100%;
	height:60px;
	}
#mediumbox {
	width:185px;
	float:left;
	margin-left:15px;
	margin-top:50px;
	border:1px dotted #999999;
	padding:5px;
	}
#mediumbox-head {
	background:url(grafik/mediumbox-head.gif) no-repeat;
	width:100%;
	height:26px;
	}
#mediumbox-foot {
	background:url(grafik/mediumbox-order.gif) no-repeat right bottom;
	width:100%;
	height:60px;
	}
#bigbox {
	width:185px;
	float:left;
	margin-left:15px;
	margin-top:50px;
	border:1px dotted #999999;
	padding:5px;
	}
#bigbox-head {
	background:url(grafik/bigbox-head.gif) no-repeat;
	width:100%;
	height:26px;
	}
#bigbox-foot {
	background:url(grafik/bigbox-order.gif) no-repeat right bottom;
	width:100%;
	height:60px;
	}
/*zusätzliche IDs für die Boxen Seite*/
#box-detail {
	width:400px;
	margin:10px;
	margin-left:200px;
	border:1px dotted #999999;
	padding:5px;
	background-color:#FFFFFF;
	}
#preis {
	float:right;
	font-size:24px;
	color:#FFFFFF;
	background:url(grafik/preis.gif);
	height:33px;
	width:122px;
	text-align:center;
	vertical-align:middle;
	}
#rand {
	float:left;
	background:url(grafik/figur-rand.jpg) no-repeat;
	height:475px;
	width:145px;
	margin-top:0px;
	margin-bottom:10px;
	}