@import "css_ie.css";

body {
margin:0; 
padding:0; 

font-family: "Times New Roman", Times, serif;
font-size: 14px;

color:#000000;
background-color:#FFFFCC;
}


div {
margin:0 auto; 
padding:0; 
display:block;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
}

h2 {
	color:#0066cc;
	font-size: 16px;
	margin-bottom:2px;
}
div.ueberschrift1 {
	color:red;
	font-size: 36px;
	text-align: left;
}


div.top {
	background-image: url(/fileadmin/template/images/back-img.jpg);
	height:120px;
	position:fixed;
	background-repeat: no-repeat;
	text-align: right;	
	z-index:10;
	width:100%;
	padding-left: 150px;
}

div.menu {
	width:166px;
	position: fixed;
	background-image: url(/fileadmin/template/images/links.jpg);
	top: 120px;
	height: 100%;
}


div.bullet {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
}

li {
 list-style: none;
}

ul {
         margin: 5;
        padding: 0;
}
.container {
width: 100%
}

div.content {
    position:absolute;
    margin-left:166px;
    overflow:auto;
    float:right;
    padding-right: 10px; 
    padding-left: 10px;
	top: 120px; 
    width: 80%
}


.normal {
   width: 100%;
   float: left;
   padding: 0;
   border: none;
   margin: 0;
   overflow:auto;
}

.inhalt {
   padding: 0;
   border: none;
   margin: 0;
   width: 100%;
   float: right;
   overflow:auto;
}

.rechts {
   width: 45%;
   float: left;
   float: left;
   padding: 0;
   border: none;
   margin: 10;
   overflow:auto;

}

.links {
   width: 45%;
   float: left;
   float: left;
   padding: 0;
   border: none;
   margin: 10;
   overflow:auto;
}

.clear {
clear:left;
}

##defaults

.align-center {
	text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.csc-frame-frame1 {
	background-color: #999999;
	border: 1px solid #333333;
}

.csc-frame-frame2 {
background-color: ;
	border: 1px solid #333333;
	background-color: #CCCC33;
}

.important {
	color: #990000;
}

.name-of-person {
  color: #000099;
}

.detail {
  color: #009900;
}