/********************************************************************************************************************/
/********************************           Grunddesign HTML Tags       *********************************************/
/********************************************************************************************************************/

/* browser-styles auf 0 setzen */
/** {
    margin: 0;
    padding: 0;
}*/

img {
	border: none;
}

body, html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4E4C4C;
	margin:0;
	padding:0;
	background-color:#F8F8F8;
	height:100%;
}

/* forms */

input, select, table, tr, td, form {
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
}

input {
	text-align: left;
	display:inline;
	padding: 1px 3px;
}

input, select {
    border: 1px solid #B6B6B6;
    margin: 2px 0 8px 0;
}

input[type=text] {
	background: white url('../img/inputshadow.gif') no-repeat top left;
}

/* Links */

/* Normaler Link */
a {
	/*color: #1d7dc0;*/
	color: #146aa7;
	text-decoration:none;
}

a:hover {
	color: #e68200;
	text-decoration:underline;
}

/* Inline Link */
p a {
	color: #1d7dc0;
	text-decoration:underline;
}

p a:hover {
	color: #e68200;
	text-decoration:underline;
}

/* Hervorgehobener Link */
a.hervorgehoben {
	background-image: url(/img/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}

a.box_link {
	display: inline-block;
	font-weight: bold;
	background-color: white;
	border: 1px solid #D4D4D2;
	padding: 5px;
}

/* buttons */
html body #fileupload .button, /* zum ueberschreiben von jQuery Ui buttons */
.button {
	-moz-box-shadow: 0px 1px 0px 0px #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
	box-shadow: 0px 1px 0px 0px #e5e5e5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dfdfdf');
	background-color:#f3f3f3;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #b5b5b5;
	display:inline-block;
	color:#555;
	font-size:12px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	cursor: pointer;
}

.button.blau {
	-moz-box-shadow: 0px 1px 0px 0px #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
	box-shadow: 0px 1px 0px 0px #e5e5e5;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2D5ED), color-stop(1, #146AA7) );
	background: -moz-linear-gradient( center top, #B2D5ED 5%, #146AA7 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2D5ED', endColorstr='#146AA7');
	background-color: #146AA7;
	border: 1px solid #146AA7;
	color: white;
	text-shadow: 1px 1px 0px #0b5385;
}

/* fix firefox button bug */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: none;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #d5d5d5) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #d5d5d5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d5d5d5');	
	background-color:#dfdfdf;
	
	text-decoration:none;
	color: white;
	color:#555;
}

.button.blau:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B2D5ED), color-stop(1, #005794) );
	background: -moz-linear-gradient( center top, #B2D5ED 5%, #005794 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2D5ED', endColorstr='#005794');
	
	background-color: #146AA7;
	
	text-decoration:none;
	color: white;
}

/* runterklicken */
.button:active {
	position:relative;
	top:1px;
}	

.objekttabelle th, .objekttabelle td {
	padding: 1px 5px 1px 0;
	border-spacing: 0;
}

.col_text {
	padding-top: 13px;
	float: right;
	text-align: left;
}


.inner h1 {
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;	
	padding-right: 0px;	
}



/* blauer Hintergrund fr berschriften */
h2, body .container .inner h2 {
	padding: 3px 5px;

	padding-left: 10px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	margin: 0.67em 0;
	background: rgba(232, 237, 244, 1);
	text-shadow: 1px 1px 0 white;
}

/*body .container .hintergrund h2 {
	background: none;
	border-bottom: 2px solid white;
	border-top: 2px solid white;	
	padding-left: 1px;
}
*/
/********************************************************************************************************************/
/********************************           Grunddesign Klassen und IDs       ***************************************/
/********************************************************************************************************************/

.nobreak {
	white-space: nowrap;
}


/**** Umgrenzt den kompletten mittleren Bereich ********/
#face_twitt{
	height:20px;
	width:20px;
	position:absolute;
	left:960px;
	top:160px;
	z-index:90;
}
#alles {
	width:1060px;
	margin-left:auto;
	margin-right:auto;
}

#main  {
	float:left;
	position:relative;
	margin-left: 0;
	margin-right: auto;
	width: 900px;
	text-align:left;
}

#header {
	margin-right: 5px;
	margin-top: 5px;
}

#header a {
	display: block;
}

#header img {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/**** Umgrenzt den Inhalt, Gesamtbreite inkl margin: 700px *******/
#content {
	float: right; /* IE6 double margin bug fix */ display: inline;
	width: 670px;;
	z-index:1;
	min-height:700px;
	margin-left:15px;
	margin-right:6px;
	margin-bottom:20px;
}

h1 {
	font-size:16px;
	margin: 10px 0 10px 0;
	text-shadow: 1px 1px 0 white;
}

/* volle breite (inkl. padding) */
.container {
	clear: both;
}

.container>h1,
.container>h2 {
	margin-left: 15px;
}

/* halbe Breite */
.contentdiv {
	width:318px;
	margin-right:10px;
	min-height: 330px;
	float: left; /* IE6 double margin bug fix */ display: inline;		
}

#navi_links {
	margin: 0 0 12px 0;
	display: block;
}

/* grunddesign fuer alle inhalte: box mit border, shadow und farbverlauf */
.contentdiv, .container, .box, .objekt_bearbeiten_content, #rubriken a, .box_link {
	display: block;
	
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 5px solid white;
	border: 1px solid #D9D9D9;
	
	margin-bottom:15px;		
	padding: 5px;		

	/* runde kanten */
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	/* schatten */	
	-webkit-box-shadow: rgba(0,0,0,.6) 0 2px 6px -2px;
	box-shadow: rgba(0,0,0,.6) 0 2px 6px -2px;
	-moz-box-shadow: rgba(0,0,0,.6) 0 2px 3px -2px; /* schatten ist in ff staerker als in chrome - darum hier etwas abschwaechen */
}

.contentdiv, .container {
	background: white;
/*	background: -moz-linear-gradient(top, rgba(232, 237, 244, 1) 1%, rgba(255, 255, 255, 1) 23%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(232, 237, 244, 1)), color-stop(23%,rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: -o-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: -ms-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);*/
	
	
	/* workaround fuer IE, sieht aber sch.... aus */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edf4', endColorstr='#ffffff',GradientType=0 );*/
}





.hintergrund, contentdiv_inhalt {
	background: white;
	background: -moz-linear-gradient(top, rgba(232, 237, 244, 1) 1%, rgba(255, 255, 255, 1) 23%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(232, 237, 244, 1)), color-stop(23%,rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: -o-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: -ms-linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);
	background: linear-gradient(top, rgba(232, 237, 244, 1) 1%,rgba(255, 255, 255, 1) 23%);	
	
	/* runde kanten */
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

.contentdiv_wide {
	height: auto;
	width: 653px;
	padding-bottom: 10px;
}


.inner,
.contentdiv_inhalt {
	margin: 0px;
	padding: 15px;
}

/* fuer Content ohne Ueberschrift */
.contentdiv_inhalt{
	padding-top: 0;
}

.google_fit_in{
	text-align:center;
	position:relative;
	top:-10px;
}

/*
   container: Abstaende fuer Ueberschriften mit drin
   contentdiv: Abstaende fuer uberschriften werden separat behandelt (deprecated)
*/


.contentdiv h1 {
	padding-left:15px;
}

hr {
    clear:both;
    border: none;
    background-color:#D4D4D2;
    color: #D4D4D2;
    height: 1px;
    margin: 8px 0;
}

.clearfix:after, .hintergrund:after, .inner:after, .contentdiv_inhalt:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* + html .clearfix { /* für IE7 */
    display: inline-block;
}

* html .clearfix { /* für IE6 */
	height: 1%;
}





/********************************************************************************************************************/
/********************************           Navigation        ******************************************************/
/********************************************************************************************************************/
/* umfasst den gesamten Navigationsbereich betrifft Positionierung*/
#navi {
	float: left;
	display: inline;
	width: 195px;
}

#navi .google{
	margin-left:3px;
	margin-top:30px;
}

#navi .navi_ueberschrift{
	font-weight: bold;
	font-size:14px;
	text-shadow: 1px 1px 0 white;
	margin: 25px 0 0 0;
	display: block;	
}

#navi ul li a {
	text-decoration:none;
	background-image: url(/img/style/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;		
}

#navi ul {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
}

#navi li:hover {
/*        list-style-image: url(/img/link_pfeil.gif);
        list-style-position:outside;*/
}

/*li#naktiv {
	list-style-image: url(/img/buttonrechts.gif);
	list-style-position:outside;
}
*/
#navi li {
	margin: 5px 0 0 0;
	background: url(/img/style/trennlinie.png) no-repeat;
	padding: 7px 0 0;
}

#navi li:first-child {
	background: none;
}

#navi .menu {
	text-decoration:none;
}

/* Layout fr Navigations-Links oben */
/*#navi_links {
	background: white;
}*/


.links {
	text-align:center;
	font-size:11px;
	width:640px;
	margin-top:20px;
	color:#6a6a6a;
}

.links a {
	margin-right:20px;
	margin-left:20px;
	padding-bottom:20px;
	color:#6a6a6a;

}


ul {
	padding: 3px 0 15px 20px;
	margin: 0;
}

li {
	padding: 5px;
}

p li {
	padding: 0 0 7px 0;
}


.banner_right {
	float:left;
}


.abgerundet {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
}


label {
    margin: 2px 0;
    display: block;
	font-weight: bold;	
}

p {
    margin: 10px 0;
}

.langControl {
	position: absolute;
	top: 11px;
	right: 8px;
	background: white;
	
-khtml-border-bottom-left-radius: 2px;
-moz-border-bottom-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;	

-khtml-border-bottom-right-radius: 2px;
-moz-border-bottom-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;	
}

.langControl a {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

.langControl a:first-child {
	margin-left: 3px;
}

.langControl a img {
	opacity: 0.5;
}

.langControl a img.selected {
	opacity: 1.0;
}

.langControl a img:hover {
	opacity: 1.0;
}

h3 {
	margin: 1em 0;
}

#face_twitt {
	display: none;	
}
