/*-----------------------------------------------------------------------------
version:   1.0
date:      19/01/2011
author:    mike bernthaler
website:   www.bernthaler.com
-----------------------------------------------------------------------------*/
html, body, img, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0px none;
}
/* ############################################################ */
ul, ol, li  {
	/*margin: 0;
	padding: 0;	
	border: 0;*/
}

html
{
	/*height:99%;
	min-height: 99%;
	margin-bottom:1px;*/
}

body
{
	color: #707173;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	/*background-image: url(../assets/bg-top.jpg);
	background-repeat: repeat-x;*/
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}

#spyder {
	position:absolute;
	visibility: hidden;
	width:200px;
	left:-200px;
}

/* ############## DIV/LAYER Formatierungen ################## */
.layout {
	/*height: 100%;
	min-height:400px;*/
}

.layout #wrapper {
	width: 880px;
	/*height: 100%;*/
	margin: 0px auto;
	padding: 0 0 0 0px;
	/*background-color: #ffff33;*/
	text-align: left;
	font-size: 80%;
}



/* Header
--------------------------------------------------------------*/
.layout #header {
	margin: 40px 0 0px 0;
	padding: 0px 0 0 0;
	width: 100%;
	/*height: 100px;*/
	text-align: center;
    } 

.layout #menue {
	margin: 20px 0 10px 0px;
	padding: 0px 0 0 0px;
	width: 100%;
	/*background-color: #ffff33;*/
    }
		
.layout .balken {
	width: 100%;
	height: 20px;
	padding: 0px;
	/*background-image: url(../assets/balken.png);
	background-repeat: repeat-x;*/
	}
	
.layout #service {
	/*margin: 113px 0px 0px 0px;
	position: relative;*/
	text-align: center;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 100%;
	height: 40px;
	/*background-image: url(../assets/bg-service.jpg);
	background-repeat: repeat-y;*/
	/*background-color: #ffff33;*/
    } 
	

		
/* Content
--------------------------------------------------------------*/

.layout #container {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	/*font-size: 90%;
	background-image: url(../assets/bg-container.gif);
	background-repeat: repeat-y;
	min-height: 200px;*/
	/*background-color: #ff0000;*/
}

.layout #content {
	float: right;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	width: 580px;
	/*text-align: justify;
	background-color: #00cc00;*/
    }


.layout #content3 {
	width: 100%;
	/*text-align: justify;
	background-color: #00cc00;*/
    }
	
	
.layout #seitenbild {
	float: left;
	margin: 0px 0 10px 0;
	padding: 0px;
	width: 280px;
	/*background-color: #0000cc;*/
    }
	
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 100.1%;
        line-height: 110%;
    }


/* News ################## */


.TitelNews {
	color: #67727F;
	font-weight: bold;
	font-size: 100%;
}

.BGthumb60 {
	/*background-image: url(../assets/lightbox/BG_thumbs60.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 70px;
	padding: 8px 0 0 9px;*/
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}




.NewsVorschaubild {
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: left;
	border: thin solid #666666;
}

.NewsVorschauheader {
	font-weight: bold;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	margin-right: 6px;
}

.NewsVorschauteaser {
	font-size: 80%;
	line-height: 110%;
}


/* Menue --------------------------------------------------------------*/
    


/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

h1 {
	color: #004857;
	font-weight: bold;
	font-size: 130%;
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
h2 	{
	font-size: 125%;
}
	
hr {
	color: #CCC;
	height: 1px;
	width: 100%;
	border: 0px solid;
	background-color: #ccc;
}
	
p 	{
	/*color: #666666;
	margin-top: 1.5em;
	width: 548px;
	font-size: 75%;
	line-height: 145%;*/
}

ul, ol, dl 	{
	/*list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt 
	color: #b4b4b4;*/
}

li, dd, dt 	{
	/* color: #b4b4b4;
	font-size: 1.2em; Equivalent to 12pt */	
}




/* Gallery
-----------------------------------------------------------------------------*/

.gallery {
	zoom:1;
	width:auto;				
}
.gallery .BGthumb120 {
	/*background-image: url(../assets/lightbox/BG_thumbs120.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 144px;
	height: 126px;
	padding: 18px 0 0 0;*/
}
.gallery a {
	/*display:block;
	float:left;
	margin:5px;*/
	margin-right: 5px;
	opacity:0.87;
	text-align:center;
}
.gallery a:hover {
	opacity:1;
}
.gallery a img {
	border: none;
	/*border: 1px solid #666;
	display:block;*/
}

/* Links
-----------------------------------------------------------------------------*/
a {
	font-weight:normal;
	color:#7a2943;
	text-decoration: underline;
}
a:hover {
	color:#000000;
}



/* ----------*/

.serviceNav {
	text-decoration: none;
	color: #004857;
	font-size: 75%;
}

.serviceNav:hover {
	color: #000000;
	text-decoration: none;
}



/* Forms
-----------------------------------------------------------------------------*/
input.text
{
	padding: 2px;
	border: 1px solid #666666;	
}



/* Tables 
-----------------------------------------------------------------------------*/
table
 	
{ 
  	/*border-spacing: 0;
	border-collapse: collapse;*/
}

td 	
{
  	/*text-align: left;
	font-weight: normal;*/

}
	

/* Menu-Buttons 
-----------------------------------------------------------------------------*/

.MainButton {

	}
.MainButton_active {

	}

.SubButton {
	/*margin: 0 0 10px 0;*/
	}
.SubButton_active {

	}

.SubSubButton {

	}
.SubSubButton_active {

	}

/* Menu-Links 
-----------------------------------------------------------------------------*/
.MainLink {
	font-size:120%;
	color:#707173;
	text-decoration:none;
	font-weight: bold;
	padding-right: 20px;
	/*letter-spacing: 1px;*/
  }


.MainLink:hover {
	color:#004857;
  }
  
.openedMainLink {
	font-size:120%;
	color:#004857;
	text-decoration:none;
	font-weight: bold;
	padding-right: 20px;
  }
  
.openedMainLink:hover {
	color: #000000;
	text-decoration: none;
  }    


/* ---------------------------------------------------------------*/
.SubLink {
	font-weight:bold;
	color:#707173;
	font-size: 90%;
	text-decoration:none;
	/*margin-bottom: 10px;
	padding: 0 0 20px 0;
	line-height: 145%;
	text-transform: uppercase;*/
}
.SubLink:hover {
	color:#004857;
}
.openedSubLink {
	font-weight:bold;
	color:#004857;
	font-size: 90%;
	text-decoration:none;
}


.SubSubLink {
	font-size: 80%;
	color: #707173;
	text-decoration: none;
	text-indent: 0px;
	/*font-family: Tahoma, Geneva, sans-serif;*/
}
.SubSubLink:hover {
	color: #004857;
	text-decoration: none;
}
.openedSubSubLink {
	font-size: 80%;
	color: #004857;
	text-decoration: none;
	text-indent: 0px;
}


/* Diverse 
-----------------------------------------------------------------------------*/


.suche {
	font-size: 60%;
	color: #FFFFFF;
}

.search {
	border: 1px solid #666666;
	height: 15px;
	font-size: 85%;/**/
}
.searchButton {
	border: 1px solid #666666;
	height: 18px;
	background-color: #cccccc;
	font-size: 85%;/**/
	font-weight: bold;
	color: #FFFFFF;
}


.aktualisiert {
	font-size: 80%;
	color: #666666;
	font-style: italic;
}


.footer {
	font-size: 75%;
	color: #666666;
	text-align: center;
}
