



html {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	color: rgb(230,230,230);
	background-color: rgb(138,0,0);
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

p {
	text-align: justify;
	line-height: 1.5em;
}

ul, li {
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: rgb(240,240,240);
}


div.reset {
	float: none;
	clear: both;
	
	height: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(254,152,51);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* headlines ###################################################################################### */
h1 {
	padding: 0px 0px 0px 0px;
	margin: 130px 0px 20px 0px;
	color: rgb(255,255,255);
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	margin: 40px 0px 10px 0px;
	font-size: 1em;
}

h3 {
	margin: 30px 0px 10px 0px;
	font-size: 1em;
}

/* under construction ############################################################################# */
p.underconstruction {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: rgb(70,70,70);
}



/* framework ###################################################################################### */
div.frameset {
	background: url("../images/background/bg.jpg") repeat-y top center transparent;
	width: 1152px;
	margin: 0px auto;
	min-height: 380px;
}

div.frame {
	width: 880px;
	margin: 0px auto;
}

div.top {
	background: url("../images/background/topLogo.jpg") repeat-y top center transparent;
	height: 502px;
}

div.middle {
	border: 0px solid red;
	width: 850px;
	margin: 0px auto 40px auto;
	padding-bottom: 40px;
}


div.footer {
	
}

img.dove {
	position: relative;
	top: 400px;
	left: 160px;
}



/* menu ########################################################################################### */
ul.menu {
	border: 0px solid green;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	list-style-type: none;
	width: auto;
	position: relative;
	top: 350px;
	
	height: 30px;
	background: url("../images/menu/line.png") no-repeat bottom right transparent;
	
}

ul.menu li {
	height: 24px;
	padding: 0px;
	margin: 0px;
	float: right;
}

ul.menu li.top {
	padding: 0px;
	margin: 0px;
}

ul.menu li a {
	border: 0px solid yellow;
	display: block;
	padding: 0px 0px;
	background: url("../images/menu/menu.png") no-repeat 0 0 transparent;
	height: 31px;
	margin: 0px 16px;
}

ul.menu li a:hover {
}



ul.menu li a.active {
	background-position: 0px -62px;
}


/* home =========================================================================================== */
ul.menu a.home {
	background-position: 0 0;
	width: 91px;
}
ul.menu a.home:hover {
	background-position: 0px -33px;
	width: 91px;
}

ul.menu a.homeActive, ul.menu a.homeActive:hover {
	background-position: -0px -66px;
	width: 91px;
}



/* portrait ======================================================================================== */
ul.menu a.portrait {
	background-position: -113px 0;
	width: 119px;
}

ul.menu a.portrait:hover {
	background-position: -113px -33px;
	width: 119px;
}

ul.menu a.portraitActive, ul.menu a.portraitActive:hover {
	background-position: -113px -66px;
	width: 119px;
}



/* service ======================================================================================== */
ul.menu a.service {
	background-position: -107px 0;
	width: 95px;
}

ul.menu a.service:hover {
	background-position: -107px -33px;
	width: 95px;
}

ul.menu a.serviceActive, ul.menu a.serviceActive:hover {
	background-position: -107px -66px;
	width: 95px;
}


/* links ======================================================================================== */
ul.menu a.links {
	background-position: -214px 0;
	width: 49px;
}

ul.menu a.links:hover {
	background-position: -214px -33px;
	width: 49px;
}

ul.menu a.linksActive, ul.menu a.linksActive:hover {
	background-position: -214px -66px;
	width: 49px;
}


/* contact ======================================================================================== */
ul.menu a.contact {
	background-position: -352px 0;
	width: 79px;
}

ul.menu a.contact:hover {
	background-position: -352px -33px;
	width: 79px;
}

ul.menu a.contactActive, ul.menu a.contactActive:hover {
	background-position: -352px -66px;
	width: 79px;
}


/* report ======================================================================================== */
ul.menu a.report {
	background-position: -255px 0;
	width: 79px;
}

ul.menu a.report:hover {
	background-position: -255px -33px;
	width: 79px;
}

ul.menu a.reportActive, ul.menu a.reportActive:hover {
	background-position: -255px -66px;
	width: 79px;
}


/* news ======================================================================================== */
ul.menu a.news {
	background-position: -451px 0;
	width: 79px;
}

ul.menu a.news:hover {
	background-position: -451px -33px;
	width: 79px;
}

ul.menu a.newsActive, ul.menu a.newsActive:hover {
	background-position: -451px -66px;
	width: 79px;
}



/* footer ######################################################################################### */
div.footer {
	width: 500px;
	margin: 20px auto;
	padding: 5px 0px 20px 0px;
	border-top: 1px solid rgb(240,240,240);
	text-align: center;
}

div.footerMenu {
	width: 216px;
	margin: 0px auto;
}

div.footer a {
	border: 0px solid yellow;
	float: left;
	display: block;
	background: url("../images/menu/footerMenu.png") no-repeat 0 0 transparent;
	height: 25px;
	margin: 0px 20px;
}

/* contact ======================================================================================== */
div.footer a.contact {
	background-position: 0px 0px;
	width: 62px;
}

div.footer a.contact:hover {
	background-position: 0px -25px;
	width: 62px;
}

/* masthead ======================================================================================= */
div.footer a.masthead {
	background-position: -100px 0px;
	width: 74px;
}

div.footer a.masthead:hover {
	background-position: -100px -25px;
	width: 74px;
}

/* vTable1 ######################################################################################## */
table.vTable1 {
}

table.vTable1 th {
	vertical-align: top;
	text-align: left;
	padding: 1px 20px 1px 0px;
}

table.vTable1 td {
	vertical-align: top;
	text-align: left;
	padding: 1px 0px 1px 0px;
}

/* hTable1 ######################################################################################## */
table.hTable1 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

table.hTable1 thead tr {
	background-color: rgb(0,51,153);
}

table.hTable1 thead th {
	vertical-align: top;
	text-align: center;
	padding: 3px 5px 3px 5px;
	color: rgb(255,255,255);
}

table.hTable1 tbody tr.even {
	background: url("../images/background/even1.png") repeat top center transparent;
}

table.hTable1 tbody tr.odd {
	background: url("../images/background/odd1.png") repeat top center transparent;
}



table.hTable1 tbody td {
	vertical-align: top;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

/* image ##########################################################################################	 */
img.image {
	border: 0px solid rgb(200,200,200);
	padding: 5px;
	background: url("../images/background/odd1.png") repeat top center transparent;
}

/* form elements ################################################################################## */
.inputbox {
	border: 1px solid rgb(200,200,200);
	background: url("../images/background/odd1.png") repeat top center transparent;
	font-size: 1em;
	color: rgb(255,255,255);
	padding: 1px 3px;
}

div.lable {
	padding: 10px 0px 3px 10px;
	color: rgb(240,240,240);
}

div.required {
	font-weight: bold;
}

div.first {
	padding-top: 0px;
}

div.buttonPanel {
	margin: 10px 0px 0px 0px;
}

div.errorBox {
	border: 1px solid rgb(255,255,255);
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

div.errorBox .headline {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: bold;
}

/* simple list #################################################################################### */
ul.simpleList {
}

ul.simpleList li {
	padding: 3px 0px;
}

/* wide list ###################################################################################### */
ul.wideList {
}

ul.wideList li {
	padding: 5px 0px;
}


/* alignments ##################################################################################### */
.centered {
	text-align: center;
}

/* headlines ###################################################################################### */
/*
h1.headline {
	display: block;
	height: 28px;
	margin: 60px 0px 20px 0px;
}

h1.kurzportrait {
	background: url(../images/headline/kurzportrait.png) no-repeat 0 0 transparent;
}

h1.impressum {
	background: url(../images/headline/impressum.png) no-repeat 0 0 transparent;
}

h1.kontaktformular {
	background: url(../images/headline/kontaktformular.png) no-repeat 0 0 transparent;
}

h1.service0 {
	background: url(../images/headline/service0.png) no-repeat 0 0 transparent;
}

h1.service1 {
	background: url(../images/headline/service1.png) no-repeat 0 0 transparent;
}

h1.service2 {
	background: url(../images/headline/service2.png) no-repeat 0 0 transparent;
}

h1.service3 {
	background: url(../images/headline/service3.png) no-repeat 0 0 transparent;
}

h1.service4 {
	background: url(../images/headline/service4.png) no-repeat 0 0 transparent;
}
*/


/* new ############################################################################################ */
p.news {
	text-align: center;
	
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}


/* lastModified ################################################################################### */
p.lastModified {
	font-size: 0.8em;
	font-style: italic;
	color: rgb(200,200,200);
}

/* blockquote ##################################################################################### */
blockquote {
	margin: 20px 40px;
	text-align: justify;
	line-height: 1.4em;
}
























