/* Start of CMSMS style sheet 'solarcron css' */
/*** Layout: Top menu + 2 columns ***/

/*** set default margin and padding ***/
* { margin:0; padding:0; }

/*** set initial font styles ***/
body {
	text-align:left;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:100.01%;
	}

/*** default for all form-boxes ***/
form { margin:0; padding:0; }

/*** default for all images in anchors ***/
img { border:0 none; }

/* default link styles */
a, a:link a:active {
	text-decoration:underline;
	background-color:inherit;
	color:#324663;
	}
a:visited {
	text-decoration:underline;
	background-color:inherit;
	color:#8490A1;
	}
a:hover {
	text-decoration:none;
	color:#8490A1;
	}

/*** basic layout ***/
body {
	background-color:#F9B900;
	color:#324663;
	}
#left {
	width:210px;
	height:auto;
	float:left;
	font-size:11px;
	}
#right {
	width:560px;
	height:auto;
	margin:0 0 0 210px;
	padding:0;
	}
/* hack for Internet Explorer */
* html #right {
	/* hide ie/mac \*/
	margin:0;
	float:left;
	/* end hide */
	}
div#pagewrapper {
	width:100%;
	height:auto;
	background:url(./images/cms/pagewrapperbg.gif) repeat-x top left;
	}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height:1px;
	margin:0.6em 0;
	border-bottom:1px solid #324663;
	}

/*** header ***/
div#header {
	height:93px;
	}
div#header h1 a {
	background:#FFF url(./images/cms/logo.gif) no-repeat 27px 27px; 
	display:block; 
	height:93px;
	text-indent:-999em;
	text-decoration:none;
	}

/*** search in header ***/
div#search {
	background:#FFF;
	width:auto;
	height:55px;
	text-align:right;
	padding:27px 0 0 0;
	margin:0;
	}
div#search input {
	border:1px solid #324663;
	background:#324663;
	color:#FFF;
	font-size:69%;
	padding:0 0.2em;
	}
div#search label {
	visibility:hidden;
	}
div#search input#cntnt01searchinput {
	color:#324663;
	background:#FFF;
	}
div#search input[type="submit"] {
	/* padding:1px; damit saehe es im Opera gut aus */
	border:0 none;
}

/*** breadcrumb navigation ***/
div.breadcrumbs {
	margin:0;
	padding:0 27px;
	width:auto;
	height:27px;
	font-size:69%;
	background:#FFF url(./images/cms/breadcrumbsbg.gif) no-repeat top left; 
	}

/*** content ***/
div#content {
	margin:0;
	padding:0 27px 27px 27px;
	background:#FFF;
	}
div#main {
	margin:0;
	padding:0;
	font-size:0.75em;
	}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
	padding:0;
	width:auto;
	}

/* relational links under content */
div.left49 {
	font-size:69%;
	float:left;
	width:69%;
	}
div.right49 {
	font-size:69%;
	float:right;
	width:29%;
	text-align:right;
	}

/*** footer ***/
div#footer {
	margin:0 0 21px 210px;
	padding:0 0 10px 0;
	width:560px;
	clear:both;
	background:#FFF url(./images/cms/footerbg.gif) no-repeat bottom left; 
	}
div#footer p {
	margin:0;
	padding:0;
	font-size:69%;
	text-align:center;
}
div#footer p a {
	color:#324663;
	}

/*** headings ***/
div#content h1 {
	margin:0;
	padding:0;
	font-size:1.5em;
	border-bottom: 1px solid #324663;
}

div#content h2 {
	margin:0;
	padding:0;
	font-size:1.5em;
}
div#content h3 {
	margin:0;
	padding:0;
	font-size:1.25em;
	border-bottom: 1px solid #324663;
	}
div#content h4 {
	margin:0;
	padding:0;
	font-size:1.25em;
	}
div#content h5 {
	margin:0;
	padding:0;
	font-size:1.0em;
	border-bottom: 1px solid #324663;
}
div#content h6 {
	margin:0;
	padding:0;
	font-size:1.0em;
	}

/*** text ***/
p {
	margin:0.6em 0;
	padding:0;
	}
blockquote {
	display:block;
	border-left:1.2em solid #8490A1;
	margin:0.6em 0;
	padding:0 0.6em;
	font-style:italic;
}
blockquote:before {
	content:open-quote;
	}
blockquote:after {
	content:close-quote;
	}
cite {
	display:block;
	border-left:1.2em solid #8490A1;
	margin:0.6em 0;
	padding:0 0.6em;
	font-style:italic;
}
cite:before {
	content:open-quote;
	}
cite:after {
	content:close-quote;
	}
strong, b {
	font-weight:bold;
	}
em, i {
	font-style:italic;
	}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	margin:0;
	padding:0 0.3em;
	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:monospace;
	font-size:1.1em;
	border:0 none;
	background-color:#FEF8E6;
	}

/*** lists ***/
div#main ul, div#main ol, div#main dl {
	margin:0 0 0.6em 3.6em;
	padding:0;
	}
div#main ul li, div#main ol li {
	margin:0;
	padding:0;
	}

div#main dl dt {
	font-weight: bold;
	margin:0.6em 0 0 -3.6em;
	}

/* End of 'solarcron css' */

