/* CSS Document */

.t3{ font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none;}

a         {text-decoration: none;}
a:link	  {color: #3C87D1; font-weight: lighter}
a:hover   {/*background-color: #f1f1f1; */
		  text-decoration:underline;}
a:visited {color: #3C87D1;}
a:active  {color: #3C87D1;}


body {
background-color: #c4def9;
font-family: Arial; 
font-size: 12px; 
font-weight: normal; 
text-decoration: none; 
color: #000000;
padding:0px;
margin:0px;
}

.h2 a:link, .h2 a:visited{
font-size: 18px;
font-weight: bold;
line-height:24px;
text-decoration: none; 
}

#titel_red td {
background-color:#CC3333;
font-family: Arial; 
font-size: 14px; 
font-weight: 300;  
line-height: 20px;
text-decoration: none; 
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

#titel_grey td{
background-color:#CCCCCC;
font-family: Arial; 
font-size: 12px; 
font-weight: 300;  
text-decoration: none; 
color: #000000;
/*margin: 5px 0px 5px 0px; */
}

#spiele tr {
font-family: Arial; 
font-size: 12px; 
font-weight: 300;  
line-height: 20px;
text-decoration: none; 
color: #000000;
margin: 5px 0px 5px 0px;
}

#spiele input {
font-family: Arial; 
font-size: 12px; 
font-weight: 300;  
line-height: 14px;
text-decoration: none; 
color: #000000;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 716px;
padding:12px 0px 0px 0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------container links für admin-------------- */
#container_admin {
width: 716px;
padding:12px 12px 0px 12px;
margin: 0px;
/*margin-left: auto; */
margin-right: auto;
/*border-right:1px; 
border-right-color:#CFCFCF;
border-right-style:solid;*/
} 

/* ----------container für kleine fenster-------------- */
#container_gruppe {
width: 520px;
padding:12px 12px 0px 12px;
margin: 0px;
margin-right: auto;
} 

/* ----------outer und inner----------------- */
#outer{
/*border-left: solid 156px #f4f4f4;  /* linke Menue Spalten Farbe  */ 
/*background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
 } 

#inner{ margin:0px; width:100%; } /* die IE PC schlaufe */ 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px;
margin: 0px 0px 12px 0px; 
border-bottom:1px;
border-bottom-color:#CFCFCF;
border-bottom-style:solid;
}

/* --------------right------------- */
#right {
 width:200px; 
 /*height:474px;*/
 float:right; 
 position:relative; 
 margin:0px 0px 0px 0px; 
 padding:0px 0px 0px 0px;
 background-color:#CCCCCC;
 }

/* --------------content------------- */
#content {
 width:300px; 
 /*height:474px;*/
 float:left; 
 position:relative; 
 margin:0px 0px 0px 0px; 
 padding:0px 0px 0px 0px;
 /*background-color:#FFF;
 /*border-left:1px;
 border-left-color:#CFCFCF;
 border-left-style:solid;*/
 }

#blind {
margin-bottom:12px;}
