body {
	margin: 30px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: small;
	background-color: white;
	color: #444;
}

#leftcol {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 220px;
}

#middlecol {
	position: absolute;
	width: auto;
	margin: 0 320px 0 220px;
	padding: 0;
	text-align: justify;
}

#rightcol {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 250px;
}

#twitter_div li {
	margin-left: -23px;
}

li {
	list-style-type: square;
	margin-left: 0px;
}

ul#referenz a.ref_entry {
	display: block;
	text-decoration: none;
	color: black;
	background-color: #ddeef6;
	border-top: 1px solid #006bb3;	
	padding: 3px;
}

ul#referenz a.last { 
	border-bottom: 1px solid #006bb3; 
} 

ul#referenz .more {
	display: block;
	background-color: #eee;
	border-right: 1px solid #ccc;
	padding: 3px;
	padding-bottom: 10px;
}

ul#referenz .more img {
	border: 0;
}

ul#referenz .more .ref_bold {
	font-weight: bold;
	color: #444;
}

ul#referenz .more b {
	margin: 0;
}

ul#referenz li{
	list-style-type: none;
	margin-left: -35px;
}


h1 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #006bb3;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #006bb3;
}

a {
	text-decoration: none;
	color: #006bb3;
}

a:hover {
	text-decoration: underline;
}

#logo {
	background-image: url('../images/dwo.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 110px;
	padding-left: 0;
}

.important {
	display: block;
	padding: 5px;
	background-color: #ff8;
	border: 1px solid red;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.badge1 { color: #FFCC00; }
.badge2 { color: #C0C0C0; }
.badge3 { color: #CC9966; }

#middlecol .quoter {
	text-align: right;
	font-size: smaller;
}

#backgroundPopup {  
	display:none;  
	position:fixed;  
	_position:absolute;
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  

#formularPopup {  
	display:none;  
	position:fixed;  
	_position:absolute;
	height:384px;  
	width:408px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
}  

#formularPopupClose {  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  

table.anfrage {
	padding: 5px;
}