/* G L O B A L E   D E F I N I T I O N E N */
body	{
	background: transparent;
	color:#000;
	margin:0.5cm 1cm 2cm 1cm;
	orphans:2;
	widows:2;
	font-family	:"Trebuchet MS", 'Lucida Grande',Verdana, sans-serif;
	
}

/*h1, h2, h3, h4, h5, h6, p, form {
	margin:0;
	padding:0;
}*/

.browseralert, 
.noprint,
dfn,
#menu {
	display: none;
}

abbr[title], acronym[title]	{
	border-bottom			:	1px dashed #aaa;
}

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}






/**/
/* 		B O X E N 	*/
/**/

/* Logo */
#logoPrint img { 
	width: 3.07cm;
	height: 3.39cm;
}

/* Inhalt mit Balken unter Bild */	
#content	{ 		
	position: relative; 
	height: auto; 
	width: 100%;
}
#footer  { 
	position: relative; 
	width: 100%;
}








/**/
/* 		Schriften 	*/
/**/

p,
li,
h1,
h2,
h3,
h4,
label,legend,input,
fieldset div.error
 {
	font-family: 'Lucida Sans','Trebuchet MS','Lucida Grande', Verdana, Arial, Helvetica, sans-serif;		
	font-size: 14pt;
}
h1 {
	font-size: 14pt;
	font-weight: bold;	
	color:#666;
	margin-bottom:1cm;
}
h2 {
	font-size: 14pt;
	font-weight: normal;	
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}


p {
	font-size: 10pt;
	color: #000;
	line-height: 1.6em;
}

em {
	font-weight: bold;
	font-style: normal;
}



/* Listen */
ul {
	
}

ul li {
	font-size: 10pt;
	color: #000;
	line-height: 1.6em;
	list-style: circle outside;
}





#footer p{
	width:100%;
	margin-top:1.5cm;
	border-top: 0.5pt solid #666;
	font-size: 8pt;
	color: #000;
	letter-spacing:.5pt;
}


/**/
/* 		Formulare 		*/
/**/

fieldset {
	padding: 15px 0 15px 0;	
	margin-left: 1cm;
	margin-right:20px;
	border:0;
	border-bottom:1px solid #8Ea715;
}

legend	{	
	font-size:10pt;	
	font-weight:normal;	
	color:#444;
	padding:5px 20px 5px 0;
	margin:0;		
}

label.left {
	clear:	both;
	color:#000;
	margin:5px;
	padding:2px;
	font-size:10pt;	
	float:	left;
	width:	13em;
	text-align:	right;
}

fieldset br ,
fieldset div.br {
	clear:	both;
}

input, textarea, select {	
	margin:5px;
	padding:2px;
	text-align:	left;	
	width:	13em;
}

input.submit{ 
	display:none;
}

input.left {
	float:left;
	margin-top:0;
}

input.right {/* checkboxen, select */
	float:left;
	margin:0 1em 0.5em 15.5em;
	width:	auto;
}

label.right {
	display:block;	
	margin-left:2.5em;
	text-align:	left;
	width:auto;
}

fieldset div.error {
	padding-top: 1em;
	padding-left:0;
	color: #a00;
}

p a[href]:after { content: " [" attr(href) "] " }
