

body{
	margin: 0px 0px 0px 0px;
	background-color: #f3f3f3;
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#333333;
}

td{
	font-size:12px;
	text-align:left;
}

th{
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

ol{
	padding-left:20px; 
	padding-left:'10px'; 
	margin-left:'15px'
}	

ul{
	padding-left:15px;  
	padding-left:'0px'; 
	margin-left:'15px';
}

li{
	padding:3px;
	padding-bottom:15px;
}

a, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #356CAC;
	text-decoration: underline;
}

#contentarea a {
	text-decoration: underline;
}


/* Area Defnitions */

#page{	
	width: 780px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color:#ffffff;

}

#toparea{
	width:780px;
	height:120px;
}

#focusarea{
	width:780px;
	height:240px;
	float:right;
}

#contentarea{
	width:780px;
	clear:both;

}

#footerarea{
	width:400px;
	height:150px;
	float:right;
}


/* Area Defnitions */

#toplogo{
	width:300px;
	height:60px;
	position:relative;
	top:30px;
	left:30px;
	background-image: url(/_images/layout/ewis_logo3.png);
	background-repeat:no-repeat;
}

#searchBox{
	width:180px;
	height:20px;	
	margin:-15px 5px 0px 0px;
	float:right;
	color:#333333;
	text-align: left;
}

#centerimage{
	width:580px; 
	height:200px;
	margin: 10px 0px 0px 0px;
	margin-top:"10px";
	float:right;
	background-color:#ffffff;
	background-repeat:no-repeat;
	z-index:0;

}



#centernavigation{
	width:450px;
	height:25px;	
	margin:20px 0px 0px -0px;
	float:left;
	color:#356CAC;
	font-weight:bold;
	text-align: justify;
}

#content{	
	width:400px;
	margin:0px 180px 0px 200px;
	right:"-100px";
	float:right;
	text-align:justify;
}



#pageheadline{
	margin: 200px 0px 0px -105px;
	width:340px; 
	height:20px;
	background-color:#f5c600;
	background-repeat:no-repeat;
	z-index:3;
	position:absolute;
	
	padding: 30px 30px 30px 30px;
	font-size: 24px;
	font-weight:bold;
	text-transform:lowercase;
	color:#FFFFFF;

}


/* Navigations */

#navCenter a {
	list-style-type:none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	line-height: 25px;
	text-transform:lowercase;
	color: #356CAC;
	font-size:12px;
	font-weight:normal;

}

#navCenterTopItem{
	margin:2px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 25px;
	text-transform:lowercase;
}


#navFooter{
	width:400px;
	margin: 50px 180px 0px 200px;
	padding: 5px 0px 0px 0px;
	right:"-100px";
	float:right;

	color:#999999;
	border-top: 1px solid #cccccc;
	text-transform:lowercase;
}



/* Content */

h1 {
	margin: 60px 0px 30px 0px;
	font-size: 20px;
	font-weight:normal;
	color: #356CAC;
	text-transform:lowercase;
}

h2 {
	margin: 30px 0px 10px 0px;
	font-size: 14px;
	font-weight:normal;
	color: #356CAC;
	text-transform:lowercase;
}



/* Trennlinie */
.line {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	line-height: 1px;
	font-size: 1px;
}

/* Formulare ------------------------------------------------------------------------- */

/* Eingabefelder (Suchfunktion) */

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	margin: 10px 9px 0px 9px;
	height: 14px;
	width: 128px;
	height: "20px"; /* Bugfix IE5 */
	width: "140px"; /* Bugfix IE5 */
}



.row{

}

label {

	float:left;

	width:110px;
	height:15px;
	margin: 0px;
	margin-top:10px;
	margin-right:0px;
	padding: 3px 0px 2px 0px;

	font-size:12px;	
	line-height: 14px;
	text-transform: lowercase;
}


.formfield {
	font-size:11px;
	position:relative;
	left:0px;

}
.formelement {
	width: 200px;
	width: "212px"; /* Bugfix IE5 */	
}

.half_formelement {
	width: 85px;
	width: "91px"; /* Bugfix IE5 */	
}


.dropdown{
	width: 212px;
	width: "212px"; /* Bugfix IE5 */
	height: 20px;
	padding-right:2px;
	padding-left:1px;
}

.formbutton, .sendbutton{
	height: 20px;
	text-align:center;
	padding-top:0px;
	color: #ffffff;
	background-color: #356CAC;
}

.sendbutton{
	width:97px;
}

#searchfield{
	border-color:#cccccc;
	width:130px;
}


#message{
	width: "212px"; /* Bugfix IE5 */
	height: 100px;	
}


input:focus, textarea:focus, dropdown:hover, .formbutton:hover{
	color: #ffffff;
	background-color: #356CAC;
}

/* News ------------------------------------------------------*/

.newsarea{
	margin: 25px 0px 0px 0px;
}

.newsdatelist{
	margin: 0px 0px 0px 0px; 
	font-weight:bold;
}

.newsdate{
	margin: 30px 0px 0px 0px;
}

.newstitle{
	line-height: 24px; 
	font-size:22px; 
	margin: 15px 0px 25px 0px;
	color: #356CAC;
}

.newsleadtext{
	font-weight:bold; 
	margin: 0px 0px 15px 0px;
}

.newstitlelist{
	line-height: 16px; 
	font-size:14px; 
	font-weight:bold; 
	margin: 4px 0px 8px 0px;
}

.newstitlearchive{
	line-height: 14px; 
	font-size:12px; 
	font-weight:bold; 
	margin: 4px 0px 8px 0px;
}

.showAllNews{
	margin: 30px 0px 20px 0px;
}
