
/*###############################################*/
/* HTML: TAGS */
/*###############################################*/

/*===============================================*/
/* BODY */
/*===============================================*/

html body
{
font-family:Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
text-align:center; /* für IE */
background-color:#ffffff; /* weiß */
padding:0px;
margin:0px;
margin-top:25px;
}

/*===============================================*/
/* ANCHOR */
/*===============================================*/

a
{
text-decoration:none;
color:#0033ff; /* Blue-Blue-Azure */
background-color:transparent;
}

a:hover,
a:active,
a:focus
{
color:#0066ff; /* Azure-Azure-Blue */
background-color:transparent;
}

a.pic
{
border: 0px none;
margin: 0px;
background-color:transparent ! important;
}

/*===============================================*/
/* HEADLINES */
/*===============================================*/

h1
{
color:#000000; /* black */
font-size:13px; line-height:15px; 
font-weight:bold;
font-style:normal;
padding:0px;
margin-top:4px;
margin-bottom:0px;
text-align:center;
}

/*===============================================*/
/* IMAGES */
/*===============================================*/

img
{
padding:0px;
border: 0px none;
margin: 0px;
background:transparent ! important;
}

/*###############################################*/
/* HTML: CONTAINER */
/*###############################################*/

/*===============================================*/
/* CONTAINER */
/*===============================================*/

#container
{
position:relative;
width:375px; height: 375px;
font-family:Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size:12px; line-height:16px;
font-weight:normal;
text-align:left;
color:#000000; /* black */
background-color:#ffffff; /* white */
padding:0px;
margin: 20px auto; /* für Mozilla, Opera etc. */
}

/*###############################################*/

/*===============================================*/
/* OBEN */
/*===============================================*/

#oben
{
position:relative; left:20px; top:20px;
width:355px; height:126px;
float:left;
}

/*###############################################*/

/*===============================================*/
/* MITTE */
/*===============================================*/

#mitte
{
position:relative; left:0px; top:0px;
width:375px;
background-color:#ffffff; /* white */
clear:both;
float:left;
}

/*===============================================*/
/* CONTAINER INHALT */
/*===============================================*/

#content_container
{
position:relative; left:20px; top:0px;
width:335px;
background-color:#ffffff; /* white */
clear:both;
float:left;
}

/*###############################################*/

/*===============================================*/
/* UNTEN */
/*===============================================*/

#unten
{
position:relative; left:20px; top:20px;
width:375px; height:136px;
clear:both;
float:left;
}

