@charset "utf-8";
/* 


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

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 15px;
}


a {
	color: #0033CC;
	text-transform: none;
	font-weight: lighter;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}
a:hover {
	color: #39E1AB;
	
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Layout- und Typo-	Einstellungen */

#container {
	width: 900px;
	border: 1px solid #666;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5F3F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 90%;
	background-image: none;
}

#header {
	height: 102px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/header-ohne.jpg);
	width: 900px;
	float: right;
} 
#header-links {
	width: 80px;
	height: 70px;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/rand-oben.jpg);
	float: left;
	padding-top: 5px;
} 

#hauptnavigation {
	height: 24px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	width: 900px;
	margin-top: 30px;
	padding-top: 50px;
}

#hauptnavigation-galerie {
	height: 24px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	width: 900px;
	margin-top: 30px;
	padding-top: 50px;
	float: left;
}


UL#mainnav {
	MARGIN-TOP: 0px;
	PADDING-LEFT: 16%;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	MARGIN-BOTTOM: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN-LEFT: 0px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #999 1px solid
}
UL#mainnav A {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	color: #000000;
}
UL#mainnav A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999999;
	border-left-color: #666;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
UL#mainnav .current_page_item A {
	COLOR: #963A23;
	BACKGROUND-COLOR: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
UL#mainnav .current_page_item A:hover {
	COLOR: #fff; BORDER-BOTTOM: #333 1px solid; BACKGROUND-COLOR: #333
}
UL#mainnav LI {
	DISPLAY: inline; MARGIN: 0px 5px 0px 0px; LIST-STYLE-TYPE: none
}

#navigation {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 135px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	height: 100%;
    }
UL#nav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	height: 26px;
	width: 120px;
	text-decoration: none;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
UL#nav A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 26px;
	width: 120px;
}

UL#nav .nav_current_page_item A {
	COLOR: #963A23;
	padding-top: 1px;
	padding-left: 4px;
	border: 1px solid #333333;
	padding-right: 1px;
	height: 26px;
	width: 120px;
}
UL#nav .nav_current_page_item A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 26px;
	width: 120px;
}
UL#nav LI {
	DISPLAY: inline; MARGIN: 0px 5px 0px 0px; LIST-STYLE-TYPE: none
}


UL#subnav {
	PADDING-LEFT: 0px; MARGIN: 0px 0px 0px 16%; PADDING-TOP: 0px
}
UL#subnav A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; COLOR: #ccc; TEXT-DECORATION: none
}
UL#subnav .current_page_item A {
	COLOR: #fff
}
UL#subnav .current_page_item A:hover {
	
}
UL#subnav A:hover {
	COLOR: #fff
}
UL#subnav LI {
	DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-RIGHT: 15px
}


UL#mainnav-ver {
	MARGIN-TOP: 0px;
	PADDING-LEFT: 4%;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	MARGIN-BOTTOM: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN-LEFT: 0px;
	PADDING-TOP: 3px;
	list-style-type: none;
}
UL#mainnav-ver A {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	color: #000000;
}
UL#mainnav-ver A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999999;
	border-left-color: #666;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
UL#mainnav-ver .current_page_item A {
	COLOR: #fff;
	BACKGROUND-COLOR: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
UL#mainnav-ver .current_page_item A:hover {
	COLOR: #fff; BORDER-BOTTOM: #333 1px solid; BACKGROUND-COLOR: #333
}

#inhalt{
	float: left;
	width: 800px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}
	#inhalt h3 {
		margin: 10px 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 1px solid #666;
		font-size: 120%;
	}
	#inhalt p {
		margin-bottom: 20px;
		line-height: 140%;
	}
#inhalt{
	float: none;
	width: 720px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 150px;
}
	#inhalt h3 {
		margin: 10px 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 1px solid #666;
		font-size: 120%;
	}
	#inhalt p {
		margin-bottom: 20px;
		line-height: 140%;
	}
#text
 {
	float: none;
	width: 680px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
}
#spalte2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 730px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top:10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
    }
#spalte3 {
	float: right;
}


#spalte3-arbeiten {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 550px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
    }

 #navigation-galerie {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 130px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	height: 100%;
	display: block;
    }
#navigation-galerie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #0033FF;
	display: block;
	height: 26px;
	width: 130px;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding-left: 5px;
	padding-top: 3px;
}
#navigation-galerie a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #963A23;
	padding-left: 5px;
	padding-top: 3px;
}
.navigation-galerie-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #963A23;
	padding-left: 5px;
	padding-top: 3px;
	text-transform: uppercase;
	height: 26px;
	width: 130px;
	display: block;
}
#navigation-galerie a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #963A23;
	border: 1px solid #333333;
}

.navigation-active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	height: 24px;
	width: 130px;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-top: 3px;
}


.navigation-active-hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	height: 18px;
	width: 130px;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #963A23;
}
.navigation-active-underline
	{
	color: #FFCC00;
	color: #333333;
	float: left;
	text-transform: uppercase;
	width: 90px;
	text-decoration: none;
	display: inline;
	height: 15px;
	border: thin solid #f5b75a;
	padding: 0;
	margin: 0px;
}

#subnavigation {
	width: 100px;
	margin-left: 10px;
}


#subnavigation a {
	color: #333333;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	}
#subnavigation a:hover {
	text-decoration: none;
	width: 100px;
	color: #333333;
	;
}
.subnavigation-active
	{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	color: #963A23;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 130px;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	height: 24px;
	border: 1px solid #333333;
}
#footer {
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
	#footer p {
		font-size: 10px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 5px;
		padding-left: 0;
	}
	

	#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
		}
	#footer a:hover {
	text-decoration: none;
	}

	#copy {
	height: 13px;
	float: left;
	width: 145px;
	font-size: 10px;
	background-color: #f5b75a;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	color: #FFFFFF;
}
	
	#sprache {
	float: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	clear: none;
	display: none;
	padding-left: 30px;
	}
	#sprache a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BACED1;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	}
	#sprache a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

.rahmen       {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.linie_unten        {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#lang {
	float: right;
	width: 60px;
	}

	#lang a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	}
	#lang a:hover {
	color: #FF6600;
	text-decoration: none;
	}
#spalte3-text
 {
	float: right;
	width: 430px;
	padding-right: 100px;
	padding-left: 10px;
	padding-top: 200px;
	height: 245px;
}
#spalte2-start {
	padding-right: 100px;
	padding-left: 230px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#arbeit-text
 {
	float: right;
	width: 480px;
	padding-right: 120px;
	padding-left: 10px;
	padding-top: 10px;
	height: 450px;
}
#start-text {
	height: 140px;
	width: 140px;
	background-color: #f5b75a;
	padding: 5px;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
}
#spalte2 table .linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#galerie-start {
	padding-left: 10px;
	float: right;
	width: 710px;
	padding-right: 10px;
	padding-top: 20px;
}
#imagerotator {
	height: 550px;
	width: 630px;
}
