/* CSS */ 

html, body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: none;
	background-image: url(../_sysimages/body_bg.gif);
} 
 
#pagewidth{
	width: 955px; 
	text-align: left;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../_sysimages/viscom_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
/*Left Template for TAN Admin*/
#pagewidth_left{
	width: 955px; 
	text-align: left;
	margin-top: 10px;
	margin-left: 0; 
	margin-right: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../_sysimages/viscom_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
 
#header{ 
	position: relative;
	height: 100px; 
	background:#fff;
	width: 955px;
	border-bottom: 1px solid #CCCCCC;
} 

#header .logomargin10{
	margin: 10px;
	border: 0;
}

#header .col200px {
	width: 200px;
}

#nav{
	width: 200px; 
	float: left; 
	position: relative;
	z-index:100; 
	margin-top: 6px;
}
#nav_nojs{
	white-space:normal;
	width: 200px;
	float: left;
	position: relative;
	margin-top: 6px;
	page-break-after: always;
	overflow: hidden;
	}
#nav_nojs a:hover {
	color: #8e8e8e;
	text-decoration: none;
}
#nav_nojs .hed_menu{ 
	display: block; 
	height:1.5em; 
	font-size: 11px; 
	margin: 1px 1px 1px 10px; 
	font-weight: bold;
	color: #000066;
}   
#nav_nojs .hed_comm{ 
	display: block; 
	height:1.5em; 
	font-size: 11px; 
	margin: 1px 1px 1px 10px; 
	color: #003366;
}   
#nav_nojs .lang{ 
	margin: 1px 1px 1px 50px; 
}   

#nav_nojs .menu_cell{
	display: block; 
	width: 192px; 
	height:1.5em; 
	font-size: 11px; 
	margin: -1px 0 0 -1px; 
	border: 1px solid #FFFFFF;
	overflow:visible;
}
#nav_nojs .menu_text{
	text-decoration: none; 
	color: #003366; 
	font-weight: bold;
	
}


#twocols{
	/* width: 755px; */
	width: 730px;
	float: right;
	position: relative; 
  }
 
#context{
	width: 200px;
	float: right;
	position: relative;
	margin-top: 10px;
}

#content{
	background:#fff;
	float: left;
	display: inline;
	position: relative;
	/* width: 555px; */
	width: 490px;
}


img {
	border: 0;
}

img .imgmargin5{
	padding: 5px;
}


#footer{
	height: 100px;
	clear: both;
	background-image: url(../_sysimages/viscom_bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
} 

#quelle {
	display: none;
	visibility: hidden;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.frm200px {
	width: 200px;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* CSS-Stile für Lauftext auf Startseite*/
#marqueecontainer{
	position: relative;
	width: 180px;
	height: 140px;
	overflow: hidden;
	border: 0px solid #E0E0E0;
	padding: 1px;
	top: -9px;
}

#marqueecontainer h2 a{
	text-decoration: none;
}

#marqueecontainer div p{
	text-decoration: none;
	margin: 20px 15px 5px 15px!important;
}
#marqueecontainer p a{
	text-decoration: none;
}
/* CSS-Stile für Texte Context( 2 Bilder + 2 Texte rechts oben)*/

/* CSS Auslagerung (SEO pixelcreation 14.07.2008) */
#Layer1 {	position:absolute;
	width:300px;
	height:50px;
	z-index:1;
	left: 175px;
	top: 70px;
}

.Still1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.Stil1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

input.inputempty { border: 1px solid #ff0000; padding: 2px; }
.mailsend { color: #7CFC00;font-size: 12px; }
.mailerror { color: #ff0000;font-size: 12px; }



