/*
*	funktion: Stylesheet zur Gestaltung des Sudoku-Online Auftritts
*   autor   : Rolf Gossen
*
*/

@import url("game.css");

body{
	margin: 0px;
	background: url('grafik/bg_body.png'); 	
}

#menu{
	float:left;
	width:160px;
	/* height: 300px; */
	padding-left: 15px;
	color   : #003D74;
	font	: verdana;
	font-weight: bold;
	font-size  : 12px;
	text-align: left;
}

#menu ul{
	width: 130px;
	padding: 0px;
	list-style:none;
	margin-top: 0px;
	margin-left: 0px;
}

#menu li{
	padding: 2px;
	/*der abstand zwischen den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
	margin: 0px;
	/* display: inline; für waagerechte Menus*/
	text-align: center;
	font-size  : 14px;
}

#menu a{
	background: #FFFFFF;	
	background: url('images/muster.gif'); 
	color     : #003D74;

	text-decoration:none;

	font-family: Verdana;				
	font-weight:bold;
	font-size:11px;

	padding: 8px;
	border-top:    solid silver 2px;
	border-bottom: solid silver 2px;
	border-left:   solid silver 2px;
	border-right:  solid silver 2px;
	display: block;
	width:130px;
}

#menu a:hover{
	background: #003D74;	
	color     : #FFFFFF;
}

#headline{
	text-align:left;
	margin-left: 220px;
	height: 50px;
}

.textspalte, .centered{
	text-align: justify;
	width: 450px;
	font-family: Verdana;				
	font-size:11px;
	margin-left: 230px;
}

.centered{
	text-align: center;
}


.textspalte * {
	text-align: left;
	font-family: Verdana;				
	font-size:11px;
}

.textspalte ul{
	list-style: square;
}

.textspalte h1{
	font-family: Verdana;				
	font-size:14px;
	color: #003D74;	
	margin-top:20px;
}


.textspalte h1 a{
	font-family: inherit;				
	font-size:   inherit;
	color:       #003D74;	
	text-decoration: none;
}

.textspalte h1 a:hover{
	color:       #FF9900;	
}

.textspalte hr{
	height: 1px;
	border: none;
	color: #625967;
	background: #625967;
}

.textspalte a{
	font-weight:bold;
	color: 		#003D74;	
	text-decoration:none;	
}

.textspalte a:hover{
	color: #FF9900;  /* orange*/	
}

.textspalte td{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: 	left;
	text-align: justify;
}


/* Sonderbehandlung für den IE */

.eingabe_feld {
	border: 1px solid #003D74;
  	width: 300px;
 	text-align: left;
}

.eingabe_fehler {
	border: 1px solid red;
  	width: 300px;
 	text-align: left;
}

#top{
	background-image: url(grafik/bg_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height : 30px;
	color: inherit;
	margin : 0px;
}

#page{

	background-image: url(grafik/bg_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin : 0px;
	padding : 0px;
	text-align : left;
	width : 750px;
	color: inherit;
}

/* Für den IE */
* html #page {text-align:left;}


#bottom {
	background-image: url(grafik/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height : 30px;
	color: inherit;
	margin : 0px;
}


.abstand{
	margin: 0;
	padding 0;
	height: 10px;
}

.fueller {
	margin: 0;
	padding 0;
	height: 150px;
}

#google_ad{
	position:absolute;
	top:20px;
	left:880px;
}



/* IE 
* html #google_ad {top:62px;}
*/