/* Allgemeines */

body {
  	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	margin: 0px 0px 0px 0px;
	background:url(../images/background.png) repeat-x #f7f6f6;
}	

img {
	border: 0px;
}

/* Links */

a, a:visited, a:active {
    color: #0993c9;
    text-decoration: underline;
}

a:hover {
    color: #4fb7e0;
    text-decoration: none;
}

a.external {
    padding-right: 10px;
    background-image: url(../images/link_external.gif);
    background-repeat: no-repeat;
    background-position: right;
}

/*** Überschriften ***/
h1.inhalt {
	font-size:24px;
	color:#0993c9;
	margin:0px;
	line-height:36px;
	border-bottom:solid 1px #dddddd;
	font-weight:normal;
}
h2.inhalt {
	font-size:16px;
	color:#444444;
	margin:0px 0px 10px 0px;
	line-height:24px;
	border-bottom:solid 1px #dddddd;
	font-weight:normal;
}

/* Formular */
.inhalt_formular_pflicht {
	background:url(../images/formular/pflichtfeld.png) repeat-y;
	border:solid 1px #666666;
	padding-left:8px;
}
.inhalt_formular_normal {
	background:url(../images/formular/normalfeld.png) repeat-y;
	border:solid 1px #666666;
	padding-left:8px;
}
.inhalt_formular_senden {
	background-image: url(../images/formular/button.png);
	background-repeat: repeat-x;
	border:1px solid #CBCBCB;
	padding: 2px 6px;
}
div.btn_left {
	width:16px;
	height:28px;
	background:url(../images/formular/btn_left.png) no-repeat;
	float:left;
	margin:0px 0px 0px 10px;
}
div.btn_bg {
	height:28px;
	background:url(../images/formular/btn_bg.png);
	float:left;
}
div.btn_right {
	width:8px;
	height:28px;
	background:url(../images/formular/btn_right.png) no-repeat;
	float:left;
	margin:0px 10px 0px 0px;
}
div.pfeil {
	width:28px;
	height:28px;
	background:url(../images/formular/pfeil.png);
	margin:0px 10px 0px 10px;
}

/* Gästebuch */
.inhalt_gaestebuch_form {
	width:630px;
	float:left;
}
.inhalt_gaestebuch_form_titel {
	width:75px;
	float:left;
}
.inhalt_gaestebuch_form_titel_inhalt {
	width:75px;
	height:25px;
}
.inhalt_gaestebuch_form_text {
	width:165px;
	float:left;
}
.inhalt_gaestebuch_form_text_inhalt {
	width:165px;
	height:25px;
}
.inhalt_gaestebuch_form_textarena {
	padding:0px 0px 0px 10px;
	width:210px;
	float:left;
}
.inhalt_gaestebuch_smilies {
	width:105px;
	float:left;
	margin:0px 40px 0px 10px
}
.inhalt_gaestebuch_smilie_faecher {
	width:31px;
	height:31px;
	margin:2px;
	float:left;
}
.inhalt_gaestebuch_smilie_faecher {
	width:31px;
	height:31px;
	margin:2px;
	float:left;
}
.inhalt_gaestebuch_titel {
	border:solid 1px #dddddd;
	background-color:#efefef;
	line-height:24px;
	padding-left:10px;
}
.inhalt_gaestebuch_kommentar {
	background:url(../images/formular/pflichtfeld.png) repeat-y;
	padding-left:8px;
}

/* Referenzen */
.inhalt_referenzen_uebersicht_box_links {
	width:300px;
	margin:0px 10px 0px 0px;
	float:left;
}
.inhalt_referenzen_uebersicht_box_rechts {
	width:300px;
	margin:0px 0px 0px 10px;
	float:left;
}
.inhalt_referenzen_uebersicht_box_img {
	width:190px;
	margin-right:20px;
	float:left;
}
.inhalt_referenzen_uebersicht_box_text {
	width:191px;
	padding-top:18px;
	float:left;
}
.inhalt_referenzen_banner {
	width:501px;
	height:77px;
	background:url(../images/referenzen/background/banner_1.png);
	padding:26px 0px 0px 19px;
}

/*** Grund Divs ***/
div#root {
	width:990px;
	margin:0px auto;
}
div#header {
	width:990px;
	height:100px;
}
div#logo {
	padding:20px 0px 0px 10px
}
div#nav_top {
	width:990px;
	height:40px;
}
div#main {
	width:990px;
	margin:40px 0px;
}
div#content {
	width:690px;
	float:left;
}
div.inhalt {
	width:678px;
	margin:0px 10px 20px 0px;
	border:solid 1px #cfcfcf;
	background-color:#FFFFFF;
}
div.inhalt_1 {
	width:636px;
	padding:20px;
	border:solid 1px #ffffff;
	background:url(../images/content_background.png) repeat-x #FFFFFF;
}
div#nav_left {
	width:300px;
	float:left;
}
div.nav_links {
	width:298px;
	margin:0px 0px 20px 0px;
	border:solid 1px #cfcfcf;
	background-color:#FFFFFF;
}
div.nav_links_1 {
	width:256px;
	padding:20px;
	border:solid 1px #ffffff;
	background:url(../images/content_background.png) repeat-x #FFFFFF;
}

/* BB Codes */
div.code {
	margin:2px;
	padding:5px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
	
/* Navigation */
ul#navigation {
    list-style: none;
    float: left;
	padding:0px;
	margin:0px 0px 0px 0px;
}

ul#navigation li {
    margin-right: 3px;
    float: left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul#navigation li a, ul#navigation li a:visited, ul#navigation li a:active {
    display: block;
    width: 116px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1px;
    font-size: 12px;
    color: #383838;
    text-align: center;
    text-decoration: none;
	background:url(../images/nav_top_break.png) no-repeat;
}

ul#navigation li a:hover, ul#navigation li.dropdown:hover a {
    height: 40px;
    margin-bottom: 0px;
}

ul#navigation li.dropdown a:hover, ul#navigation li.dropdown:hover a { background:url(../images/nav_top_break.png) no-repeat #f7f6f6; }
ul#navigation li.direct a:hover { background:url(../images/nav_top_break.png) no-repeat #f7f6f6; }

ul#navigation li.dropdown ul {
    display: none;
}

ul#navigation li.dropdown:hover ul {
	display: block;
    position: absolute;
    width: 156px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #000000;
    border-top: none;
    background:url(../images/nav_top_background.png) repeat-y;
    float: none;
    z-index: 10;
}

ul#navigation li.dropdown ul li {
    margin: 0px;
	background:url(../images/nav_top_break_2.png) no-repeat bottom;	
    float: none;
    z-index: 10;
}

ul#navigation li.dropdown ul li.bottom { border-bottom: none; }

ul#navigation li.dropdown ul li a, ul#navigation li.dropdown ul li a:link, ul#navigation li.dropdown ul li a:visited, ul#navigation li.dropdown ul li a:active, ul#navigation li.dropdown ul li a:hover {
    width: 160px;
    height: 35px;
    line-height: 35px;
	color:#bdbdbd;
    padding: 0px 0px 0px 20px;
    font-weight: normal;
    text-align: left;
    background: none;
}

ul#navigation li.dropdown ul li a:hover {
    font-size: 12px; 
    color:#a2a2a2;
}