/* standard elements */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.2%;
}

a{color: #06F;}
a:link{color:#06F;}
a:visited{color:#06F;}
a:hover{color:#06F;}
a:active{color:#06F;}

body {
	background: #EEE url(../images/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

header {
 color: white;
}


img {
 border: solid 0px #aaa;
 padding: 1px;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	border-bottom: 1px solid white;
	padding-bottom:10px;
}



code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: auto;
	padding-bottomXXX: 6px;
	width: 947px;
	borderXXX: 1px solid red;
}
.header {
	background: url(../images/header.gif) repeat-x;
	borderXXX: 1px solid yellow;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
	backgroundXXX: url(../images/prime_logo.gif);
}

/* - Language, unter Logo - */
.lang {
 float: right;
 backgroundxxx: url(../gifs/...) #FFFFFF;
 height: 0px;
 padding: 0px 0px 0px 3px;
 text-align: right;
 font-size: 1.2em; 
 color: white;
 overflow: visible; 
 margin: 0; /* Manche Browser haben das schon voreingestellt aber nicht alle. */
 z-index:2;
}

.lang a {
	color: white;
	text-decoration: none;
	
}


.lang a:hover {
	text-decoration: underline;
}


/* main */
.main {
	clear: both;
	padding: 8px 18px;
	borderXXX: 1px solid green;
}

.rightborder {
	backgroundXXX: #EEE;
	borderXXX: 1px solid #E5E5E5;
	float: right;
	width: 175px;
	margin-top: 30px;
	margin-bottomxxx: 8px;
	min-height:600px;
  	height:auto !important;  /* für moderne Browser */
  	height:600px;  /*für den IE */
}


/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}

.leftborder {
	float: left;
	width: 210px;
	borderXXX: 1px solid black;
}

.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	width: 200px;
	margin-top: 30px;
	margin-topXXX: 80px;
}
.sidenav h1 a{
	font-size: 0.9em;
	height: 20px;
	padding-top: 0.9em;
	color:#666;
}


h1.inaktiv a{
	color:#666;
	text-decoration:none;
}

h1.aktiv a{
	color: white;
	text-decoration:none;
}

h1.aktiv {
	background-color: #6699cc;
}



.sidenav h1 a:link{
	text-decoration:none;
}

.sidenav h1 a:visited{
	text-decoration:none;
}


.sidenav h1 a:hover{
	color:black;
	text-decoration:underline;
}



.sidenav ul {
	border-top: 1px solid #EEE;
	background: white;
	margin: 0;
	padding: 0;
	
}
.sidenav li {
	border: 0px dotted #999;
	border-top: none;
	border-left: none;
	border-right: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

.sidenav li a:active{
	font-weight: bold;
}


.sidenav li a:hover {
	color: black;
	text-decoration: underline;
}

/* content */
.content {
	XXXfloat: right;
	float: left;
	width: 515px;
	borderXXX: 1px solid red;
}
.content .item {
	paddingXXX: 6px 12px;
	borderXXX: 1px solid #EEE;
	background: #FFF;
	margin-top: 30px;
	margin-bottomXXX: 8px;
	min-height:600px;
  	height:auto !important;  /* für moderne Browser */
  	height:600px;  /*für den IE */
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.logobmw {
	
	border: 0px solid #E5E5E5;
 	float: left;
	width: 180px;
	margin-top: 20px;
	padding: 12px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	widthXXX: 720px;
	width: 900px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
/*DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border-left: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }*/
DIV.def_object { background-color: #FFF; margin-bottom:4px; padding: 2px 4px 12px 4px; border: 1px solid #E5E5E5; }
DIV.border_object { background-color: #EEE; margin-bottom:4px; padding: 0px 0px 0px 0px; paddingxxx: 2px 4px 2px 4px; border: 1px solid #E5E5E5; }
DIV.border_object .csc-header {background-color:#6699cc; heightCXX: 20px; xsl:#367EA6;}
DIV.border_object .csc-header H1 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; padding: 2px 2px 2px 4px; 
	border-bottom: 0px solid white;
}
DIV.border_object .csc-header .csc-firstHeader {color:#FFF; }
DIV.border_object .csc-header H1{color:#FFF; }

DIV.border_object .bodytext  {padding: 2px 2px 2px 4px; 
	min-height:100px;
  	height:auto !important;  /* für moderne Browser */
  	height:100px;  /*für den IE */
	}

	

DIV.csc-frame-frame1 { background-color: #FFF; margin-bottom:4px; padding: 2px 4px 2px 4px; border: 1px solid #E5E5E5; }
DIV.csc-frame-frame2 { background-color: #EEE; padding: 0px 0px 0px 0px; paddingxxx: 2px 4px 2px 4px; border: 1px solid #E5E5E5; }
DIV.csc-frame-frame2 .csc-header {background-color:#367EA6; heightCXX: 20px;}
DIV.csc-frame-frame2 .csc-header H1 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; padding: 2px 2px 2px 4px; 
	border-bottom: 0px solid white;
}
DIV.csc-frame-frame2 .csc-header .csc-firstHeader {color:#FFF; }
DIV.csc-frame-frame2 .bodytext  {padding: 2px 2px 2px 4px; 
	min-height:100px;
  	height:auto !important;  /* für moderne Browser */
  	height:100px;  /*für den IE */
	}

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
