/* CSS Document */

body{
	padding : 0;
	margin : 0;
	background-image : url(../images/bg.gif);
	background-repeat : repeat-x;
}

table { border-bottom: 1px dotted silver; border-left: 1px dotted silver }

td { padding: 5px 5px 5px 5px; border-top: 1px dotted silver; border-right: 1px dotted silver; 
    font-family : "Trebuchet MS", Georgia, Times, serif; font-size : 12px; }

ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }

li { margin-bottom: 10px }


#content{
	padding-top : 130px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 30%;
	
}

}
#content h1 {
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 18px;
	font-weight : bold;
	color : #000;
	background-color : transparent;
}

#content h2 {
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	background-color : transparent;
}

#content p {
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	line-height : 140%;
}

#logo {
	position : absolute;
	top : 20px;
	left : 27px;
	z-index :50;
}
#handschrift {
	position : absolute;
	top : 10px;
	right : 0;
	z-index :50;
}

#navigation {
	position : absolute;
	top : 190px;
	left : 60px;
	width :140px;
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size : 14px;
	color: #00f; text-decoration : none; 
	background-color: transparent;
}

