*{
   text-align:left;
}
body{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#999999;
    background-color:#EBEBEB;
    line-height:1.3em;
    text-align:center; 
}
ul{
   list-style-type:none;
   padding-left:0px;
   margin-top:0px;
   margin-left:0px;

}
ul#menu{
    float:left;
}
ul#menu li{
   display:inline; 
   margin: 0 12px 0 12px;
}
ul#menu img{
  border:none;
}
li{
   padding-bottom:4px;
}
li.media{
   padding-bottom:10px;
}
ul.battles{
    padding-left:10px;
}
li.li-title{
    color:#000000;
}

/*  POSITIONIERUNG */
#container{
	margin: 0 auto;
	width:685px;
}

#header_o{
    height:33px;
	margin: 0 0 0 496px;
	padding:0;
    background-image:url(gfx/header_o.jpg);
    background-repeat:no-repeat;
}
#header{
    position:relative;
	width:685px;
    height:92px;
    top: -3px; 	   	   		/* these two define the shadow 'offset' */
	left: -5px; 	   	   /*...*/
	padding:0;
	margin:0;
    background-image:url(gfx/bg_header.jpg);
    background-repeat:repeat-x;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}
.shadow {
	position: relative;
    margin-left:5px;
    margin-top:3px;
    width:685px;   				/* Container Breite -Offset shadowcontent */
	background: url(gfx/shadow.gif) repeat;
}

#spacer{
    /*position:relative;  */
    height:5px;
}
br.clear{
    clear:both;
    height:1px;
    width:1px;
}
.projects-hr{
    clear:left;
    height:1px;
    size:1px;
    line-height:0px;
    margin-top:10px;
    margin-bottom:10px;
    width:80%;
    background-color:#E3E3E3;
}
#content{
    position: relative;
    width:685px;        /* breite - padding - left */
	top: -3px; 	   	   /* these two define the shadow 'offset' */
	left: -5px; 	   	   /*...*/
	background-color:#F7F7F7;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}

.box-fifty-left{
    position:relative;
    float:left;
    padding:15px;
    width:280px;
    margin-right:15px;
    padding-right:30px;
}
.box-fifty-right{
    position:relative;
    padding:15px;
    width:280px;
    float:left;
}
.box{
    position:relative;
    padding:15px;
    width:600px;
}
.box-left{
    position:relative;
    float:left;
    margin-bottom:10px;
    padding:15px;
    width:385px;
}
.box-right{
    position:relative;
    padding-left:15px;
    padding-top:15px;
    margin-bottom:10px;
    width:215px;
    border-left-style:dotted;
    border-left-color:#cccccc;
    border-left-width:1px;
    float:left;

}
#logo{
    float:right;
    border-style:none;
margin-right:8px;
}
img{
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}
img.menu{
	  float:left;
	  position:relative;
	  margin-left:12px;
	  margin-right:12px;

      border-style:none;
}
img.projects{
	  float:left;
	  position:relative;
	  margin-right:10px;
	  margin-bottom:12px;
}

#footer{
font-size:10px;
text-align:center;
margin:10px;
}
span.extension{
    font-size:11px;
    color:#000000;
}
p{
    margin:0px;
    padding:0 10px 0 10px;
}
.text{
	padding-left:10px;
}

h1{
    font-size:15px;
    font-weight:bold;
    margin:0px;
    margin-bottom:10px;
    color:#000000;
    padding-bottom:5px;
    border-bottom-style:dotted;
    border-bottom-color:#838383;
    border-bottom-width:1px;
}
h2{
    font-weight:bold;
    font-size:12px;
    color:#000000;
    margin-bottom:5px;
    margin-top:15px;
}

a{
	text-decoration:none;
	border-style:none;
	color:#192A7C;
}
a img{
    border-style: none;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}
a:hover{
	color:#000000;
}
a:visited{

}
a:active{

}
.noborder{
    border-style:none;
}
.align-center{
    text-align:center;
}
.align-right{
    text-align:right;
}
.error{
    color:#B00000;
    font-weight:bold;
    margin-bottom:5px;
}
.ok{
    color:#00B800;
    font-weight:bold;
    margin-bottom:5px;
}

/* Typo3 fixes */
.box-left h2, .box-right h2, 
.box-left div.csc-textpic-imagewrap, .box-right div.csc-textpic-imagewrap{
    margin-left:10px;
}
.box-left td h2{
    margin:0;
    padding:0;
}
td{
    font-size:12px;
}