@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(Bilder/bg.png);
	background-repeat:repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-attachment:fixed;
	font-size:10px;
	color:#1d1d1d;
}

a.link, a.link:visited {
	text-decoration:none;
	color:#1d1d1d;
}

a.link:hover, a.link:focus, a:active {
	color:#116cc6;
	text-decoration:none;
}

#wrapper {
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	overflow:auto;	
}

.clear {
	clear:both;
}

/**--- Header ---**/

#header {
	background-image:url(Bilder/header.png);
	width:100%;
	height:152px;
	background-repeat:repeat-x;
	float:left;
	display:block;
	position:fixed;
}

#header_1 {
	background-image:url(Bilder/head_1.png);
	width:167px;
	height:152px;
	float:left;
	display:block;
	margin: 0px 0px 0px 249px;
}

#header_schrift {
	background-image:url(Bilder/head_schrift.png);
	width:433px;
	height:62px;
	float:left;
	display:block;
	margin: 48px 0px 0px 0px;
}

/**--- Navigation ---**/

#navigation {
	width:209px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
	background-color:#1d1d1d;
	float:left;
	display:block;
	padding-left:7px;
	padding-top:8px;
	color:#cacaca;
	position:fixed;
	margin-top:152px;
	font-size:10px;
}

#navigation li {
	padding:10px 10px 0px 13px;
	display:block;
	list-style:none;
	outline:none;
	background-image:url(Bilder/navi_bg.png);
	width:179px;
	height:19px;
	margin: 4px 0px 4px 0px;
}

#navigation ul {
	display:block;
	list-style:none;
	outline:none;
	padding:0;
	margin:0;
	width:202px;
}

#navigation a, a:visited {
	color:#1d1d1d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover, a:active {
	color:#d1d1d1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

/**--- Content ---**/

#content_shadow {
	background-image:url(Bilder/header_shadow.png);
	height:15px;
	width:100%;
	background-repeat:repeat-x;
}

#bg_cont {
	width:100%;
	float:left;
	display:block;
	background-image:url(Bilder/bg_2.jpg);
	background-repeat:repeat-y;
}

#content {
	width:800px;
	float:left;
	display:block;
	margin: 20px;
	margin-left: 250px;
	overflow:auto;
	height:68%;
	margin-top:152px;
	text-align:center;
}

#bottom_info {
	width:800px;
	float:left;
	display:block;
	text-align:center;
	margin-top:20px;
	font-size:10px;
}

/**--- Start ---**/

#start {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.rot {
	color:#F00;
}


/**--- Links ---**/

#links {
	width:523px;
	margin:auto;
}

.links_box_l {
	width:260px;
	float:left;
	display:block;
	border-left:1px solid #1d1d1d;
	border-right:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;	
	border-top:none;
	height:32px;
	padding-top:18px;
}

.links_box_l:first-child {
	width:260px;
	float:left;
	display:block;
	border-left:1px solid #1d1d1d;
	border-right:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;	
	border-top:1px solid #1d1d1d;
	height:32px;
	padding-top:18px;
}

.links_box_r {
	width:260px;
	float:left;
	display:block;
	border-left:none;
	border-right:1px solid #1d1d1d;	
	border-bottom:1px solid #1d1d1d;	
	height:50px;
}

.links_box_r:first-child {
	width:260px;
	float:left;
	display:block;
	border-left:none;
	border-right:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;	
	border-top:1px solid #1d1d1d;
	height:50px;
}
	
/**--- Über ---**/

#ueber {
	text-align:justify;
	font-size:11px;
	width:600px;
	float:none;
	margin-left:180px;
}

/**--- Kontakt ***/

#kontakt {
	text-align:left;
	margin-left:450px;
	font-size:10px;
}

#sendmail {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#1d1d1d;
	border:#1d1d1d solid 1px;
	font-weight:bold;
	outline:none;
	background-color:#116cc6;
	height:20px;
	cursor:pointer;
}

#sendmail:focus, #sendmail:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#d1d1d1;
	font-weight:bold;
	border:#1d1d1d solid 1px;
	outline:none;
	background-color:#116cc6;
	height:20px;
	cursor:pointer;
}

#name, #betreff, #email, #capt {
	width:180px;
	background-color:transparent;
	border:#d1d1d1 1px solid;
	color:#1d1d1d;
}

#name:active, #betreff:active, #email:active, #capt:active, #name:focus, #betreff:focus, #email:focus, #capt:focus {
	width:180px;
	color:#000;
	background-color:#f4f4f4;
	border:#1d1d1d 1px solid;
}

#message {
	width:280px;
	height:170px;
	overflow:auto;	background-color:transparent;
	border:#d1d1d1 1px solid;
}

#message:active, #message:focus {
	width:280px;
	height:170px;
	overflow:auto;
	color:#000;
	background-color:#f4f4f4;
	border:#1d1d1d 1px solid;
}

/***--- Allgemein ---**/

h1 {
	font-size:21px;
	font-family:Verdana, Geneva, sans-serif;
	color:#116cc6;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1d1d1d;
}

h3 {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#116cc6;
	text-align:center;
	clear:both;
}

h4 {	
 font-size:21px;
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-weight:bold;
	text-align:center;
}

/**--- Seiten Details ---**/


.high_res {
	background-image:url(Bilder/high_res.png);
	width:164px;
	height:32px;
	display:block;
	background-repeat:no-repeat;
	padding-left:36px;
	padding-top:10px;
}

.low_res {
	background-image:url(Bilder/low_res.png);
	width:164px;
	height:32px;
	display:block;
	background-repeat:no-repeat;
	padding-left:36px;
	padding-top:10px;
}

.pdf {
	background-image:url(Bilder/pdf.png);
	width:100px;
	height:48px;
	display:block;
	background-repeat:no-repeat;
	padding: 17px 0px 0px 0px;
	background-position:right;
}

/**--- Anleitungs Boxen ---**/

.box_anleitung {
	width:380px;
	height:220px;
	float:left;
	display:block;
	margin:5px;
}

.box_infos {
	width:180px;
	height:200px;
	float:left;
	display:block;
}

.box_bild {
	width:200px;
	height:200px;
	float:left;
	display:block;
}

a.download, a.download:visited {
	color:#116cc6;
	text-decoration:none;
	font-size:11px;
}

a.download:hover, a.download:focus, a.download:active {
	color:#116cc6;
	text-decoration:underline;
	font-size:11px;
}

