
body {
	background : #D3D3D3;
	margin : 0px;
	padding : 0px;
	font-style : normal;
	font-family : Arial;
	font-size : 13px;
}

p { margin-left:30px; }

div.menuitem {
	margin-left : 10px;
	font-size : 15px;
	margin-top : 20px;
	line-height : 30px;
}

.intext {
	float : right;
}


.bold {
	font-weight : bold;
}

.karte {
	margin-top: 20px;
}

.center {
	text-align : center;
}

.signature {
	line-height : 30px;
}


div.main {
	margin-left : 30px;
	margin-top : 20px;
	margin-right : 10px;
	margin-bottom : 20px;
	width : 450px;
}

.title {
	font-weight : bold;
	margin-bottom : 20px;
}

div.main.center {
	text-align : center;
	font-size : larger;
	font-weight : bold;
	font-stretch : wider;
	margin-bottom : 15px;
	margin-top : 25px;
}

div.greenbar{
	margin-left : 30px;
	width : 600px;
}

 div.main.imagecenter {
	border-left-width : medium;
	border-left-color : Blue;
	text-align : center;
}

div.main.signature {
	margin-top : 20px;
}


div.main.text {
	
}

 div.footer {
    margin-top: 5px;
    margin-left : 30px;
	font-size : 11px;
	text-align : center;
}



div.header {
	height : 100px;
	width : 1000px;
	padding-top : 40px;
}

div.header.logo {
	width : 93px;
	padding-left : 50px;
	display : inline;
}
div.header.banner {
	width : 840px;
	padding-left : 10px;
	display : inline;
}

a {
	font-size:13pt;
	line-height:20pt;
	font-family:Arial;
	text-decoration : none;
}

 a.email {
	text-decoration : underline;
}

a.under {
	text-decoration : underline;
	line-height:13pt;
}


a:link   { color:#000000; }
a:visited { color:#000000;  }
a:active {color:#000000;  }



