@charset "utf-8";
@media all {

/* Standard Reset Begin-----------------------------------------*/	
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img { border:none; }
	
/* Standard Reset End-----------------------------------------*/

* {
		margin: 0;
		padding: 0;
		font-family:Verdana, Arial, sans-serif;
		font-size: 1em; /* don't edit */
		color: #333333;
	}
	
html {
		font-size: 62.5%; /* don't edit */
	}
	
	
body {
	font-size: 1em; /* edit here global size for em, 1em = 10px , aber z.b. 1.12em fr anderes raster */
	font-family:Verdana,Arial, sans-serif;
	background-repeat:repeat;
	background-image:url(../img/background.jpg);
	padding:20px;
	}

a:link { 
	color:#D4434A; 
	text-decoration:none;
	}

a:visited { 
	color:#D4434A; 
	text-decoration:none;
	}
	
a:hover { 
	color:#D4434A; 
	text-decoration:underline; 
	}
	
a:active { 
	color:#D4434A; 
	text-decoration:none; 
	}


/* Styles fr den Container zur Zentrierung des Inhalts*/
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	margin: 0px;
	padding: 1px;
	width: 780px;
	margin: 0 auto 0 auto;
	border:1px solid #999999;
}

#postit{
	/*background-image:url(../img/postit.gif);*/
	position:absolute;
	left:470px;
	top:140px;
	width:319px;
	height:339px;
	z-index:0;
	visibility:hidden;
}

img.flag {
	margin-left:1px;
	margin-right:1px;
}

#pageheader {
	text-align:center;
	padding:0px;
}

#langselect {
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
}

#nolangselect {
	height:0px;
	visibility:hidden;
}	
#pageleft {
	float:left;
	width:140px;
}
#pageleft.onecol{
	width:0px;
	visibility:hidden;
}

#pageright {
	float:right;
	width:140px;
}
#pageright.onecol{
	width:0px;
	visibility:hidden;
}
#pageright.twocol{
	width:0px;
	visibility:hidden;
}
#pagebody {
	margin-left:144px;
	margin-right:144px;
	min-height:475px;
}
#pagebody.onecol {
	margin-left:4px;
	margin-right:4px;
}
#pagebody.twocol {
	margin-right:4px;
}

#pagefooter {
	clear:both;
	text-align:center;
}

#pagefooter p {
	font-size: 9px;
}

h1.heading {
	margin-top:0px;
	font-size: 12px;
	font-weight:bold;
	color:#D4434A;
}

.boxitem {
	width:137px;
	border:1px solid #D4434A;
	margin-bottom:8px;
}

.boxitem .boxhead {
	background-color:#D4434A;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:1px;
	padding-left:2px;
}

.boxitem .boxbody {
	color:#D4434A;
	padding:2px;
}

.boxcaption {
	font-size:9px;
	color:#D4434A;
}

.boxfield {
	width:125px;
	margin-bottom:2px;
}

.pagefield {
	width:175px;
	margin-bottom:2px;
}

.boxcmd {
	border:1px solid #999999;
}

.testquote {
	font-size:9px;
	margin:0px;
}

.testcust {
	font-size:9px;
	font-style:italic;
	margin:0px;
	margin-top:4px;
	text-align:right;
}

.firstline {
	font-size:10px;
	font-weight:bold;
	color:#D4434A;
	margin-top:5px;
	margin-bottom:1px;
}

p, li {
	margin: 0px;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

ul {
	margin:0px;
}

.popswlong {
	width:125px;
}

.popswshort {
	width:35px;
}

}