@charset "utf-8";
/* CSS Document */

/*border: 1px solid #f00;*/


/*---------------------------------------------------- CSS Reset ----------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, blackrow {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: Bodoni W1, Arial, Verdana, Helvetica, sans-serif; /*inherit;*/
	vertical-align: baseline;
}

body {
	line-height: 1.4;
	color: black;
	background: white;
	width: 70%;
	margin-left: 15%;
	height: 100%;
	font-size:small;
	font-family: Bodoni W1, Arial, Verdana, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*----------------------------------------------------- Allgemeines ----------------------------------------------------- */

p{
	color:#333333;
	font-size: 100%;
}

a{
	color:#C5BBB5; /*#005190;*/
	text-decoration:none;
}

a:hover{
	color:#7e9db6;
}

h1{
	color: #005190;
	font-weight:bold;
	font-size: 110%;
}

h2{
	color: #333333;
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 2em;
	height: 20px;
	background-color:#cbd8e2;
	font-weight:normal;
	padding-left: 10px;
	margin-bottom: 10px;
}

h3{
	color:#333333;
	letter-spacing:0.4em;
	font-size:100%;
	line-height:2em;
	height:25px;
	background-color:white;
	font-weight:normal;
	border-top-style:solid;
    border-top-width:2px;
    border-top-color:#000;
	border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:#000;
}

/*------------------------------------------------------ Container ------------------------------------------------------ */

#logo{
	background:url(images/logo.gif) no-repeat;
	background-position: center;
	width: 99%;
	height: 120px;
	padding-top: 35px;
	position: relative;
	clear: both;
}

#logoinner{
	position: absolute;
	top: 15px;
	left: 50%;
	width: 225px;
	height: 117px;
	margin-left: -125px;
}

#search{
	float: right;
	margin: 87px 1% 0 0;
}

html>body #search{
	margin: 87px 10% 0 0;
}

*+html body #search{
	margin: 87px 1% 0 0;
}

#middle{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 22px;
}
#left{
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-top: 10px;
	border-right: 1px solid #cbd6e2;
	margin-bottom: 22px;
}

.col2 img{
	float: left;
	margin: 0 20px 15px 20px;
}

#linie{
	border-top: 1px solid #cbd6e2;
	height: 10px;
	clear: both;
	font-size: 1px;
	margin-left: 2%;
}

#flash{
	height: 200px;
	margin: 10px 0 0px 7%;
}

#ohneflash a{
background: none;
}

#glockengasse{
	margin-left: 2%;
}

#topthema{
	float: left;
	width: 23%;
	padding: 10px 2% 0 2%;
	margin-bottom: 22px;
}

.col3 p{
	margin-left: 10px;
	margin-right: 10px;
}

.newsblock{
	margin-bottom: 10px;
}

.newstrenner{
	border-bottom: 1px solid #cbd6e2;
	height: 1px;
	margin: 5px 0 5px 0;
	clear: both;
	font-size: 1px;
}

.colmask a{
	padding-left: 10px;
	background:url(../images/linkpfeil.gif) no-repeat 0px 5px;
}

/*------------------------------------------------------ Hauptmenü ------------------------------------------------------ */

#mainmenu{
	width: 100%;
	height: 0.5em;
	color:#005190;
	background-color:#000;
	line-height:0.5em;
	text-align:center;
	
}

#mainmenu li{
	display: inline;
}

/*#mainmenu h3{
	background-color:white;
}*/

#mainmenu li a{
	margin: 0 8px 0 8px;
	letter-spacing: 0.2em;
	color: #ffffff;
	padding: 3px 5px 3px 7px;
}

#mainmenu li a:hover{
	background-color: #325073;
	padding: 3px 5px 3px 7px;
}

/*-------------------------------------------------------- Menü --------------------------------------------------------- */

#menu{

	float: right;
	height: 2em;
	padding-right: 2%;
	font-size: 90%;
	color:#C5BBB5;
	/*#005190;*/
	line-height:2em;
}

html>body #menu{ /*fuer FF und IE7*/
	font-size: 85%;
}

#menu ul{
	float:right;
}

#menu li{
	display: inline;
}

#menu li a{
	padding: 0 5px 0 5px;
	color:#C5BBB5;
    font-size:110%;
}

#menu li a:hover{
	padding: 0 5px 0 5px;
	/*background-color: #AFC2D1;*/
	color:#000;
}

#menu li a.active{
	padding: 0 5px 0 5px;
	/*background-color: #AFC2D1;*/
	color:#C5BBB5;
}

#menu form{
float: right;
}

#menu .abstand{
margin-left: 10px;
}

#menu input{
	font-size: 80%;
}

/*------------------------------------------------------- Footer -------------------------------------------------------- */

#footer{
	height: 1.7em;
	background-color:#f1f5f8;
	width: 98%;
	clear: both;
	margin-bottom: 10px;
	text-align:center;
	margin-left: 1%;
	margin-right: 1%;
}

#footer p{
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 2em;
}

#adressen {
	color: #9CB0C7;
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 1,4em;
}

#adressen a{
	color: #9CB0C7;
}

#adressen a:hover{
	color: #005190;
}
/*------------------------------------------------------- Columns -------------------------------------------------------- */

/* column container */
	.colmask {
		clear:both;
		float:left;
		width:70%;				/* width of page */
		overflow:hidden;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 1%;
		margin-right: 1%;
		background-color:#99FF00;
		display: inline;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:70%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:10px 0 10px 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#F1F5F8;		/* right column background colour */
	
	}
	.threecol .colmid {
		right:23%;				/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: 1px solid #CBD8E2;
	}
	.threecol .colleft {
		right:27%;				/* width of the middle column */
		background:#ffffff;		/* left column background colour */
		border-right: 1px solid #CBD8E2;
	}
	.threecol .col1 {
		width:23%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:48%;				/* Width of left column content (column width minus padding on either side) */
		left:27%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:57%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}