@charset "utf-8";
/* CSS Document */

html {
	height:	100.2%;
}

body {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
	
}

ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	margin: 0px 0px 15px 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#layout_top {
	background-image: url(../images/layout/background-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#layout_center {
	background-image: url(../images/layout/background-center-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.layout_center_top {
	background-image: url(../images/layout/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#layout_bottom {
	background-image: url(../images/layout/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#head {
	height:200px;
	border-left: #666 solid 2px;
	border-right: #666 solid 2px;
	border-bottom: #484848 solid 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#F93;
}

#main {
	border-right: #666 solid 2px;
	border-left: #666 solid 2px;
}


/* Main Menu 
/******************************************************
*/

#menu_tab a {
	height: 28px;
	color: #FFF;
	font-size: 14px;
	font-weight: lighter;
	line-height:24px;
	text-align: center;
	border: #666 solid 1px;
	text-decoration: none;
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 4px;
	background-image: url(../images/layout/menu.jpg);
	background-repeat: repeat-x;
}

#menu_tab a:hover {
	background-image:url(../images/layout/black.png)!important;
	background-image:url(../images/layout/black.gif);
	background-repeat: repeat;
	border: #666 solid 1px;
	color: #999;
}

.menu_link_active {
	background-image:url(../images/layout/black.png)!important;
	background-image:url(../images/layout/black.gif);
	background-repeat: repeat;
	border: #666 solid 1px;
	color: #FFF;
}

/* Sub Menu 
/******************************************************
*/

#subMenu {
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#subMenu ul {
	border-bottom: dotted 1px #999;
	float: left;
}

#subMenu ul li {
	list-style-type: none;
	border-top: dotted 1px #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	width: 150px;
	float: left;	
}

#subMenu ul li ul {
    background: transparent;	
	border: none;
}

#subMenu ul li ul li {
    background: transparent;
	line-height: 18px;
	margin-left: 6px;
	border: none;
}

#subMenu a {
	color: #09F;
	display: block;
	text-decoration: none;
}

#subMenu ul li a {
	color: #09F;
	padding: 5px 0px 5px 3px;
}

#subMenu ul li ul li a {
	font-size: 12px;
	color: #09F;
	padding: 0px 0px 4px 11px;
}

#subMenu a:hover {
	color: #0f2860;
}

#subMenu ul li ul li a:hover {
	color: #0f2860;
	padding: 0px 0px 4px 11px;
}

#subMenu ul li a.active {
	color: #4a5f8e;
}

#subMenu ul li a.active:hover {
	color: #0f2860;
}

#subMenu ul li ul li a.active {
	color: #4a5f8e;
	padding: 0px 0px 4px 11px;
}

#subMenu ul li ul li a.active:hover {
	color: #0f2860;
}


/* Content
/******************************************************
*/
#content {
	background-color: #FFF;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

#tab_gal {
	 background: #CCC;
	 border: solid 1px #666;
	 padding: 5px;
}

#tab_gal img {
	border: solid #FFF 1px;
	margin: 10px;
}

.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#fusszeile {
	background-image: url(../images/layout/back_bottom.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 40px;
	text-align: center;
	color: #CCC;	
}

#fusszeile a {
	font-size: 12px;
	color: #CCC;
}

#captcha {
	background-image: url(../images/layout/captcha_back.jpg);
	background-repeat: repeat-x;
}

.error_box {
	background: #E4E4E4;
	color: #F00;
	border: solid 1px #666;
	padding-left: 10px;
}

.error_text {
	color: #F00;
}




/* SLIMBOX
/******************************************************
*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/icons/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/icons/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/icons/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/icons/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}