/*
-----------------------------------------------
Layout CSS
----------------------------------------------- */






html {
}

body {
	margin: 0px;
	padding: 0px;
	background: #272d78;
}

body, div, td, p, b, span, ul, li {
	font-family: Verdana, 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h2 {
	color: #808081;
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

input, select, textarea {
	font-size: 12px;
}

/* Anchors
----------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Divs
----------------------------------------------- */
div#container {
	width: 725px;
	height: 700px;
	margin: auto;
}

div#navigation {
	width: 560px;
	float: left;
	height: 125px;
}

div#navigation ul {
	height: 125px;
	list-style-type: none;
}

div#navigation ul li {
	display: inline;
	float: left;
	width: 81px;
	margin-top: 60px;
	padding-left: 12px;
	background-image: url(images/01_navi_balken_gr.gif);
	background-repeat: no-repeat;
}

div#navigation ul li a {
	font-size: 12px;
	color: #fff;
}

div#navigation ul li.active {
	background-image: url(images/01_navi_balken_gl.gif);
	background-repeat: no-repeat;
}

div#navigation ul li.active a {
	font-weight: bold;
}

div#navigation ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}

div#logo {
	float: right;
	height: 125px;
}

div#logo img {
	display: block;
}

div.balken {
	height: 10px;
	background: #898a8a
}

div#bildleiste {
	width: 725px;
	height: 173px;
}

div.bild {
	float: left;
}

div.bild img {
	display: block;
}

.spacer {
	float: left;
	width: 11px;
}

div#content {
	width: 725px;
	height: 345px;
	margin-top: 30px;
}





div#unternavigation {
	float: left;
	width: 185px;
	margin-right: 5px;
}

div#unternavigation ul {
	margin-left: 5px;
	height: 125px;
	list-style-type: none;
}

div#unternavigation ul li {
	margin-bottom: 8px;
}

div#unternavigation ul li a {
	font-size: 12px;
	color: #fff;
}

div#unternavigation ul li.active a {
	font-weight: bold;
}

div#unternavigation ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}

div#inhalt {
	float: left;
	width: 350px;
	height: 345px;
	margin-right: 5px;
	overflow: auto;
}



div#infobox {
	float: right;
	width: 173px;
	background: #958d90;
	padding: 2px;
	font-size: 11px;
	color: #000;
}

div#infobox td {
	font-size: 11px;
	color: #000;
}


div#impressum td {
    height: 15px;
    font-size: 11px;
    color: #00000;
}

.clear {
	clear: both;
}

  /* ----------------------------------------------- */


#thumbcontainer {
    margin:0px;
    padding-top:0px;
    background-color: #272d78;
    width: 750px;
   
}

#thumbcontainer ul {
    display:inline;
    
}
#thumbcontainer ul li {
    display:inline;
    list-style-type:none;
 }
 
 
#thumbcontainer ul li img {
    padding-right: 11px;
}
#thumbcontainer p {
    margin:0px 0 0px 0;
}

