/****** Allgemein ********/

* {
	margin: 0px;;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	overflow: scroll;
	background-color:#fff;
}

#mypage {
	position: absolute;
	left: 50%;
	width: 995px;
	margin-left: -497px;		
}

a {
	font: 11px Verdana, sans-serif;
	color: #2e369d;
	text-decoration: none;
}

a:hover {
	font: 11px Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}

/******* Content ********/

.content {
	font: 11px Verdana, sans-serif;
	color: #000000;
	line-height: 14px;
}

.contentfett {
	font: 11px Verdana, sans-serif;
	font-weight:bold;
	color: #000000;
	line-height: 14px;
}

#teaserbereich {
	width: 617px;
	margin-left: 35px;
}

#contentbereich {
	width: 517px;
	margin-left: 35px;
	margin-top: 20px;
	margin-right: 100px;
}

hr {
	clear:both;
	display:none;
}


/******* Related Area ********/

.relatedarea {
	font: 10px Verdana, sans-serif;
	color: #000000;
}

.relatedareafett {
	font: 10px Verdana, sans-serif;
	font-weight:bold;
	color: #000000;
}

#relatedArea {
	padding-top:27px; 
	padding-left:14px; 
	background-color:#fefde0;
	width: 160px;

}


/******* Shop Link ********/

#shop img {
	border:0px;
}
#shoplink {
	display:block;
	background-image:url(shop.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	background-color:#ff0000;
	width:  169px;
	height: 140px;
	color: #01247f;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#shoplink:hover {
	color: #FFFFFF;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
}

#shoplinktext {
	top: 115px;
	position:relative;
	margin-left: 18px;
}

/******* Hauptnavigation ********/


#navigation {
     width: 169px;
	 list-style-image:none;
	 margin-top:5px;
}

#navigation a {
    text-decoration: none;
    color: #2e369d;
	list-style-image:none;
}

#navigation ul {
    width: 100%;
	margin: 0px;
	padding: 0px;
}


/* Level 1 */

#navigation ul.level1 li {
	width: 100%;
	margin: 0px;
	display: inline;
	list-style: none;
}	
	
#navigation ul.level1 li a {	
	display: block;
	min-height: 17px;
	padding: 5px 0 0 25px;
	width: 138px;
	//width: 163px;
	//height: 22px;
	background-image:url(dotted_line.gif);
	background-repeat:no-repeat;
}

#navigation ul.level1 li a:hover, #navigation ul.level1 li a.active {
	position: relative;
	top: 0px;
	background-color: #fffb9c;
	background-image:url(dotted_line_h.gif);
	color: #000000;
}

/* Level 2 */

#navigation ul.level2 {
	width: 163px;	
    background-color: #fffee1;
}

#navigation ul.level2 li {
    min-height: 15px;
    //height: 15px;
    padding-left: 0px;
	border: none;
}

#navigation ul.level2 li a {
	background-image:none;	
	display: block;
	padding: 5px 0 0 25px;
	width:138px;
}

#navigation ul.level2 li a:hover {
	background-image:none;
	background-color: transparent;
	color:#000000;
}

#navigation ul.level2 li a:active {
	background-image:none;
	color:#000000;
}

#navigation ul.level2 li a.active {
	background-image:none;
    background-color: #fffee1;
	color:#000000;
}

/******* Systemnavigation ********/

#systemnavi {
	text-align: right;
	margin-right: 10px;
	margin-top: 50px;
}


/******* Metanavigation ********/

#meta_navigation {
    position: relative;
    margin-left: 455px;
    margin-top: 30px;
}

#meta_navigation a {
    text-decoration: none;
    color: #363487;
    font-size: 11px;
}

#meta_navigation a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}
	
#meta_navigation a.navigation_active {
    color: black;
}


/******* Footernavigation ********/

#footer {
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	width: 970px;
	//width: 100%;
	height: 19px;
	padding: 5px 10px 0px 15px;
	display: block;
}

#footer_navigation {
	float:left;
	display:block;
}

#footer_navigation img {
	padding-top: 4px;
	vertical-align: top;
	//margin-top: 3px;
}
                                 

#footer_navigation a {
    text-decoration: none;
    color: #363487;
    vertical-align: top;
    font-size: 11px;    
}

#footer_navigation a:hover {
    text-decoration: none;
    color: #000000;    
    vertical-align: top;
    font-size: 11px;
}

#copytext {
	float:right;
	font-size:10px;
}


.content p.bodytext {
    padding: 0px 0px 15px 0px;
    font-size: 11px;
    line-height: 14px;
}


.content td {
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

.content a {
	color: #005193;
}

.content a:hover {
	color: black;
}

.content p.bodytext img {
    border: 0px;
}

.content p img {
    border: 0px;
}

.content ul {
    margin-bottom: 20px;
}

.content li {
	list-style-image: url(../images/bullet.gif);
	margin: 5px 0px 0px 18px;
}

.content blockquote ul li  {
    margin-left: 50px;
}


.content h1 {
	color: #005193;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	border: 1px solid #cccccc;
	background-color: white;
	width: 246px;
	padding: 1px 3px;
	margin: 0px;
}

.content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	border: 1px solid #cccccc;
	background-color: white;
	width: 140px;
	padding: 1px 1px;
	margin: 0px;
}

.content option {
	padding: 0px 1px;
}

.content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	border: 1px solid #cccccc;
	background-color: white;
	width: 250px;
	padding: 1px 1px;
	margin: 0px;
}

.content label {
    float: left;
	width: 150px;
	color: #000000;
	font-size: 11px;
}

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
		border: 1px solid #00c4f1;
		padding: 0px 0px;
	}

.content .csc-textpic-imagewrap {
    margin-bottom: 10px;
    //margin-bottom: 15px;
}

.csc-textpic-caption {
    color: #000000;
    font-size: 9px;
}

td p.bodytext {
	display: inline;
}

.kontaktform {
}

/***********************************
 * RTE
 ***********************************/
span.flag-wichtig {
    color: #8A0020;
    font-weight: bold;
}

span.person-name {
    color: #000000;
    font-weight: bold;
}

span.detail {
    color: #186900;
    font-weight: bold;
}


.csc-mailform-field {
	font: 11px Verdana, sans-serif;
	color: #000000;
	line-height: 14px;
}
.csc-mailform-submit {

}
