﻿
@import url("css/menu.css");

@media screen {
/* CSS Document */

body
{
	background-color: #E5E5E5; 
	font-family: Arial , Helvetica, sans-serif ;
	font-size: 12px;
	color: #3d3c3c;
}


#maindiv
{  margin:0 auto;
	 width:978px; min-height:600px;
}
#maininner {border: 1px solid #C0C0C0; margin-top:10px; background-color: White;}

#logodiv { float: left;}
#adressdiv { float: left; font-family: Trebuchet MS; font-size:10px;  text-align: right; padding-left:20px; padding-right:10px; padding-top:20px;}
#navigation
	{
		background-color: #82a435;
		height: 139px;
		text-align: left;
		
		
		
	}

#kopfbild { height:115px ; display: none;}

#Content { }
.ContentPane
	{ 
		padding: 10px;
		padding-bottom:20px;
		float: left;
		background-color: #eef4cd;
		
		min-height: 400px;
		top: 30px;
		left: 90px;
		width: 350px;
		position: relative; 
		text-align: left;
	}
	



.ContentPane.c426 
	{	background-color:  Transparent;
		background-image: url(/contento/portals/6/hintergrund/hgHome.png);
		}
		
		
.RightPane {  min-height:400px; top:30px; left:120px; width:400px; 
             float:left; text-align: right; position: relative;
             }
.footerPane {  min-height:30px; top:30px; left:90px; width:720px; position: relative; padding-bottom:30px;text-align: left;}


}




.Normal, .text,  td, P {	font-family: Tahoma, Arial , Helvetica, sans-serif ;
	font-size: 12px;
	color: #3d3c3c;}
	
	/* text style used for most text rendered by modules */

.normal A, .normal a:link, a.normal:link, a.normal:visited, a.normal:active { text-decoration:underline ; color: #000;}
.normal a:hover, a.normal:hover{ text-decoration:underline ; color:#009900}
	
	
.byline, .byline a:link , .byline a:visited, .byline a:active, .byline a:hover { color: Gray; font-family:Arial; font-size:8px;}	
	
	
	/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color: #333333; font-size:12px; }
a.Breadcrumb:hover{color: #58AB27;}
.delimiter {font-size:9px}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#4F839F; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}
