/**
 * $Id: styles.css,v 1.39 2008/01/14 12:58:26 ck Exp $
 * -------------------------
 * Styles fÃŒr teutoburger-sperrholz.de
 */


body {
	background-color: #f3f3f3;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
/*	font-family: Helvetica, Arial, sans-serif;*/
	letter-spacing:0.1em;
	line-height:1.35em;
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	text-align: center;
}

td {
	font-size: 0.6em;
}

.form_label {
    background-color: rgb(231, 231, 231);
	padding: 2px;
    width: 175px;
    height: 14px;
	display: block;
}

.form_required {
	padding-left: 4px;
}

.form_string, .form_textarea, .form_email {
    border: 1px solid rgb(208, 208, 208);
}


a:link, a:visited, a:active {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
    color: rgb(255, 102, 0);
}

ul {
	color: #CCCCCC;
	margin: 10px 0 5px 15px;
}

li {
	list-style: square;
	color: #000000;

}
li ul {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

li ul li {
	color: #000000;
	list-style: disc;
}


div#breadcrumbs{

}

div#breadcrumbs a{
	display: block;
	float: left;
}

div#breadcrumbs img{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
}


h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 1em 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 2em 0 1em 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

h4 {
	padding: 0;
	margin: 0 0 1em 0;
	font-style: italic;
	line-height: 1em;
	text-transform: uppercase;
}

h5 {
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 1em;
	font-size: 1em;
}

div.team h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 85px;
	color: #000000;
}

div.team h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 85px;
	color: #000000;
}

div.teamEntry {
	padding-bottom: 20px;
}

div.team div.bild{
	float:left; 
	padding-right: 20px;
	width: 80px;
	margin: 0 0 25px 0;	
}

div.team div.text {
	width: 450px;
	margin-left: 0px;
	padding: 0px;
	margin-left: 85px;
}

div.team ul {
	padding: 0;
	margin: 10px 0 5px 15px;
	color: #CCCCCC;
}

div.team li {
	padding: 0;
	margin: 0;
	list-style: square;
	color: #000000;

}
div.team li ul {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}
div.team li ul li {
	padding: 0;
	margin: 0;
	color: #000000;
	list-style: disc;
}

.no-transform{
	text-transform:none;
}

.no-weight{
	font-weight:normal;
}

.uppercase {
	text-transform: uppercase;
}

.bold{
	font-weight:bold;
}

.clearer {
	clear: both;
}

#seite {
	margin-left: auto;
	margin-right: auto;
	width: 955px;	
	background-color: #FFFFFF;
}

#kopfbild {
}

#overview {
	padding-left:100px;
}

#overview h1 {
	padding:0;
}

#main {
	padding-left: 86px;
	background-color: #ffffff;
	z-index: 1;
}

#content {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	width: 559px;
}

#left {
	float: left;
}

#right {
	letter-spacing:0.08em;	
	width: 205px;	
	margin-left: 40px;
	float: left;
	clear: right;
	text-align: left;
	padding-top: 20px;
}

#flaggen {
    height: 30px;
    text-align: center;
}

#right h1{
	padding: 1em 0 0 0;
}



#right ul {
	padding: 0;
	color: #CCCCCC;
	margin: 0 0 20px 0px;
}

#right li {
	padding: 0;
	margin: 0;
	list-style: square;
	color: #cccccc;
	text-transform:uppercase;
}

#right li.current {
	padding: 0;
	margin: 0;
	list-style: square;
    color: rgb(255, 102, 0);
}


#right li span{
	color: #000000;
}

#right li ul {
}

#right li ul li {
	padding: 0;
	margin: 0;
	color: #cccccc;
	list-style: disc;
}


#footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	text-align: left;
	
}

#footer img {
	margin-right: 5px;
}

#ContactList {
	text-align: left;
	margin-bottom: 20px;
}


#gallerylist {
	width:600px;
	padding:0;
	margin:0;
	border: 1px solid rgb(255,153,0);
	background-color:rgb(243,243,243);
}

#gallerylist-print {
	width:500px;
	padding:0;
	margin:0;
	border: 1px solid black;
}


.gallery{
	display:inline;	
	float:left;
	width:150px;
	margin:20px;
	height:100px;
	text-align:center;
}

.gallery-print{
	display:inline;	
	float:left;
	width:150px;
	margin:5px;
	height:100px;
	text-align:center;
}

.gal-bild{
	text-align:left;
}

.bilduntertitel{
	text-align:left;
	margin-top: 10px;
}

.anfahrt_link{
	color: #ff0000;
}

.anfahrt_zoom{
	float:right;
	position:relative;
	bottom:200px;
	padding-right:50px;
}

.anfahrt_zoomlink a:hover {
	text-decoration: underline;
    color: #ff0000;
}
	


/**
 *  Menue
 */
#Navigation {
	background-attachment: fixed;
	background-color: #dddddd;
	background-image: url(/images/navigation_bg.gif);
	background-repeat: repeat;
	display: block;
	height: 16px;
	left: 0px;
	margin: 0;
	padding-left: 87px;
	

}

.ebene1 {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	background-image: url(/images/menu/normal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 16px;
	
	padding-left: 0px;
	text-align: left;

}

.menupunkt{
	padding-top:2px;
	 margin-left:33px; 
}

.menupunktebene2{
	padding-left:8px;
}

.menupunkt a:hover {
	text-decoration: none;
    color: rgb(255, 102, 0);
}

.menulink:hover {
	text-decoration: none;
    color: rgb(255, 102, 0);
}

.ebene2 {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(/images/navigation_bg.gif);
	background-repeat: repeat;
	text-align: left;
	font-weight:bold;
	position: absolute;
	display: none;
	width: 224px;
	padding-top: 16px;
	z-index: 5;
}

.ebene2 span {
	background-image: url(/images/menu/normal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 28px;
	height: 16px;
	width: 224px;
	display: block;
	border-top: 1px solid #ffffff;
	z-index: 5;
}

.ebene2 .leer{
	background-image: none;
	padding-left: 28px;
	height: 16px;
	width: 224px;
	display: block;
	border-top: 1px solid #ffffff;
	z-index: 5;
}

.empty{
	height:0px;
	border: 1px solid black;
}

/**
 *  Intro
 */
#intro {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	left: 0px;
	margin: 1px 0 20px 0;
	padding: 15px 15px 10px 15px;
	position: relative;
	top: 0px;
	width: 589px;
	overflow: hidden;
	z-index: 1;
	text-align: left;
}

#intro h1 {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0pt;
    line-height: 1.5em;
    text-transform: uppercase;
	margin: 0px;

}

#page
{
	position: absolute;
	top: 147px;
	width: 868px;
	display: block;
	padding: 0;
	margin: 0;
	border-color: #CC0000;
	border-width: 0px;
	border-style: solid;
	z-index: 1;
}


/**
 * Bildausrichtungen im Textblock
 */
.bild_left {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.bild_center {
	text-align: center;
	margin-bottom: 8px;
}

.bild_left_no_float {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.bild_right_no_float{
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.bild_right{
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 8px;
}

/**
 * Styles fuer die Startseite
 */

#KeyImage
{
	z-index: 1;

	margin: 0 auto 0 auto;
	visibility:visible;
}

.innerImage{
	margin-right:90px;
}

#AspectImages1
{
	position:relative;
	top:-450px;
	z-index: 2;
	width:100%;
	text-align:right;
	visibility:visible;
}
#AspectImages2
{
	position:relative;
	top:-440px;
	width:100%;
	text-align:right;
	z-index: 2;
	visibility:visible;
}
#AspectImages3
{
	position:relative;
	top:-430px;
	z-index: 2;
	width:100%;
	text-align:right;
	visibility:visible;
}
#AspectImages4
{
	position:relative;
	top:-420px;
	z-index: 2;
	width:100%;
	text-align:right;
	visibility:visible;
}


#AspectKeyWords
{
	z-index: 2;
	background-color: #F3F3F3;
	display: block;
	position: relative;
	top:-350px;
	width: 955px;
	visibility:visible;
	text-align:left;
	font-size: 10px;
}

#AspectKeyWords span
{
	padding:0;

	margin-right:15px;
	margin-top:2px;
	margin-bottom:2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.firstkey{
	margin-left: 73px;
}

#SelectLanguage
{
	z-index: 2;
	background-image: url(/images/bgflaggen.gif);
	background-repeat: repeat-x;
	background-position: center center;
	display: block;
	height: 20px;
	position: relative;
	top:-340px;
	width: 955px;
	visibility:visible;
	text-align:left;
}
#SelectLanguage a
{
	margin-left: 73px;
	font-weight: bold;
}

