/*-------------------------------------/
/*-------------------------------------/
		      Teran.css 
	Stylesheet for all browsers exept 
	     for Internet Explorer		    
		   
	Made by: Office Cats (Tom Hartwig)
	
	Tested in: 
				- FireFox 3, 
				- Opera 9,
				- Safari 
				
	Last modified: 11-02-2009
/-------------------------------------*/

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;	
	font-size: 0.8em;
	color: #144d6b;
}
    
h1 {
	font-size: 1.8em;
}

h1.kleinerh1{font-size: 1.6em;}

h2 {
	font-size: 1.2em;
	margin: 0 0 -10px 0;
	padding: 0px;
}

a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


img {
	border: none;	
}

img.top-image{
	margin-top: 50px;
}




#wrapper {
	width: 968px;
	margin:0px auto;
	text-align:left;
}  

#header {
	width: 968px;
	height: 271px;
	margin: 0px;
	background-image: url(img/header.jpg);
}



#headerlinks {
	font-weight: bold;
	margin: 0px;
	padding-top: 253px;
	padding-left: 130px;
}

#headerlinks a{
	color: #144d6b;
	border-bottom: 1px #a1a1a1 dotted;
}

#headerlinks a:hover{
	color: #144d6b;
	border-bottom: 1px #a1a1a1 dotted;
	text-decoration: none;
}

#headerlinks li{
	border-right: 1px solid #a1a1a1;
	display: inline;	
	margin-right: 5px;
	padding-right: 8px;
}

#headerlinks .active{
	color: #015582;
	border-bottom: none;	
}

#headerlinks .last{
	border-right: none;

}


#contactinfo p{
	vertical-align: top;	
}




#content {
	height: 690px;
	text-align: justify;
	line-height: 1.8;
}

#content.divhoger {
	height: 1150px;
}
#content.divhoger #contentleft{
	background-image: url(img/ContentL_bg-divhoger.jpg);
}
#content.divhoger #contentright{
	background-image: url(img/ContentR_bg-divhoger.jpg);
}

#contentleft, #contentright {
	width: 400px;
	height: 100%;
}

#contentleft ul, #contentright ul{
	line-height: 1.4;
}

#contentleft{
	float: left;
	background-image: url(img/ContentL_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 50px;
	/*background-color: #ff9900;*/
}

#contentright{
	float:right;
	background-image: url(img/ContentR_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 60px;
	/*background-color: #ff9999;*/
	padding-top: 25px;
	margin-bottom: -25px;
}


.contentList{
	width: 180px;
	list-style: none;
	padding-left: 10px;
	margin-top: 0px;
	float: left; 
}


.boxout {
	width: 210px;
	background-color: #d0fbe3;
	margin-bottom: 15px;
	text-align:center;	
	float: right;
	clear: right;
}

.boxoutText{
	font-size: 0.4em;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.4;
}

.boxoutImg{
	padding-top:10px;
}


img.floatRight { 
    float: right; 
    margin-top: 10px;
    margin-left: 15px; 
}


#footer {
	width: 968px;
	height: 142px;
	background-image: url(img/footer.jpg);	
	background-color: #006599;
	margin: 0px;
	clear: both;
	font-size: 0.5em;
	color: #ace3cb;
	font-size: 11px;
}


#footer ul{
	padding: 0px;
}

#footerlinks a{
	color: #ace3cb;
	text-decoration: underline;
}


#footerlinks li{
	border-right: 1px solid #ace3cb;
	margin-right: 3px;
	padding-right: 5px;	
	display: inline;	
}

#footerlinks .active{
	text-decoration: none;
}

#footerlinks .last{
	border-right: none;

}

#footerContent1{
	width: 175px;
	height: 142px;
	text-align: center;
	display: inline;	
	float: left;

}

#footerContent1 img{
	padding: 40px 0 0 30px;
}

#footerContent2{
	width: 185px;
	height: 122px;
/*	background-color: #006599; */
	text-align: left;
	display: inline;
	float: left;

	
	margin-left: 15px;
	margin-top: 20px;
}


.footerToppara{
	font-size: 1.8em;
	margin-top: 5px;
}

.footerToplink{
	color: #ffd936;
	font-size: 1em;	
}


#footerContent3{
	width: 310px;
	text-align: left;
	display: inline;	
	float: left;
	margin-top: 10px;
	padding-left: 20px;
}

#footerContent3 h2{
	padding-top: 15px;
	color: #ffd936;
	font-size: 1.3em;	
}

#footerContent3 ul{
	list-style: none;	
}



#footerContent4{
	width: 220px;
	text-align: left;
	display: inline;	
	float: left;
	margin-top: 10px;
}

#footerContent4 h2{
	padding-top: 15px;
	color: #ffd936;
	font-size: 1.3em;
}

#footerContent4 a{
	color: #ace3cb;
	text-decoration: underline;
}

#footerContent4 p{
	width: 200px;
}
