body {
	margin: 30px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: small;
	background-color: #f4f4f4;
	color: #444;
}

.container {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 15px;
}

ul { 
	margin-left: 15px;
	margin-bottom: 0;
}

li {
	list-style-type: square;
}

blockquote {
	text-indent: 15px;
}

#leftcol {
	line-height: 1.3;
}

#refs {
	width: 100%;
}

#refs td {
	padding: 5px;
	text-align: left;
	border: 0;
	width: 50%;
	vertical-align: top;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	color: #006bb3;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	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;
}

table.anfrage td {
	background-color: white;
}

p {
	margin-top: 5px;
	margin-bottom: 0;
}


