﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url("images/sourcefiles/bg_header_gelb.jpg") repeat-x;
	color: #000000;
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

hr {
	background-color: #C2C2C2;
	color: #434F47;
	border: none;
	height: 1px;
	width: 86%;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	text-align: center;
}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #777;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: none;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #434F47;
	font: bold 24px Arial, Verdana, Helvetica, Sans-Serif;
	text-align: left;
	letter-spacing: 1px;
}
h2{
	color: #434F47;
	font: normal 20px Arial, Verdana, Helvetica, Sans-Serif;
	text-align: left;
}
h3{
	color: #434F47;
	font: normal 18px Arial, Verdana, Helvetica, Sans-Serif;
	text-align: left;
}

h4 {
	color: #434F47;
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	text-align: left;}

h5 {
	color: #434F47;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #434F47;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	background-position: center;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

.clear {
	clear: both;}
	
.current {
	color: #fd9a00; /*--Schrift orange--*/
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;} /*--Kennzeichnung der aktuellen Seite in topnavi--*/

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	background-image: url('images/sourcefiles/wrapper.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 230px;}


#topnav {
	background: url('images/sourcefiles/bg_nav_shad.jpg') repeat-x;
	float: left;
	z-index: 1;
	width: 508px;
	text-align: center;
	color: #434F47;
	height: 50px;
	font-size: 90%;
	padding-top: 0px;
	margin-left: 68px;
	left: 60px;
}

#topnav a {
	color: #434F47;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;}

#topnav a:hover {
	color: #fd9a00; /*--Schrift orange--*/
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#content { 
	color: #434f47; 
	background-position: 240px 40px; 
	float: left; 
	width: 508px; 
	height: auto; 
	line-height: normal; 
	padding: 10px 50px 10px 80px; 
	background-repeat: no-repeat; 
	text-decoration: none; }
	
#Content p {
	color: #58604C;
	font-size: 12px; }


#content a { 
	color: #777; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none; }

#content a:hover { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #777; 
	text-decoration: none; 
	border-bottom: 1px #FD9A00 dashed;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */
#googlecontainer {
	margin-left: 100px;
}
#footer {
	background: #ffffff url('images/sourcefiles/footer.jpg') no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;
}

#footer a {
	font-weight: normal;
	text-decoration: none;}
	
#footer a:hover {
	font-weight: normal;	
	color: #fd9a00;
	text-decoration: none;}
		
#footer p {
	margin: 0;
	padding: 10px 0 0 0;}
/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 25px;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
