@charset "utf-8";

html
{
  height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/bkg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin:0;
	padding:0;
	}

#all
{
	margin:0 auto;
	width:950px;
	height: 100%;
	}

h1 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #063;
	margin-top: 20px;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #063;
}


p {
	padding-right: 30px;
}


li {
	padding-right: 30px;
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-position: outside;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	color: #006633;
}


.content
{
	background-image:url(images/bkg_content.jpg);
	background-repeat: repeat-x;
	padding-right:15px;
	padding-bottom:15px;
	background-color:#FF6;
	}

.kamel
{
	background-image:url(images/bkg_kamel.jpg);
	vertical-align:top;
	background-color:#FF6;
	}



.fusszeile {
	color: #FFF;
	text-align: center;
	background-color:#063;
}

a.fusszeile {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:link {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:visited {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:hover {
	color: #fff;
	text-decoration: underline;
}

.weiss {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

a.weiss {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:link {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:visited {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:hover {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}

.subnav {
	color: #063;
	margin-top:15px;
}

a.subnav {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:link {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:visited {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:hover {
	color: #063;
	text-decoration: underline;
	margin-top:15px;
}


.subnav a {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
.subnav a:link {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
.subnav a:visited {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
.subnav a:hover {
	color: #063;
	text-decoration: underline;
	margin-top:15px;
}

.nav
{
	background-image:url(images/blank.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}

.navimg
{
	padding-left: 16px;
	padding-right: 16px;
	}

#startseite
{
	color:#FFF;
	font-size: 13px;
	line-height: 20px;
}

#startseite a {
	color: #FFF;
	text-decoration: underline;
}

#startseite a:link {
	color: #FFF;
	text-decoration: underline;
}

#startseite a:visited {
	color: #FFF;
	text-decoration: underline;
}

#startseite a:hover {
	color: #FFF;
	text-decoration: underline;
}

#startseite h1 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin:0;
	padding:0;
}

.img
{
	padding:3px;
	border:3px solid #063;
	margin-right:25px;}

