/* styles fuer: Faux Frames */

* {
	margin: 0;
	padding: 0;
}

html, body { 
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

body { 
	background: #4768fa url(../images/ctr_bg.jpg);
	background-repeat: repeat-y;
	behavior:url("../htc/csshover.htc");
	position: absolute;
	font-family: Verdana, Helvetica,  Arial, sans-serif;
	font-size: 100.01%;
	color: #000;
}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80.01%;
	color: #000;
	padding: 10px;
	vertical-align: top;
}

/* container */

#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 70px;
	z-index:11;
}

#head {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #4768fa;
	color: #000;
	border-bottom: 0px solid #600;
	z-index: 12;
}

#content {

	background:transparent;
	background-repeat: repeat-y;
	padding: 80px 50px 40px 250px;
	color: #000;
	z-index: 9;
}


#spiegel {
	position:  relative;
	top: 10px;
	max-width: 510px;
	left: 0px;
	z-index: 10;
	background: transparent;
}

#watermark {
	position: fixed;
	z-index: 1;
	top: 140px;
	left: 2px;
	
}

#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 30px;
}

#foot {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	background: #4768fa;
	border-top: 0px solid #600;
	z-index: 100;
}

/* ==== Formate === */

a {
	text-decoration: none;
	background: #DEDEDE;
	color: Navy;
}
a:hover {
	background: #FFFF99;
	color: #000;
}

/* text */
h1 {
	padding: 13px 0 0 310px;
	background: transparent;
	color: white;
	font-size: large;

}

h2 {
	font-size: medium;
	font-variant: small-caps;
	text-align: center;

}

h3,
h4 {
	font-size: small;

}

h2,
h3,
h4 {
	padding: 10px 0 15px 0;
	background: transparent;
	color: 	#962e13;
}

p, li, address {
	font-size: 80%;
	line-height: 140%;
}



address {
	font-family: sans-serif;
	font-style: normal;
	color: 	#962e13;
}

#spiegel p {
	margin-bottom: 10px;
}

#foot p {
	padding: 5px 0 0 20px;
	font-size: 70%;
	background: transparent;
	color: #aaa;
}
p.topper {
	padding: 20px 0;
}

/* sonstige */
img {
	border: 0 none;
}

img.logo {
	width:  100px;
position:absolute;
left:35px;
top:25px;	
}


img.right {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 15px;
}

img.left {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

.invis, hr {
	display: none;
}

/*  -------------------------------------
Extrawuerste fuer IEs
WICHTIG: IE6 muss in den Quirks-Modus
gesetzt werden, um die Anweisungen zubackground: #528ccc;
color: White
'position:' richtig auszufuehren!
*/
* html, 
* html body {
	overflow: hidden;
	bottom: 0;
	height: 100%;
}

* html #menue {
	position: absolute;
	width: 180px;/* wg. boxmodel */
	z-index: 30;    
}

* html #header, 
* html #footer {
	position: absolute;
	width: 100%;
	padding-right: 16px;/* fuer scrollbar */
	z-index: 20;
}

* html #head,
* html #foot {
	height: 100%;
	position: static;
	z-index: 20;
}

* html #content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 10;
}

* html #topmenue a {
	width: 104px;
	font-size:10px;
}

* html #topmenue a:visited.aktiv {
	width: 104px;
}

* html #spiegel {
	width: 520px;/* statt max-width */
}

* html #menue a {
	width: 180px;
}

* html #menue a:visited.aktiv {
	width: 180px;
	background: #528ccc;
	color: white;
}

/* IE-Wurst Ende */

/* topmenue  */
#shortlink {
	position: absolute;
	top: 5px;
	left: 695px;
	float:left;
	font-size:93%;
	line-height:normal;
	text-align: right;
}

#shortlink li { 
	list-style: none;
} 

#shortlink li a {
	color: #666;
}

#topmenue {
	position: absolute;
	top: 43px;
	left: 160px;
	float:left;
	font-size:93%;
	line-height:normal;
	text-align: center;
}

#topmenue ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#topmenue li {
	display:inline;
	margin:0;
	padding:0;
}

#topmenue a {
	float:left;
	background:url("../images/tableft10.gif") no-repeat left top;
	width:110px;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#topmenue a span {
	float:left;
	display:block;
	background:url("../images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenue a span {
	float:none;
}
/* End IE5-Mac hack */

#topmenue a:hover span {

}

#topmenue a:hover{
	background-position:0% -42px;
}


#topmenue a:hover span {
	background-position:100% -42px;
}
#topmenue #current a {
	background-position:0% -42px;
	font-weight: bold;
	cursor: default;
}

#topmenue #current a span {
	background-position:100% -42px;
}

div.country {
	position: fixed;
	top: 350px;
	left: 35px;
	width: 150px;
	padding: 3px;
}

div.country a {
	background: transparent;
	border: none;
}

#menue {
	position: fixed;
	top: 130px;
	left: 10px;padding: 3px 0 2px 5px;
	background: #528ccc;
	color: White;
	width: 180px;
	padding: 3px;
	z-index: 15;
}

#menue li { 
	list-style: none;
	padding: 1px;
	width:180px; 
} 

#menue li ul { 
	position: relative;
	display:none; 
} /* Normalzustand eingeklappt */


#menue li:hover ul { 
	display:block; 
} /* Ausgeklappt */

#menue a {
	display: block;
	padding: 3px 0 2px 5px;
	background: #245198;
	color: White;
	border: 0px solid;
	border-color: #ccc #000 #000 #ccc;
	width:100%;
}


#menu li > a {
	width:auto;
} /*alle ausser IE */

li.folder ul {
	left:150px; 
	top:-15px;
	border: 1px solid;
	background: #E9E8FA;
}		

li.folder > ul { 
	left:150px; 
	width: 188px;
} /*alle ausser IE */

#menue a:visited {
	background: #245198;
	color: White;
}
#menue a:hover,
#menue a.aktiv,
#menue a:hover.aktiv {
	padding: 3px 0 2px 5px;
	background: #528ccc;
	color: White;
}

#menue a.aktiv,
#menue a:hover.aktiv {
	font-weight: bold;
	cursor: default;
}background: #528ccc;
color: White

ul.info {
	width: 550px;
	list-style-type: square;
	list-style-position: inside;
}

#submenuex {
	position: fixed;
	top: 130px;
	left: 10px;
	width: 180px;
	padding: 3px;
	z-index: 15;
}

#submenue li { 
	list-style: none;
	padding: 1px;
	width:500px; 
} 


#submenue a {
	display: block;
	padding: 3px 0 2px 5px;
	background: #245198;
	color: White;
	border: 0px solid;
	border-color: #ccc #000 #000 #ccc;
	width:100%;
}


#submenu li > a {
	width:auto;
} /*alle ausser IE */


#submenue a:visited {
	background: #245198;
	color: White;
}

#submenue a:hover,
#submenue a.aktiv,
#submenue a:hover.aktiv {
	padding: 3px 0 2px 5px;
	background: #528ccc;
	color: White;
}

#submenue a.aktiv,
#submenue a:hover.aktiv {
	font-weight: bold;
	cursor: default;
}
