* {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align:bottom;
}

body {
	font-family: 'Verdana', 'sans_serif';
	font-size: 12px;
	text-align: center;
	min-width: 1000px;
	background: #b9d6d2 fixed url('/layout/images/bg.jpg') repeat-y top center;
}

p {
	line-height: 18px;
	margin-bottom: 10px;
}

a {
	color: #115b82;
}

h1 {
	margin-bottom: 10px;
	font-family: "Times", "Georgia", serif;
	font-weight: normal;
}

address {
	margin-bottom: 12px;
}

#catImage {
	height:145px;
	overflow:hidden;
}

#catImage img {
	
}

#main {
	color: #61635e;
	width: 922px;
	margin: 22px auto;
	text-align: left;
	background-color: #fff;
}

#head {
	width: 922px;
	height: 236px;
	position: relative;
	margin-bottom: 24px;
}

#head_pic {
	display: inline;
}

#logo {
	position: absolute;
	right: 0px;
	top:0px;
	/* background: url('/layout/images/logo.png') no-repeat; */
	height:236px;
	width:266px;
}

/* Menu Ebene 1 */

#head .linklistLevel1 div.linklist {
	width:44px;
	height:49px;
}

#head .linklistLevel1 {
	position: absolute;
	top: 109px;
	z-index: 3;
}

#head .linklistLevel1 li {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	display: block;
	list-style-type: none;
}

#head .linklistLevel1 a {
	font: normal normal normal 18px/24px "Trebuchet MS", "Arial", sans-serif;
	text-decoration: none;
	display: block;
}
#head .linklistLevel1 a.linklistActive {
	color: #bfc2b8;
}
#head .linklistLevel1 div {
	min-width:42px;
	height:49px;
	line-height:0px;
	font-size:0px;
}
#head .linklistLevel1 div.linklistActive {
	background: url('/layout/images/bullet.gif') no-repeat top center;
	width:44px;
	height:49px;
}
#head .linklistLevel1 div.linklistTrace {
	background: url('/layout/images/bullet.gif') no-repeat top center;
	width:44px;
	height:49px;
}

/* Menu Ebene 2 */

#head .linklistLevel2 {
	position: absolute;
	top: 74px;
	z-index: 3;
}

#head .linklistLevel2 div {
	display:none;
}

#head .linklistLevel2 li {
	list-style-type: none;
	float: none;
	margin:0px;
}

#head .linklistLevel2 a {
	font-size: 14px;
	padding-top:3px;
}

#head .linklistLevel2 .linklistActive {
	color: #bfc2b8;
	background:none;
}

#content {
	font-size: 14px;
	line-height: 22px;
	width: 620px;
	padding-left: 12px;
}

#content th {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:20px;
	border-bottom:2px solid gray;
}

#content td {
	padding:20px;
	border-bottom:1px dotted gray;
}

#content table {
	/*margin-top:25px;*/
}

#content p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
	text-align: justify;
}

#content a:hover {
	color: #fbeb64;
}

#content ul {
	margin: 22px;
}

#content ul li {
	margin: 4px;
}

#content .hr {
	background: url('layout/images/wave.gif') no-repeat top center;
	margin: 24px auto;
	height: 10px;
}

#sidebar {
	width: 266px;
	float: right;
	text-align: center;
	overflow: hidden;
	font-style: italic;
}

#sidebar img {
	margin-top: 12px;
}

#specialmenu {
	width:400px;
	text-align:center;
	margin:0px auto 25px auto;
}

#footer {
	color: #004f79;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	clear: both;
	padding-top:25px;
}

#footer a {
	text-decoration: none;
	margin: 0px 10px;
}

#footer p {
	margin-bottom: 30px;
	clear:both;
}

/* miniBlog */

#news {
	list-style-type:none;
	background:url('/layout/images/highlight.png') no-repeat;
	/*height:266px;*/
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #0A374E;
}

#news li {
	padding:15px;
}
