/* Start of CMSMS style sheet 'puhlmann_layout' */
@charset "iso-8859-1";

/* ===================== */
/* Standardeinstellungen */
/* ===================== */

/* margin und padding erstmal standardmaessig auf 0 setzen */
* {
	margin:0;
	padding:0;
	font-size: 100.01%;
	color: #042C77;
}

body {
	margin: 0;
	text-align: left;
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	background: #123A7C;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

/* Standard-Links */
a, a:link, a:visited {
	text-decoration: none;
	background-color: inherit; /* Hintergrundfarbe des uebergeordneten Elements nutzen, um Validator-Meldung zu vermeiden */
	color: #042C77;

}

a:hover, a:active {
	text-decoration: none;
	color: #A52B04;
}

div#main a, div#main a:link, div#main a:visited {
	color: #A52B04;
}

div#main a:hover, div#main a:active {
	text-decoration: none;
	color: #042C77;
}

/* ================== */
/* Grundeinstellungen */
/* ================== */

div#page {
	width: 980px;
	border: 0px solid #1961B1;
	margin: 90px auto;
	/*margin: 0 auto;*/
	text-align: left;
	/* background: transparent url(uploads/images/css/barke.gif) no-repeat 0 0; */
	background: transparent url(uploads/images/css/css2/barke3.gif) no-repeat 0 0;
	z-index:2;
	min-height:400px;
	height: 600px;
	padding-left: 35px;
	/*position: fixed;*/
}

div#header {
	background: transparent url(uploads/images/css/kopf.gif) no-repeat 0 0;
	width: 950px;
	height: 170px;
	position:fixed;
	margin: 0; 
	z-index:2;
}

div#header h1 a {
	display:block;
	width: 950px;
	height: 170px;
	/*margin-right: 710px;*/
	text-decoration:none;
	 text-indent:-999em; 
	float:left;
}

div#headimage {
	position: fixed;
	width: 710px;
	height: 150px;
	margin-left: 230px;
}

div#content {
	/*margin: 203px 0 0 0;   1.5em auto 2em some air above and under menu and content */
	margin: 189px 0 0 0;
	float: left;
	position: fixed;
	width: 950px;
	height: 365px; 
	font-size: 11px;
}

div#main {
	float: right;
	width:730px;
	height: 355px;
	margin: 0;
	background: #FFFFFF;
}

div#headline {
	float: left;
	width: 700px;
	height: 15px;
	margin: 20px 15px 10px 10px;
}

div#text {
	float: right;
	width: 700px;
	height: 300px; 
	margin: 0 15px 20px 5px;
	overflow: auto;
	/*background: scroll;*/
	background: #FFFFFF;
}

div#textbox {
	float: left;
	width: 450px;
	height: 285px;
	/*overflow: auto;
	background: scroll;*/
	background: #FFFFFF;
}

div#box {
	float: right;
	width: 200px;
	height: 280px;
	background-color: #C0CADD;
	text-indent:inherit;
	text-align: right;
	padding: 7px;
	position: fixed;
	margin-left: 460px;
}

div#sidebar {
	float: left; 
	width: 185px;
	height: 330px;
	 /*height: 385px; */
	margin: 0;
	padding: 20px 5px 5px 20px;
	display: inline;  /* FIX IE double margin bug */
	position: fixed;
	background: #FFFFFF;
	/*background-repeat: repeat-y;
	background-position: right;
	border-left: 3px dotted #1961B1; */
}

.clear {
	clear: both;
}

div#footer {
	clear: both;
	height: 52px;
	bottom:0;
	position:fixed;
	width:100%;
	z-index:2;
}

/* Menue */

/*
div#menue ul li.menu, div#menue ul li.firstitem {
	display: inline;
	width: 135px;
	color:#FFFFFF;
	margin-left: 4px;
	padding-left: 17px;
	font-weight: bold;
}

div#menue ul li.firstitem {
	margin-left: 20px;
}
*/

div#menue {
	position: fixed;
	width: 950px;
	height: 25px;
	background: #FFFFFF;
	top: 263px;
	/*top: 173px;*/
	font-weight: bold;
}

div#menu ul ul ul {
	padding-bottom: 0.5em;
}

div#menu li {
	list-style: none;
	margin: 0;
	display: block;
}

div#menu ul ul li {
	border: none;
}

/** fix stupid IE bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/* Links auf erstem Level */
div#menu a {
	text-decoration: none; 
	display: block;  /* IE-Fix oben drueber */
	padding: 0.8em 0.5em 0.8em 1.5em; 
	background: url(uploads/images/css/arrow-right.gif) 0.5em center; 
	background-repeat: no-repeat;
	min-height:1em; /* fixes IE7 whitespace bug */ 
	color: #042C77;
}

/* Links auf zweitem Level: mehr Padding, kleinere Schrift */
div#menu ul ul a {
	/* font-size: 90%; */
	padding: 0.8em 0.5em 0.8em 1.5em; 
	/* padding: 0.5em 0.5em 0.5em 2.8em; */
	background: url(uploads/images/css/arrow-right-active.gif) no-repeat 0.5em center; /* 2.8 em */
}

/* Links auf drittem Level: mehr Padding */
div#menu ul ul ul a {
	padding: 0.8em 0.5em 0.8em 1.5em; 
	/* padding: 0.3em 0.5em 0.3em 4.3em; */
	background: url(uploads/images/css/dash-active.gif) no-repeat 0.5em center; /* 2.8 em */
}

/* Link-Hover fuer alle Level */
div#menu a:hover {
	background-color: #FFFFFF; 
	color: #A52B04;
}
div#menu a.activeparent:hover {
	background-color: #FFFFFF; 
	color: #A52B04; 
}

/* Active Parent: that is the first-level parent of a child page that is the current page */
div#menu li a.activeparent {
	background: url(uploads/images/css/arrow-down-active.gif) no-repeat 0.4em center;
	background-color: #FFFFFF; 
	color: #A52B04; 
}

div#menu ul ul li a.activeparent {
	background-position: 1.5em center; 
	background-color: #FFFFFF; 
	color: #A52B04; 
}

#sidebar li.menuactive a, #sidebar.primary-nav li.menuactive a { 
	background-color: #FFFFFF; 
	background-image: url(uploads/images/css/arrow-right-active.gif); /* Pfeile fuer Menueparent */
	background-position: center left; 
	background-repeat: no-repeat; 
	color: #A52B04;
}

#sidebar li.menuactive ul li.menuactive a, #sidebar.primary-nav li.menuactive ul li.menuactive a { 
	background-color: #FFFFFF; 
	background-image: url(uploads/images/css/arrow-right-active.gif); /* Pfeile fuer Menueparent */
	background-position: center left; 
	background-repeat: no-repeat; 
	color: #A52B04;
}

#sidebar li.menuactive ul li a, #sidebar.primary-nav li.menuactive ul li a { 
	background-color: #FFFFFF; 
	background-image: url(uploads/images/css/arrow-right-active.gif); /* Pfeile fuer Menueparent */
	background-position: center left; 
	background-repeat: no-repeat; 
	color: #042C77;
}

/* Erstes Level: aktueller Menuepunkt ist nicht anklickbar und wird als <h3>-Tag angelegt */
div#menu ul h3 {
	background: url(uploads/images/css/arrow-right-active.gif) 0.4em center;
	background-repeat: no-repeat;
	background-color: #FFFFFF; 
	display: block; 
	padding: 0.8em 0.5em 0.8em 1.5em; 
	color: #000080; /* Linkfarbe fuer alle Level */ 
	font-size: 1em; /* Wert des Standard-<h3> veraendern */
	margin: 0; /* Wert des Standard-<h3> veraendern */
}

/* Zweites Level: aktueller Menuepunkt, mehr Padding, kleinere Schrift, keine Hintergrund- und Linienfarbe */
div#menu ul ul h3 {
	font-size: 90%;
	padding: 0.3em 0.5em 0.3em 2.8em;
	background-position: 1.4em center;
	background-color: transparent;
	border-bottom: none;
	color: #000080; 
}


/* Menue Sidebar */

div#sidebar ul li {
	/*display: block;*/
	margin: 0 0 15px 2px;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
}

div#sidebar ul li a, div#sidebar ul li a:link, div#sidebar ul li a:visited {
	background: url(uploads/images/css/arrow-right.gif) 0.5em center no-repeat; 
	padding-left: 20px;
}

div#sidebar ul li a:hover, div#sidebar ul li a:active {
	background: url(uploads/images/css/arrow-right-active.gif) 0.5em center no-repeat; 
	padding-left: 20px;
}

div#sidebar ul li ul li{
	display: block;
	margin: 15px 0 15px 2px;
	font-weight: bold;
	font-size: 11px;
}

div#sidebar ul li ul li a, div#sidebar ul li ul li a:link, div#sidebar ul li ul li a:visited {
	background: url(uploads/images/css/arrow.gif) 0.5em center no-repeat; 
	margin-left: 10px;
	padding-left: 15px;
	font-size: 10px;
}

div#sidebar ul li ul li a:hover, div#sidebar ul li ul li a:active {
	background: url(uploads/images/css/arrow-active.gif) 0.5em center no-repeat; 
	margin-left: 10px;
	padding-left: 15px;
	font-size: 10px;
}

/* Bilder */


div#main img {
	border: 0;
	margin: 2px 10px 5px 0;
	/*float: left;*/
}

.picturelist {
	overflow: hidden;
	scrolling: none;
}

/* Texte */

h1, p {
	margin: 0;
}

p {
   font-size: 11px; 
}

div#content div#main div#box p {
	font-size: 10px; 
	font-weight: normal;

}

div#content div#main h1 {
	font-size: 12px; /*1.5em;  font size for h1 */
	line-height: 1em;
	background: url(uploads/images/css/headline.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0 0 1em 0;
}

div#content div#main div#box h1 {
	font-size: 11px; /*1.5em;  font size for h1 */
	line-height: 1em;
	background: url(uploads/images/css/headline.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0 0 1em 0;
}

div#content h2, .NewsSummaryLink {
	font-size: 10px;
	padding-bottom: 1px;
	line-height: 1.2em;
	margin: 0 0 0.2em 0;
	font-style: italic;
}

div#content div#main div#box h2 {
	font-size: 10px;
	padding-bottom: 1px;
	line-height: 1em;
	margin: 0 0 0.2em 0;
	font-style: italic;
}

div#content h3 {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	color: #A52B04;
}
div#content h4 {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
	font-weight: bold;
}
div#content h5 {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 0.25em 0.25em 0;
	/*text-decoration: underline;*/
	border-bottom: 0.1em solid #042C77; 
	font-weight: normal;
}
div#content h6 {
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
	font-style: italic;
	font-weight: normal;
}

p {
	font-size: 11px; 
	margin: 0 0 1em 0; 
	line-height: 1.2em; 
}

/*
div#content div#main p {
	margin: 5px 0 0 18px;
}
*/

blockquote {
   padding-left: 0.5em; 
   border-left: 0.5em solid #042C77; 
   margin-left: 8px;
}
strong, b, .fett {
/* explicit setting for these */
   font-weight: bold;
}
em, i, .kursiv {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: -pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #1961B1;  /* black border for pre blocks */ 
   background-color: #FFFFFF; 
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

.email {
	padding: 0 0 0 1.2em; 
	background: url(uploads/images/css/email.gif) 0 center; 
	background-repeat: no-repeat;
}

.linksbuendig {
	text-align: left;
}

.rechtsbuendig {
	text-align: right;
}

.zentriert {
	text-align: center;
}

.rot {
	color: #A52B04;
}

.blau {
	color: #042C77; 
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* Listen */

div#main ul {
	text-decoration: none; 
	display: block; 
	padding: 0 0 1em 0; 
	line-height: 1.2em;
}

div#main ul li {
	text-decoration: none; 
	display: block; 
	padding: 0.2em 0.5em 0.2em 2em; 
	background: url(uploads/images/css/right.gif) 0.5em 0.5em; 
	background-repeat: no-repeat;
	line-height: 1.2em;
}

ol {
	text-decoration: none; 
	display: block; 
	margin-left: 25px;
	padding: 0 0 1em 0; 
	line-height: 1.2em;
	list-style-type: decimal;
}

ol li {
	padding: 0.2em 0.5em 0.2em 0; 
	line-height: 1.2em;
}

/* Tabellen */

div#main table{ 
	border: 0px solid #000000;
	width: 95%;
	text-align:center;
}

div#main td {
	padding: 2px;
	width: 33%;
	vertical-align:top;
}

div#main td.viertel {
	padding: 2px;
	width: 25%;
	vertical-align:top;
	text-align: left;
}

/* End of 'puhlmann_layout' */

