/* CSS Document new-net */

* {
	padding:0;
	margin:0;
	border:0;
}

html, body {height:100%;}

body {
	background: #fff;
	color:#888;
	line-height:18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a, a:link, a:visited {
	text-decoration: none;
	color: #4F84A6;
}

a:hover, a:active {
 	text-decoration: underline;
	color: #005385;
}

#copy a,#copy  a:link, #copy a:visited {
	text-decoration: underline;
	color: #fff;
}

#copy a:hover, #copy a:active {
 	text-decoration: none;
	color: #fff;
}

.fright {
	float:right;
}

img.fright {
	margin-left:10px;
}

.clear {
	clear:both;
}

.nobg {
	background:none !important;
}

ul {
	list-style:outside url(../images/ul.gif);
	padding-left:15px;
}

ol {
	list-style:outside square;
	padding-left:30px;
}

li {
	line-height:20px;
}

input, textarea, button {
	border:1px solid #ddd;
	padding:3px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
	font-size:12px;
}

input:focus, textarea:focus, button:focus, button:hover {
	border:1px solid #4B9DE0;
}

button:hover {
	cursor:pointer;
	color:#125E8B;
	background:#B5D7F2;
}

button img {
	margin-right:3px;
}

.ex {
	background: url(../images/ext.gif) no-repeat right;
	padding-right:15px;
}

.ex:hover {
	background: url(../images/ext_hover.gif) no-repeat right;
}

#contact input, #contact textarea {
	font-size:12px;
	width:95%;
}
.spam {
	width:20px !important;
	position:absolute;
	margin-bottom:2px;
	padding:0;
}

button {
	padding:3px 5px;
	font-weight:bold;
	margin: 0 5px 0 0;
}

p {
	margin:8px 0 10px 0;
	text-align:justify;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#6999c5;
	font-style:normal;
	font-size:18px;
	margin-bottom:18px;
}

h3 strong {
	color:#d5ff7f;
	font-size:36px;
	font-weight:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#6999c5;
	font-style:normal;
	font-size:22px;
	margin-bottom:18px;
	letter-spacing:1px;
}

h4 {
	font-weight:normal;
	color:#4B9DE0;
	margin:8px 0 0 0;
	font-size:16px;
	letter-spacing:1px;
}

hr {
	border-top:1px solid #B5D7F2;
	margin:5px 0 10px 0;
}

/* layout */

#site {
	width:100%;
	min-height:100%; 
}

* html #site {
	height:100%;
}

#header {
	background:url(../images/header-bg.jpg) repeat-x center;
	width:100%;
	height:250px;
	text-align:center;
	border-bottom:5px solid #a3c1d9;
}

#header img, #header div {
	margin: 0 auto;
	margin-right:260px;
	margin-top:65px;
}

#navi {
	width:550px;
	height:50px;
	list-style:none;
	padding:5px 0 0 0;
	margin:0px auto;
	padding-right:210px;
}

#content {
	width:580px;
	padding:20px;
	margin:0px auto;
	text-align:justify;	
	padding-bottom:95px;
}

.left {
	float:left;
	width:300px;
	margin-right:10px;
	margin-left:-20px;
	padding-right:20px;		
	background: url(../images/box-side.jpg) right no-repeat;
	margin-bottom:18px;
}

.right {
	float:right;
	width:260px;
}

div.box {
	background:url(../images/box-bg.jpg) no-repeat bottom center;
	padding:10px 20px;
}

.box div {
	margin:12px 0 0 0;
}

.box small {
	color:#8cca44;
}

.box strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#6999c5;
	font-style:normal;
	font-size:18px;
}

#history  {
	margin:0 auto;
	width:570px;
	margin-bottom: 5px;
	margin-top:80px;
	padding:0 0 0 15px;
	background:url(../images/arrow.jpg) no-repeat left;
}

#footer {
	margin-top:-158px;
}

#copy {
	color:#fff;
	width:100%;
	background:#345f89;
	padding:19px 0 13px 0;
	text-align:center;
	border-top: 5px solid #a3c1d9;
}

#copy p {
	width:315px;
	margin:0 auto;
	background:#345f89 url(../images/footer-bg.jpg) no-repeat left;
	padding-left:21px;
}

/*navi */

#navi li {
	display:inline;
	font-size:16px;
}

#navi li a, #navi li a:link, #navi li a:visited  {
	color:#fff;
	text-decoration:none;
	line-height:43px;
	margin:0 -1px 0 -2px;
	padding:17px 20px 17px 20px;
}

#navi li a:hover, #navi li a:active, #navi li a.current  {
	background:url(../images/navi-hover.jpg) repeat-x center;
}

/* kontakt */

table.kontakt td{
	padding:5px 0 0 0;

}

.kontakt td textarea {
	width:99%;
}

div.hinweis {
	padding:10px;
	border:1px solid #B5D7F2;
	background-color:#E2EFFA;
	color:#6999c5;
}

/* listpages */
#listpages li {
	list-style:none !important;
}

#listpages li ul {
	padding:0;
	margin:0;	
}

#listpages li strong {
	color:#4B9DE0;
	margin:8px 0 0 0;
	font-size:16px;
	letter-spacing:1px;
}

#listpages li img {
	outline:1px solid #A3C1D9;
}

#listpages li a,  #listpages li a:link, #listpages li a:visited  {
	display: block;
	color:#888;
	text-decoration:none;
	margin-bottom:18px;
}

#listpages li a:hover strong, #listpages li a:active strong{
	color:#A3C1D9;
}

