
/* Die Generäle
www.die-generaele.de/
Start: 20.01.2009
Letzte Aenderung: 20:26, 25.04.2009
*/

/* Reset
---------------------------------------*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Schrift
---------------------------------------*/
p, a, b{
	color: #aa8a61;
	margin-top: 0.1em;
	margin-right: 0.5em;
	}

/* DG Überschrift */
h1 {
	font-family: Bernard MT Condensed;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #aa8a61
}

/* Generelle Überschriften */
h2 {
	font-family: Bernard MT Condensed;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #aa8a61
}

/* Genereller Text */
h3 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 300;
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #aa8a61
}

/* Für Text der anstelle des DG-Logos bei Offlinebetrieb erscheint */
h5 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #aa8a61
}
/* Speziell für rechte Sidebar */
h6 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #aa8a61
}

/* Images
---------------------------------------*/
img, a img {
    border: 0;
}

/* Allgemein
---------------------------------------*/
td.idcp{visibility:hidden;}
body{background-image: url();background-color: #deb67b;color: #aa8a61 !important;font-family: Verdana, Arial;font-size: 80%;}
td{width: 0px;color: #aa8a61;}

/* Layoutelemente
---------------------------------------*/
#container 	{width: 980px;
            margin: 0px auto;}

#header 	{height: 190px;
         	width: 980px;
         	background-image: url(../images/index/index_header.png);}
         	
#content_top 	{width: 726px;
				height: 20px;
				float: left;
				background-image: url(../images/index/index_content_top.png);}
         	
#right_top  {height: 20px;
	      	width: 254px;
	      	float: right;
	      	background-image: url(../images/index/index_right_top.png);}

#background 	{width: 980px;
			min-height: 375px;
           	background-image: url(../images/index/index_container.png);}
           	
#right 		{width: 254px;
           	float: right;}
            
#content 		{width: 726px;
				float: left;}

#content_bottom {width: 726px;
				height: 20px;
              	float: left;
				background-image: url(../images/index/index_content_bottom.png);}

#right_bottom 	{height: 20px;
	      		width: 254px;
              	float: right;
	      		background-image: url(../images/index/index_right_bottom.png);}


#imprint
{
 width:720px; height:160px;
 overflow-y: auto;
 overflow-x: hidden;
 float: auto;
}
		
/* Loginbotton mit hover
---------------------------------------*/		
.button
{
clear: both;
border-width: 0pt;
width: 106px;
height: 26px;
color: #ffffff;
/*display:block;*/
text-align:center;
text-decoration:none;
font-weight:bold;
font: 15px "Bernard MT Condensed";  
background-image: url(../images/index/loginbutton.png);
overflow:hidden;
}

.button:hover
{
clear: both;
border-width: 0pt;
width: 106px;
height: 26px;
color: #ffffff; 
/*display:block;*/
text-align:center;
text-decoration:none;
font-weight:bold;
font: 15px "Bernard MT Condensed"; 
background-image: url(../images/index/loginbutton-mouseover.png);
overflow:hidden;
}

.Feld 
{ 
background-color:#eaeaea; 
width:166px; 
border:2px solid #AA8A61; 
color: #4D4427; 
font-weight:bold;
}
.dropdown 
{ 
float: auto;
background-color:#AA8A61; 
width:75px; 
color: #4D4427;
font-weight:bold;
margin-top: 0.3em;
margin-right: 0.5em;
margin-left: 0.5em;
}