body, html {
    margin: 0 0 0 0;
    padding: 8px 0px 200px 0px;
    width: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*background-image: url(../images/gradient.png);
	background-repeat: repeat-x;*/
	
    /*color: see bottom of page*/
    /*background-color: see bottom of page*/
} 

#container {
    width: 800px;
    margin: 0px auto 0px auto;
	
    /*background-color: see bottom of page*/
} 


#container-header {
    width: 680px;
	height: auto;
	
    padding: 0px 0px 0px 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    font-weight: bold;
}

/* Round CSS Corners */ 

#container .top {
    display: block;
    /*background-color: see bottom of page*/
}

#container .top b {
    display: block;
    height: 1px;
    overflow: hidden;
    /*background-color: see bottom of page*/
} 
#container .top .r1 {
    margin: 0 5px;
} 
#container .top .r2 {
    margin: 0 3px;
} 
#container .top .r3 {
    margin: 0 2px;
} 
#container .top .r4 {
    margin: 0 1px;
    height: 2px;
}

/* Navigation */ 

#container-navigation {
    width: 800px;
    /*background-color: see bottom of page*/
    height: 25px;
    clear: both;
} 


#navigation {
    margin: 0 0 0 12px;
    padding: 0;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;

	
} 
#navigation ul, #navigation li {
    margin: 0;
    padding: 0px;
    display: inline;
    list-style-type: none;

} 


#navigation a:link, #navigation a:visited {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 0 -1px;
    padding: 10px 40px 3px 22px;
    text-decoration: none;
    /*background-color: see bottom of page*/
    border-right: 1px solid #ffffff;
	   border-left: 1px solid #ffffff;
} 
#navigation a:hover {
    /*background-color: see bottom of page*/
} 
#container-topimage {
    width: 800px;
    height: 216px;
	position:relative;
}

#container-topimage a {
    width: 800px;
    height: 216px;
	background-image:url(../images/titel08.jpg);
	background-repeat:no-repeat;
	display: block;

}
/*#container-topimage {
    -moz-opacity:.80;
    filter:alpha(opacity=80);
    opacity:.80;}
	*/
#container-topimage  a span { /* Trick um einen Link auf ein Background-image zu legen*/
 visibility: hidden;
 text-decoration:none;
}
	
#container-topimage-text1{
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 41px;
}

#container-topimage-text2{
	position: absolute;
	top: 44px;
	left: 12px;
	font-size: 14px;
	letter-spacing: 1.05px;
}



ul#subnavigation {
    padding: 5px 0px 0px 0px;
    margin: 10px 0px 5px 0px;
    background-image: none;
} 

#subnavigation li {
font-family: Arial, Verdana, Helvetica, sans-serif;
    list-style: none;
    padding: 4px 0px 4px 12px;
    margin: 0px 0px 0px 0px;
} 

#subnavigation li a {
    text-decoration: none;
    border-bottom: 1px dotted white;
    font-size: 11px;
} 

#subnavigation li a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

/* CONTENT */ 

#container-content {
    width: 800px;
    padding: 20px 0px 0px 00px;
    margin: 20px 0 0 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
} 

#content {
    width: 67%;
	padding: 0px 60px 0px 10px;
    float: right;
    margin-bottom: 1em;
	
} 

#sidenavigation {
    float: left;
    width: 20%;
    margin-right: 0%;
	margin-left: 20px;
    margin-bottom: 1em;
}

#col1{
	width: 70%;
    float: left;
    margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 10px;
	/*border-right: 1px solid gray;*/
}
#col2{
	width: 20%;
    float:  right;
	margin-right: 40px;
    margin-bottom: 1em;
}
#col3{
	width: 100%;
    float: left;
    margin-bottom: 0em;
    /*order-left: 1px solid gray;*/
}

#col1Title{
	width: 55%;
    float: left;
    margin-bottom: 1em;
	margin-left: 80px;
	margin-right: 10px;
	/*border-right: 1px solid gray;*/
}
#col2Title{
	width: 20%;
    float:  right;
	margin-right:25px;
    margin-bottom: 1em;
}

#fullcontent {
    width: 100%;
    float: left;
    margin-bottom: 1em;
} 

/*FOOTER*/ 

#container-footer {
    clear: both;
    height: 30px;
    padding: 0.2em 0 0 0.5em;
    /*background-color: see bottom of page*/
} 

#content-footer {
    text-align: center;
    font-size: small;
    color: gray;
    /*background-color: see bottom of page*/
} 

#content-footer a {
    font-size: 11px;
    color: gray;
	    text-decoration: none;
    
    /*background-color: see bottom of page*/
} 

#content-footer  a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

#content-footer  a.selected {
    text-decoration: none;
    border-bottom: 1px solid;
}

/* HEADLINES */
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 0px 0 20px 0px;
    line-height: 24px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    padding: 5px 0 5px 0px;
    letter-spacing: 1px;
}


h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 0 0px 0px;
    /*text-transform: uppercase;
    letter-spacing: -0.5px;*/
}

h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    /*letter-spacing: -0.4px;*/
    border-bottom: 0px solid gray;
    padding: 4px 0  0px 0px;
    margin: 0 0 7px 0;
	
}







#sidenavigation h4 a{
	    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*letter-spacing: -0.5px;*/
	text-decoration:none;
}

#sidenavigation h4 a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*letter-spacing: -0.5px;*/
	text-decoration:none;
}

#col1 h1,#col2 h1,#col3 h1, #col1Title h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 5px 0px 0px 0px;
    line-height: 16px;
}
/* TYPOGRAPHY */ 

#content p,  #content p li{
    line-height: 19px;
    margin-bottom: 20px;
	text-align:justify;
} 

#content p a, #border p a {
    text-decoration: none;
    border-bottom: 1px;
    padding: 1px;
	font-weight: bold;
}

#col1 p ,#col2 p ,#col3 p ,#col1Title p ,#col2Title p{
	padding:  5px  2px 0px 2px;
	margin-bottom: 5px;
	text-align:justify;
	line-height: 19px;
}

#col1 a,#col2  a,#col3  a , #col1Title a, #col2Title a{
	font-weight: bold;
	text-decoration: none;

}

blockquote:first-letter {
    background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 0px;
    font: italic 1.4em Arial, Verdana, Helvetica, sans-serif;
}

p.introduction:first-letter {
    font: 1.8em Arial, Verdana, Helvetica, sans-serif;
    padding-left: 0px;
    padding-right: 2px;
} 

 #content .quote, #fullcontent .quote {
    border-left: 2px solid gray;
    /*border-bottom: 1px solid gray;*/
    padding: 15px 15px 15px 15px;
    margin: 10px 0px 10px 0px;
	text-align: left;
    font-style: italic;
    font-size: 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.5px;
    /*background-color: see bottom of page*/
	/*color: see bottom of page*/;
}

 
/*IMAGES*/ 

.imageleft {
    float: left;
    padding: 2px;
    border: 0px solid #aaa;
    margin: 0px 20px 0px 0px;
} 

.imageright {
    float: right;
    padding: 5px;
    border: 1px solid #aaa;
    margin: 10px 10px 10px 0px;
} 

.imagecenter {
	display: block;
    padding: 5px;
    border: 1px solid #aaa;
    margin:  10px auto 10px auto;
} 

.imagequote {
    float: left;
    padding: 5px;
    border: 0px solid #aaa;
    margin: 8px 10px 10px 35px;
}

.imagecol {
	float:right;
    display: block;
    margin: 15px 0px 0px 0px;
    border: 1px solid #aaa;
	padding: 5px;
} 

.imagecolright {
	float:right;
    display: block;
    margin: 15px 5px 0px 0px;
    border: 1px solid #aaa;
	padding: 5px;
}

.imagecolleft {
	float:left;
    display: block;
    margin: 0px 0px 5px 0px;
    border: 1px solid #aaa;
	padding: 5px;
}  
.imageplain {
    float: left;
    padding: 0px;
    border: 0px solid #aaa;
    margin: 0px 0px 0px 10px;
}
/*SET COLORS */
/*Background - Haupthintergrund*/
body, html, #container .top{
    background-color: #ffc5fd/*#3d3d3d*/ /*#6699ff*/ /*#6699ff*/	/*#ff9900;*/;
} 

#subnavigation li a:hover, #sidenavigation h4 a:hover {
    border-bottom-color: #6699ff;
}
#content .quote, #fullcontent .quote {
    border-color: #214ea6;

	}

/*Background - Komplementär*/

#container-navigation, #navigation a:link, #navigation a:visited {
    background-color: #ffffff;
} 


/*Background - Hell*/ 
 #navigation a:hover {
    background-color: #ffdfa2;
}

/*Background - Hell 2*/ 
#navigation a.selected {background-color: #ffdfa2;}

/*Background - Hell 3 
#sidenavigation{background-color: #abc7ff;}*/ 


/*Background - Weiß*/ 
#container-footer, #content-footer, #container, #container-header, #container .top b {
    background-color: white;
}

/*Text 1*/
#sidenavigation h4 a, #content-footer a,  #col1 a,#col2  a,#col3  a,#col2Title a, #col1Title a, #col1 p ,#col2 p ,#col3 p, #col1Title p ,#col2Title p ,#subnavigation li a , #content-footer, h4, #content p, #content p a,  #content ul,  #content ol, #border p a , .quote {color:#383838;}

/*Text 2*/
 #subnavigation li a.selected, #sidenavigation h4 a.selected, #sidenavigation a:hover,  h1, h2, h3 {color: #cd1fcb/*#4b7fcc #214ea6*/;}
#container-topimage-text1, #container-topimage-text2 {color: #ffc455/*#4b7fcc #214ea6*/;}


/*Text 3*/
#navigation a:link, #navigation a:visited {color: #a6761c;}

