/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' *//*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/* {margin:0;padding:0;}/*Set initial font styles*//*****************basic layout *****************/body {   text-align: left;   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   font-size: 75.01%;   line-height: 1em;   background-color: #5b84b6;   color: #333;   margin:1em;    /* gives some air for the pagewrapper */}/*set font size for all divs,this overrides some body rules*/div {   font-size: 1em;}/*if img is inside "a" it would have borders, we don't want that*/img {   border: 0;   float: left;   margin: 10px 20px 10px 0;}/*default link styles*//* set all links to have underline and bluish color */a,a:link a:active {   text-decoration: none;/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */   background-color: inherit;    color: #666666; }a:visited {   text-decoration: underline;   background-color: inherit;  color: #ccc;                /* a different color can be used for visited links */}/* remove underline on hover and change color */a:hover {   text-decoration: none;   background-color: #C3D4DF;   color: #FF0000;}/* center wrapper, min max width */div#pagewrapper {   margin: 0 auto 20px;       /* this centers wrapper */   width: 800px;    color: black;   background: transparent url(../img/elem/shadcont.gif) repeat-y 0 20px; }/*** header ***we will hide text and replace it with a imagewe need to assign a height for it so that the image wont cut off*/div#header {   height: 279px;    /* adjust according your image size */   width:780px;   margin-left:10px;    clear:both;    }div#content {   margin: 0 auto 2em 0;   /* some air above and under menu and content */}div#main {   margin-left: 200px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */   margin-right: 0; /* and some air on the right */   width:590px;   background: transparent url(../img/elem/bg_karte.gif) no-repeat 10px 0;   }div#oberkante{	background: url(../img/elem/shadtop.gif) no-repeat;	display: block;	height:20px;}div#oberkante ul{	list-style:none;	margin: 0;}div#oberkante li{	list-style:none;	float:right;}div#unterkante{	background:  url(../img/elem/shadbottom.gif) no-repeat;	display: block;	color:#fff;	text-align:center;	padding-top:20px;}div#maincont{	padding: 20px 50px 0 0;	}div#maincont p{	margin-bottom:0;}div#sidebar {   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */   width: 180px;     /* sidebar width, if you change this please also change #main margins */   display: inline;  /* FIX IE double margin bug */   margin-left: 0;   margin-top:42px;}div#footer {   clear: both;       /* keep footer below content and menu */   color: #fff;   background-color: #FF0000; /* same bg color as in header */}div#footer p {   font-size: 0.8em;   padding: 1.5em;       /* some air for footer */   text-align: center;  /* centered text */   margin: 0;}div#footer p a {   color: #fff; /* needed becouse footer link would be same color as background otherwise */}/* as we hid all hr for accessibility we create new hr with extra div element */div.hr {   height: 1px;   padding: 1em;   border-bottom: 1px dotted black;   margin: 1em;}/* relational links under content */div.left49 {  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */}div.right49 {  float: right;  width: 49%;  text-align: right;}/********************CONTENT STYLING*********************/div#content {}/* HEADINGS */div#content h1 {	color: #999999;     font-size: 2.5em;     font-family: Times, serif;     font-weight:normal;    text-decoration: none; /* some air around the text */	padding-bottom: 1px;	letter-spacing:1px;	margin: 1em 0 0.5em 0;}div#content h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;     font-size: 1em;     font-weight: bold;     color: #1f63a2;   margin: 1em 0 0.5em 0;}div#content h3 {   font-family: Verdana, Arial, Helvetica, sans-serif;     font-size: 1em;     font-weight: normal;     color: #ff0000;   margin: 1em 0 0.5em 0;}div#content h4 {   color: #294B5F;    font-size: 1.2em;   line-height: 1.3em;   margin: 0 0 0.25em 0;}div#content h5 {   color: #294B5F;    font-size: 1.1em;   line-height: 1.3em;   margin: 0 0 0.25em 0;}h6 {   color: #294B5F;    font-size: 1em;   line-height: 1.3em;   margin: 0 0 0.25em 0;}/* END HEADINGS */	/* TEXT */p {   font-size: 1em;   margin: 0 0 1.5em 0; /* some air around p elements */   line-height: 1.8em;   padding: 0;}maincont.p {	align: left;	color: #FFFFFF;}blockquote {   border-left: 10px solid #ddd;   margin-left: 10px;}strong, b {/* explicit setting for these */   font-weight: bold;}em, i {/* explicit setting for these */   font-style:normal;   font-size: 0.8em;}/* 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 #000;  /* black border for pre blocks */   background-color: #ddd;   margin: 0 1em 1em 1em;   padding: 0.5em;   line-height: 1.5em;   font-size: 90%;}/* Separating the divs on the template explanation page, with some bottom-border */div.templatecode {  margin: 0 0 2.5em;}/* END TEXT *//* LISTS *//* lists in content need some margins to look nice */div#main ul,div#main ol,div#main dl {   font-size: 1.0em;   line-height: 1.4em;   margin: 0 0 1.5em 0;}div#main ul li,div#main ol li {   margin: 0 0 0.25em 3em;   list-style-type: square;   list-style-position: outside;     list-style-image: url(img/elem/bullet.gif);     }/* END LISTS *//* End of 'Layout: Left sidebar + 1 column' *//* Start of CMSMS style sheet 'Navigation: Simple - Vertical' *//********************MENU*********************/#menu_vert {   margin-left: 10px;   width:160px;}/* menu li block */#menu_vert li {   list-style: none;   margin: 0;   text-indent:30px;   /*padding-left:30px;*/   border-top: 1px solid #fff;   background-color:#a8b5cc;   line-height:24px;}#menu_vert li.act {	color:#fff;   background:#1f63a2 url(/img/elem/anker.gif) no-repeat 10px center; }#menu_vert li.m_start, #menu_vert li.m_end {   padding-left:0;   border-right: none;   border-left: none;   border-top: none;   background:  url(../img/elem/m_oberkante.gif) no-repeat 0 14px;   background-color:transparent;}#menu_vert li.m_end {	   background:  url(../img/elem/m_unterkante.gif) no-repeat 0 1px;}/** fix stupid ie bug with display:block; **/* html #menu_vert li a { height: 1%; } * html #menu_vert li hr { height: 1%; }/** end fix **//* first level links */div#menu_vert a {   text-decoration:none; /* no underline for links */   display: block; /* IE has problems with this, fixed above */   color: #000; /* this will be link color for all levels */   min-height:1em; /* Fixes IE7 whitespace bug */ }/* hover state for all links */div#menu_vert a:hover {	background-color:#1f63a2;	color:#fff;}/* End of 'Navigation: Simple - Vertical' *//* Start of CMSMS style sheet 'Accessibility and cross-browser tools' *//* accessibility *//* menu links accesskeys */span.accesskey {   text-decoration:none;}/* accessibility divs are hidden by default text, screenreaders and such will show these */.accessibility, hr {   position: absolute;   top: -999em;   left: -999em;}/* definition tags are also hidden these are also used for menu links    */dfn {   position: absolute;   left: -1000px;   top: -1000px;   width: 0;   height: 0;   overflow: hidden;   display: inline;}/* end accessibility *//*add Sven */div#map {   background:  url(/img/pic/googlemap.gif) no-repeat 0 0px;	}dl { 	align: top;	margin-right: 0; 	margin-left: 0;	padding-left: 0;	display: inline;	} dt { 	margin-left: 0;	margin-bottom: 0;	list-style: none;	display: inline;	}// verhindert das Einrücken und // den Abstand nach oben dd { 	margin: 0em;	color: #b5b5b5;	} 	/* /Sven *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.Do not edit if you dont know what you are doing*/	.clearfix:after {		content: "."; 		display: block; 		height: 0; 		clear: both; 		visibility: hidden;	}	* html>body .clearfix {		display: inline-block; 		width: 100%;	}		* html .clearfix {		/* Hides from IE-mac \*/		height: 1%;		/* End hide from IE-mac */	}/* end clearing *//* End of 'Accessibility and cross-browser tools' */