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


html
{
}

body
{
	font-size: 13px;
	background-color: #EFEFEF;
	color: #33434c;
	font-family: Arial;
	/* 
	background-image: url(/fileadmin/templates/images/body.png);
	background-repeat: repeat-x;
	background-image: linear-gradient(bottom, rgb(239,239,239) 40%, rgb(255,255,255) 70%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,239) 40%, rgb(255,255,255) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 40%, rgb(255,255,255) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 40%, rgb(255,255,255) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 40%, rgb(255,255,255) 70%);
	
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(239,239,239), endColorstr=rgb(255,255,255))";
    */
}
/*
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(239,239,239),
	color-stop(0.7, rgb(255,255,255))
);
*/
a img, a:visited img
{
	text-decoration: none;
	border: none;
}

a, a:visited
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
	font-family: Windsor BT;
}

h1,h2,h3,h4,p,ul,ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

h1
{
	font-size: 17px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 8px;
}

h2
{
	font-size: 16px;
	color: #666666;
	margin-top: 8px;
}

h3
{
	font-size: 14px;
	color: #666666;
}

h4
{
	font-size: 13px;
}


div#mainWrapper,
div#headerArea,
div#mainContent,
div#headerImg,
div#footer
{
	width: 1024px;
	text-align: left;
}

div#mainWrapper
{
	background-color: #FFFFFF;
	margin-top: 0px;
}

div#header
{
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;
	z-index: 100;
}

div#address,
div#headerImg,
div#header,
div#address
{
	height: 240px;
}

div#address
{
	float: left;
	padding-top: 30px;
	margin-top: 0px;
	width: 540px;
	color: #7E7E7E;
	font-size: 15px;
	font-weight: bold;
	background-image: url(/fileadmin/templates/images/human/Unbenannt.PNG);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}

div#address h1
{
	font-family: Windsor BT;
	color: #666666;
	font-size: 30px;
	padding-bottom: 30px;
}

div#address h2
{
	font-size: 22px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#headerImg
{
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 240px;
	overflow: hidden;
}

div#logo
{
	float: right;
	width: 240px;
	overflow: hidden;
	background-image: url(/fileadmin/templates/images/human/rechts-bg.PNG);
	text-align: center;
}


div.clear
{
	clear: both;
	float: none;
}

div#topSep
{
	position: relative;
	height: 32px;
	background-color: #AAAAAA;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

div#topSep ul, div#topSep ol
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

div#topSep a, div#topSep a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}

div#topSep a:hover
{
	color: #000000;
}

div#compMenu
{
	position: relative;
	margin-left: 180px;
	width: 650px;
	height: 32px;
	overflow: hidden;
}

ul#topMenu
{
	position: relative;
	float: left;
	left: 0px;
	list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	width: 590px;
	overflow: hidden;
}

ul#topMenu li
{
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 121px;
	text-align: center;
}

ul#topMenu ul 
{
	list-style: none;
}

div#mainContent
{
}

div#centerContent,
div#leftContent,
div#rightContent
{
	padding-top: 20px;
	padding-left: 15px;
}

div#leftContent
{
	float: left;
	width: 180px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #666666;
}

ul.sideMenu
{
	margin-left: 5px;
	padding-left: 0px;
	list-style: circle;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-transform: uppercase;
}

ul.sideMenu a, ul.sideMenu a:visited
{
	text-decoration: none;
	color: #666666;
	font-weight: bolder;
}

ul.sideMenu a:hover
{
	color: #000000;
	text-decoration: none;
}

ul.sideMenu li
{
	padding-bottom: 6px;
	padding-top: 4px;
}

ul.subMenu2 
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	text-transform: none;
	font-size: 11px;
}

ul.subMenu2 li
{
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 3px;
}

ul.subMenu2 a, ul.subMenu2 a:visited
{
	color: #7E7E7E;
}

ul.subMenu2 a:hover
{
	color: #404040;
	text-decoration: none;
}

div#centerContent
{
	float: left;
	background-color: #FFFFFF;
	width: 590px;
	min-height: 770px;
	padding-right: 15px;
	overflow: hidden;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #666666;
}

div#rightContent
{
	float: right;
	width: 180px;
}

div#footer
{
	position: relative;
	height: 32px;
	background-color: #AAAAAA;
	clear: both;
	margin-top: -5px;
}

div#copyright
{
	float: left;
	width: 500px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	color: #F0F0F0;
}

div#lowerMenu
{
	position: relative;
	float: right;
	text-align: right;
	width: 420px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-right: 20px;
	text-transform: uppercase;
}

ul#bottomMenu
{
	position: relative;
	float: right;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul#bottomMenu li
{
	position: relative;
	color: #F0F0F0;
	float: left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

ul#bottomMenu li a, ul#bottomMenu li a:visited
{
	color: #FFFFFF;
}

ul#bottomMenu li a:hover
{
	text-decoration: none;
	color: #000000;
}

.align-center
{
	text-align: center !important;
}

div#raddress
{
	position: relative;
	background-color: #e3e3e3;
	background-image: url(/fileadmin/templates/images/human/Unbenannt.PNG);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: -16px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	height: auto;
	width: 164px;
	border: 2px outset #e3e3e3;
}

#galleryThumbs
{
	width:940px; 
	position:absolute; 
	left:20px; 
}

#galleryThumbsInnerWrap
{
	width:640px;
	height:100px;
	overflow:hidden;
	float:left;
	position:relative;
}
#galleryThumbsInner
{
	width:640px;
	position:absolute;
	left:0px;
}

#moveThumbLeft
{
	width:17px;
	height:32px;
	padding:0;
	display:block;
	position:absolute;
	/*top:33px;*/
	left: 0px;
	background:url(/fileadmin/templates/images/arrow_left.png);
	color:#FFF;
	cursor:pointer;
}

#moveThumbRight
{
	width: 17px;
	height: 32px;
	padding: 0;
	display:block;
	position:absolute;
	/*top:33px;*/
	right: 0px;
	background:url(/fileadmin/templates/images/arrow_right.png);
	color:#FFF;
	cursor:pointer;
}

div#menuDebug
{
	float: right;
	display: none;
}

div#baseLine
{
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px #666666 dotted;
}

a b,
a strong,
b a,
strong a
{
	color: #000;
}

#centerContent ul
{
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 0px;
}

#mainContent table
{
	margin-left: 10px;
}

#mainContent th
{
	text-align: left;
	font-weight: normal;
}

#mainContent td
{
	padding-left: 10px;
}

td p.bodytext,
th p.bodytext
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
}
