html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #29436B;
}

#container {
	position: relative;
    	top: 25px;
	min-height: 100%; /* For Modern Browsers */
 	height: auto !important; /* For Modern Browsers */
 	height: 100%; /* For IE */
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position:relative;
	height: 190px;
	width: 562px;
	background-image: url(/fileadmin/img/header/hg1.jpg);
}

#left {
	position:relative;
	float:left;
	width: 388px;
	height: 575px;
	
}

#right {
	position:relative;
	float:left;
	width: 562px;
}

#breadcrumb {
	position:relative;
	float:right;   
        color: #fff;    
} 

#breadcrumb a {
	text-decoration: none !important;
}
#breadcrumb span.active_breadcrumb {
	text-decoration: underline;
}


#content {
	position:relative; float:left; width: 552px;
	left: 10px;
	top: 10px;
}

h1 {
	color:#6699CC;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

p, ul {
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}	

a {
	text-decoration: underline !important;
	color: #fff;        
}

.contenttable p {
  margin: 2px;
}

a.internal-link:before, 
a.download:before { 
  content: "\00BB  ";
} 


a.external-link-new-window:before,
a.external-link:before {
  content: "\00BB\00BB";
}

/* Mailform */
div.left label {
  float: left;
  width: 100px;
  color: #fff;
}
