@charset "ISO-8859-1";
* {
margin: 0px; 
padding: 0px;
}

body {
	background-image:url(../pics/template/texturen/bg.gif);
	/*background-color:#dedede;   /*  Hintergrundfarbe der Seite allgemein  */
	margin-top:10px;            /*  Oberer Abstand bis zum Fensterrand    */
	margin-bottom:0px;         /*  Unterer Abstand bis zum Fensterrand   */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1000px;
	padding: 0px;
	border: 2px ridge silver;
}

.banner {
	width:1000px;
	height:202px;
	background-repeat:no-repeat;
}
.frame2 {
	width:1000px;
	padding-top:10px;
	background-color:white;
}

.nav_1 {
	margin-left:25px;
	width:196px;
	float:left;
}

.nav_1_bg_top {
	width:196px;
	height:7px;
	line-height:7px;
	font-size:5px;
	background-image:url(../pics/template/nav_bg_top.jpg);
	background-repeat:no-repeat;
}

.nav_1_bg_middle {
	padding-left:10px;
	width:182px;
	background-color:#c6c5e1;
	border-left:2px solid #324a97;
	border-right:3px solid #324a97;
}

.nav_1_bg_bottom {
	width:196px;
	height:7px;
	background-image:url(../pics/template/nav_bg_bottom.jpg);
	background-repeat:no-repeat;
}

.nav_1_link {
	color:#324a97;
	text-decoration:none;
}

.nav_1_linkbox {
	line-height:23px;
	vertical-align:middle;
	background-image:url(../pics/template/nav_1_button_1.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:2px;
	color:#314995;
	font-size:14px;
}
.nav_1_linkbox:hover {
	color:#f9b500;
	background-image:url(./../pics/template/nav_1_button_2.jpg);
	background-repeat:no-repeat;
}

.nav_1_linkbox_now {
	line-height:23px;
	vertical-align:middle;
	background-image:url(../pics/template/nav_1_button_3.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:2px;
	color:#314995;
	font-size:14px;
}

.nav_1_linkbox_now:hover {
	color:#f9b500;
	background-image:url(../pics/template/nav_1_button_2.jpg);
	background-repeat:no-repeat;
}

.nav_1_linkbox_sub{
	line-height:15px;
	vertical-align:middle;
	background-image:url(../pics/template/nav_1_button_1_sub.jpg);
	background-repeat:no-repeat;
	background-position:10px bottom;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	color:#314995;
	font-size:10px;
}
.nav_1_linkbox_sub:hover {
	color:#f9b500;
	background-image:url(../pics/template/nav_1_button_2_sub.jpg);
	background-repeat:no-repeat;
}

.nav_1_linkbox_sub_now {
	line-height:15px;
	vertical-align:middle;
	background-image:url(../pics/template/nav_1_button_3_sub.jpg);
	background-repeat:no-repeat;
	background-position:10px bottom;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	color:#314995;
	font-size:10px;
}

.nav_1_linkbox_sub_now:hover {
	color:#f9b500;
	background-image:url(../pics/template/nav_1_button_2_sub.jpg);
	background-repeat:no-repeat;
}

div#under_nav {
	margin-top:0px;
	margin-left:10px;
	width:196px;
	font-size:12px;
	color:red;
	line-height:20px;
}

.content {
	left:230px;
	margin-top:0px;
	margin-left:250px;
	width:722px;
}

.content_bg_top {
	width:722px;
	height:14px;
	background-image:url(../pics/template/content_bg_top.jpg);
}

.content_bg_field {
	width:677px;
	height:378px;
	background-color:#edeef1;
	border-left:3px solid #324a97;
	border-right:3px solid #324a97;
	padding-left:20px;
	padding-right:20px;
}

.footer {
	width:1000px;
	height:30px;
	background-color:#f9b500;
	border-top:3px solid #324a97;
}

.maler_png {
	position:absolute;
	margin-left:500px;
	top:288px;
	width:531px;
	height:361px;
	background-image:url(../pics/template/maler.png);
	background-repeat:no-repeat;
	border-bottom: 2px ridge silver;
	behavior: url(../pics/template/iepngfix.htc);
}

.link {
	text-decoration:none;
	color:blue;
}

.link:hover {
	color:red;
}
