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

/*
Basis-Schriftgroesse: 14px
-> 0.79em = 11px;
-> 0.86em = 12px;
-> 0.92em = 13px;
-> 1.15em = 16px;
-> 1.21em = 17px;
-> 1.5em = 21px;
-> 1.85em = 25px;
*/

body {
	font: 14px "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
    background: #330000;
	background-image:url(images/bgrd_MainSite.jpg);
	background-repeat:repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    }

a  { color: #ff6600; text-decoration: underline }
a:link    { color: #ff6600 }
a:visited    { color: #782a01 }


h1 {
	font-size: 2em;
	color:#ff6600;
	font-weight:normal;
	}
h2 {
	font-size: 1.5em;
	color:#ff6600;
	font-weight:normal;
	}
h3 {
	font-size: 1.0em;
	color:#ff6600;
	font-weight:normal;
	}
.floatText {
	font-size:0.86em;
	line-height:1.5em;
	color:#FFFFFF;
	font-family: inherit;
	}
	
#container {
    width: 760px;
    margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
/*    border: 1px solid #fff;
*/	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

#mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		height:240px;
    }
	
#head {
	width:720px;
	height:70px;
/*	border:solid #CCCCCC 1px;
*/	font-size:0.86em;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
	}
	
#head .logo {
	float:left;
	}
	
#head .menu {
	float:right;
	text-align:right;
	color:#FF6600;
	margin-top:38px;
	}
	
#head .menu ul {  
	margin: 0px;
	padding: 0px;
	}
	
#head .menu li {
	display: inline;
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#head .menu li a {
	margin: 0px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 6px 0 6px; 
	border-right: 1px solid #f60;
	}
	
#head .menu li.last a {
	border-right: 0px solid #f60;
	}
	
#head .menu li a:hover {
	color: #fff;
	background-color: #f60;
	}	

#leftContent {
	width:490px;
	float:left;
	height:190px;
	font-weight:normal;
	margin:0;
	}

#rightContent {
	width:170px;
	float:right;
	height:200px;
	margin:0 20px 0 0;
	font-size:0.86em;
	}
	
#rightContent ul {
	list-style:none;
	line-height:25px;
	margin:8px 0 0 0;
	}

#oneContent {
	width:710px;
	margin:0 20px 0 20px;
	}


#referenceHead {
	background-image:url(images/bgrd_TopReferences.png);
	background-repeat:no-repeat;
	width:720px;
	height:20px;
	color:#ff6600;
	font-size:12px;
	font-family:inherit;
	padding:10px 20px 0 20px;
	margin:0;
	}
	
#reference {
	background-color:#782a01;
	color:#ff6600;
	font-size:12px;
/*	padding:7px 20px 7px 20px;
*/	font-family:inherit;
	margin:0;
	text-align:center;
	vertical-align:bottom;
	}

#referenceBottom {
	background-image:url(images/bgrd_BottomReferences.png);
	background-repeat:no-repeat;
	width:720px;
	height:20px;
	color:#ff6600;
	padding:10px 20px 0 20px;
	margin:0 0 20px 0;
	}

.referenceImage {
	margin:8px;
	border:0;
	}
	
.printreferenceImage {
	margin:10px;
	border:0;
	vertical-align:bottom;
	}

.webref {
	margin:20px 14px 0 14px;
	border:0;
	}
	
#reference a {
	color:#000000;
	}

	
.selected {
	color:#FF6600;
	}

.labels {
	color:#ff6600;
	text-align:left;
	margin:6px 0 0 20px;
	}

#links {
	color:#FF6600;
	margin-top:6px;
	}
#links a:link {color:#FF6600;}
#links a:hover {color:#FFF;}
#links a:visited {color:#FF6600;}


.weblink {
	border:0;
	margin-right:5px;
	}
	
.areas {
	display: inline-block;
	outline: none;
	text-align: center;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width:670px;
	margin:10px 0;
	}

.white {
	color: #ff6600;
	background: #ffffff;
	background-position:center;
	background-repeat:no-repeat;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
}

#referenceText {
	color:#FF3300;
	}

#referenceText {
	color:#FF3300;
	margin-top:6px;
	}
#referenceText a:link {color:#FF3300;}
#referenceText a:hover {color:#FF3300;}
#referenceText a:visited {color:#FF3300;}	

	
#clearMe {
	clear:both;
	float:none;
	height:1px;
	}

#footer {
	font-size:0.79em;
	color:#953402;
	margin:0 20px 20px 20px;
	}

#footer a:link {
	color:#953402;
	}
#footer a:hover {
	color:#FF3300;
	}

#footer .righttext {
	float:right;
	}

iframe {
	border:0;
	width:600px;
	height:420px;
	}
