/* Grundelemente */
html {
	height: 100%;
}

body { 
	font-size: 0.8em;
	font-family: Verdana, Arial;
	color: #000000;
	margin: 0px;
	height: 100%;
	background: #fff url(static/img/background.jpg) repeat-x top left;
}

p { 
	margin-top: 0px; 
	text-align: left;
}

a:link, a:visited, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #F58220;
}
a:hover, a:focus { 
	text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px 10px 5px 0px;
    float: left;
}


div.bild {

}

div.bild img {
	border: none;
}

.noborder {
	border: none;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

h1 {
	color: #0071bc;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
    font-size: 1em;
	font-family: Verdana, Arial;
	color: #0071bc;
	font-weight: normal;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0px auto 0px auto;
    padding: 0;
    width: 994px;
    background:transparent url(static/img/commblue_head.jpg) no-repeat scroll top left;
    background-position: 7px 0px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header {
    margin-left: 10px;
    padding: 0;
    width: 980px;
    height: 170px;
	
}

#header .homelink {
	width: 100%;
	height: 100%;
	display: block;
}

/**
 * TOPNAVI
 */

#topnavi {
    margin: 0 auto 0 auto;
    width: 866px;
    height: 135px;
    border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #00ACE4;
	background: url(/static/img/navi_header.jpg) no-repeat bottom left #00ACE4;
}

#topnavi ul {
    padding: 0;
    margin: 0;
    height: 24px;
}

#topnavi li {
	margin: 0;
	float: left;
	list-style-type: none;
	height: 24px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #fff;
}

#topnavi li a, #topnavi li span, #topnavi li a:active {
    display: block;
    height: 21px;
	padding: 3px 10px 0 10px;
	color: #fff;
	font-weight: bold;
}
#topnavi li a:hover, #topnavi li a:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

#topnavi li a.active,
#topnavi li span.active {
    background-color: #fff;
    color: #000;
}
    
/**
 * NAVI
 */    
#navi {
    clear: both;
	float: left;
	width: 188px;
	margin: 10px 0 0 20px;
	padding: 0px;
	height: 100%;
}
#navi ul {
	margin: 0 0 0px 0;
	padding: 0;
	border-width: 1px 0 0 5px;
    border-style: solid;
    border-color: #00ACE4;
}
#navi li {
    list-style-type: none;
}
#navi li a, #navi li span, #navi li a:active {
    display: block;
    padding: 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #00ACE4;
	font-weight: bold;
	color: #000;
}
#navi li a:hover, #navi li a:focus {
	color: #00ACE2;
	text-decoration: none;
}
#navi li a.active,
#navi li span.active {
    color: #00ACE2;
}


/* Zweite Ebene */
#navi ul li ul {
    border: none;
}
#navi ul li ul li a, #navi ul li ul li span {
    color: #000;
    padding-left: 20px;
}
#navi ul ul li a:hover, #navi ul ul li a:focus {
    color: #00ACE4;
    padding-left: 20px;
}
#navi ul ul li a.active,
#navi ul ul li span.active {
	color: #00ACE4;
	padding-left: 20px;
}

/* Brotkrumennavigation */
div.brotkrumen {
    margin-top: 10px;
	padding: 5px 0 5px 0;
	color: #00ACE4;
}
div.brotkrumen span { /* Trenner */
	color: #000;
}
div.brotkrumen a {
	text-decoration: none;
	color: #000;
}

/**
 * TEASER bzw. Infobereich
 */        
#teaser {
    margin: 10px 20px 0 0;
    float: right;
    width: 240px;
    height: 100%;
}

#teaser div {
    padding: 5px 5px 5px 0;
    border-width: 1px 5px 1px 0;
	border-style: solid;
	border-color: #00ACE4;
	color: #000;
}

#teaser div a.mehr {
	font-weight:     normal; 
	text-decoration: none; 
	color:           #00ACE4;
	display: block;
}

#teaser div a.mehr:hover, a.mehr:active, a.mehr:focus {
	font-weight:     normal; 
	text-decoration: underline; 
	color:           #00ACE4;
}

#teaser div h3 { 
	font-size: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

#teaser div h3 a.mehr { 
	text-decoration: none; 
	color: #00ACE4;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px;
}

#teaser div h3 a.mehr:hover, div h3 a.mehr:active, div h3 a.mehr:focus { 
	font-weight:     bold; 
	text-decoration: none; 
	color:           #00ACE4;
}


#teaser img {
	float: left;
	border: 0;
}

/**
 * CONTENT
 */    
#content {
    background-color: #fff;
    margin: 0 217px 10px 217px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
}

/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 554px;
}

#content img {
    border: none;
}

#content .contentliste {
    margin-left: 17px;
    padding-left: 0;
}

#content .contentliste li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    list-style-image: url(/static/img/bullet.gif);
}

#content .contentliste li {
    margin-bottom: 0.8em;
}

#content .contentliste li .contentliste {
    margin-top: 0.8em;
}

/**
 * FOOTER
 */    
#footer {
    border-top: 1px dotted #cbcbcb;
    margin: 0 auto 0 auto;
    width: 980px;
    clear: both;
	text-align: center;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 7px;
    color: #f58220;
    font-weight: normal;
}

#footer a {
    margin-left: 3px;
	text-decoration: none;
    color: #f58220;
    font-weight: normal;
}

#banner {
	margin: 20px auto;
	width: 88px;
	height: 31px;
	background-image: url(static/img/contentblue_banner.gif);
	background-repeat: no-repeat;
}
 

/* Artikelbild */
.inhaltsbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Mitarbeiter */
.mitarbeiterbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {
	
}

ul.listenobjekt {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
ul.listenobjekt li {
	margin: 0px;
	padding: 10px 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #00ACE4;
}
ul.listenobjekt li img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
	clear: both;
}
ul.listenobjekt li.mitarbeiter img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li.news {
	
}
ul.listenobjekt li.default {
	
}

/* News */
.newsbild {
	border: 1px solid green;
}

/* Kontaktformular */
form.kontaktformular {
	margin: 0;
	width: 360px;
}
form.kontaktformular div {
	padding: 10px 0 0 0;
}
form.kontaktformular div label {
}
form.kontaktformular div ul.errors {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: red;
	font-weight: bold;
}
form.kontaktformular div input {
	width: 350px;
	margin: 0;
}
form.kontaktformular div textarea {
	width: 350px;
}
form.kontaktformular div input.checkbox {
	width: 15px;
	border: none;
}
form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: white;
	border: 1px solid grey;
	text-align: center;
}

textarea, input {
	font-family: Verdana, Arial;
	font-size: 1em !important;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/* Banner */
#banner {
    margin: 10px auto 10px auto;
    width: 88px;
    height: 41px;
}

/* Suchbox im Header */
form.suchbox {

}


/* UserProfileEditor Styles*/

form#userProfileEditForm {
	width: 100%;
}

form#userProfileEditForm label.label {
	width: 150px;
}
	
form#userProfileEditForm label.standard-input {
	width: 250px;
}

/* End UserProfileEditor Styles*/



/**
 * ForgotPassword Styles
 */  
 
#forgotPassword {
	width: 460px;
	margin-bottom: 20px;
}

#forgotPassword div {
	clear: both;
}

#forgotPassword label.label {
	float: left;
	width: 150px;
}
	
#forgotPassword .standard-input {
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#forgotPassword select.standard-input {
	width: 304px;
}

#forgotPassword .submit-button {
	float: left;
	margin-left: 150px;
}

#forgotPassword ul.errors {
	margin: 0 0 15px 150px;
	padding: 0;
	color: #FF0000;
	list-style-type: none;
	font-size: 0.85em;
	font-weight: bold;
}

div#forgotPassword p.message {
	font-weight: bold;
}


