/*Design und Umsetzung von PlusKomma.de - 2005*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../pics/bgmain.gif) center repeat-y #FFC877;
	font-family: Arial, Helvetica, sans-serif;
}

/*#wrapper{
	width: 770px;
	margin: auto;
	text-align: center;
	background-color: #fff;
	margin-bottom: 0;
}*/

/*kopf*/
h1{
	background: url(../pics/printbirne.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-left:50px;
	height: 60px;
	font-size: 1.5em; 
	border-bottom: 1px dotted #000;
	text-align: left;
}

/*navigation*/
#navi{
	display:none;
}


/*content*/
#birne{
	
}

#content{
	text-align: left;
	margin: 0px 30px 20px 30px;
	padding-bottom: 20px;
}

p{
	font-size: 1em;
	color: #000;
	
}

.bigi{
	font-weight: bold;
	font-style: italic;
}

.bigi img{
	border: 1px solid #D41F00;
	float: right;
}

/*#content ul{
	list-style: none;
	margin: 0;
}*/

#content li{
	/*background: url(../pics/birne_small.gif) 0 50% no-repeat;*/
	padding: 2px 0 2px 15px;
	font-size: 1em;
}

.unti{
	text-decoration: underline;
}

h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.small{
	font-size: 0.8em;
}

hr {
	color: #000;
	background:#000;
	height:1px;
	border:0px;
	margin-bottom: 0px;
	text-align: center;
	}

/*links*/
a:link{
	color: #D41F00;
}

a:visited{
	color: #000;
}

a:hover{
	text-decoration: none;
}

/*tabelle*/
table{
	width:500px;
	margin: 0px 3px 10px 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse:collapse;
}

th, td{
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	font-size: 0.9em;
	text-align: left;
}

caption{
	display:none;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


#tabelle li{
	padding: 2px 0 2px 15px;
	font-size: 1em;
}