/* GENERAL STYLE */
body {
	color: black;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: smaller;
	background-color: white;
	background-repeat: repeat-x;
	background-position: left top;
	width: 1024px;
	background-image: url(../img/gradient.png);
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: thin;
}



h1 {
	font-size: 1.2em;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
}

a img {
	border: none;
}
a:link {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
table {
	border-collapse: collapse;
}
table
, table tr, table td 
    {
	text-align: left;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* STANDARD CLASSES */
img.illustration {
	float: right;
	padding-right: 30px;
}

/* HEADER */
#header {
	height: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	background-color: #448cca;
	width: 1024px;
}


/* NAV */
#nav {
	margin-right: -1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul.pages,
#nav ul.languages {
	padding: 0;
	clear: both;
	float: left;
	margin-left: 5px;
	width: 195px;
}

#nav .pages .page {
	color: #000000;
	background-color: #000000;
	list-style-type: none;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#nav .pages .active {
	color: #000000;
	background-color: #FFFFFF;
}

#nav .pages .inactive {
	background-color: #ACC6DD;
}

#nav a:link,
#nav a:active,
#nav a:hover,
#nav a:visited {
	color: #000000;
}

#nav ul.languages {
	text-align: center;
}

#nav .languages .language {
	display: inline;
}

#adviseright  {
	float: right;
	height: auto;
	width: 160px;
	border: thin solid #999999;
	background-image: url(../img/gradient.png);
	padding: 0px;
	margin-left: 15px;
	text-align: center;
}



/* CONTENT */
#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	overflow: hidden;
	height: 450px;
}

#content .illustrated-list {
	clear: none;
	list-style-image: url(../img/lipunkt.png);
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
}
#content ul {
	line-height: 45px;
	padding: 15px;
	list-style-image: url(../img/lipunkt.png);
	list-style-position: inside;
	font-weight: normal;
}

/* FOOTER */
#footer {
	width: 1024px;
	height: 40px;
	bottom: 0;
	font-size: smaller;
	text-align: center;
	background-color: #ACC6DD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
}

#footer ul.contact {
	text-align: left;
	padding-left: 0;
	float: left;
	list-style-type: none;
	margin-top: 10px; /* balance with #footer .copyright margin-top */
	margin-left: 10px;
	margin-right: 5px;
	color: #FFFFFF;
}

#footer ul.contact li {
	color: #000000;

}

#footer img {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.Kontakdaten {
	padding-left: 10px;
}
.concardis {
	float: right;
}

