@charset "UTF-8";
/* CSS Göbharter */

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

html {overflow-y: scroll !important;}

body {
	padding: 304px 0px 0px 0px;
	background-image:url(../images/b_metall.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
}

div#div_header {
	position: fixed;
	vertical-align: bottom;
	top: 0px;
	width: 100%;
	height: 304px;
	background-image: url(../images/b_header-trans.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	z-index: 50;
}


div#div_main {
	margin: 0 auto;
	width: 1000px;
	z-index: 20;
}


div#div_nav {
	width: 100%;
	height: 44px;
	vertical-align: top;
	background-image: url(../images/b_nav-trans.png);
	background-position: center;
	background-repeat: no-repeat;
}

#table_nav {
	width: 1010px;
	height: 35px;
	text-align: center;
	color: #1C2D58;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#div_googlemaps {
	padding: 10px 10px 10px 10px;
	background-image: url(../images/b_main-trans.png);
	border: #607190 1px solid;
}


#table_nav td {
	text-transform: uppercase;
}
	


#table_index {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	margin: -10px 0px 0px 0px;
	border: 0px;
}

#table_index th {
	width: 33.33%;
	border: #607190 1px solid;
	background-image: url(../images/b_main-trans.png);
	font-size: 19px;
	color: #1C2D58;
	padding: 15px 10px 15px 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle
}

#table_index td {
	padding: 15px 10px 15px 10px;
	border: #607190 1px solid;
	background-image: url(../images/b_main-trans.png);
	text-align: center;
}


#table_index td img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/b_main-trans.png);
	border: #607190 1px solid;
}

#div_main img {
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 15px 5px;
	background-image: url(../images/b_main-trans.png);
	border: #607190 1px solid;
}

.td_linkespalte {
	padding: 0px 20px 0px 0px;
}




/* --------------- Schirftarten -------------------------------- */

p {
	background-image: url(../images/b_main-trans.png);
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 20px 0px;
	border: #607190 1px solid;
	font-size: 16px;
}

h1 {font-size: 24px; color: #1C2D58; background-image: url(../images/b_main-trans.png); padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #607190 1px solid; text-transform: uppercase;}
h2 {font-size: 19px; color: #1C2D58; background-image: url(../images/b_main-trans.png); padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #607190 1px solid; text-transform: uppercase;}
h3 {font-size: 16px; color: #1C2D58; background-image: url(../images/b_main-trans.png); padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #607190 1px solid; text-transform: uppercase;}

.p_h1 {font-size: 19px; color: #1C2D58; font-weight: bold;}
.p_h2 {font-size: 16px; color: #1C2D58; font-weight: bold;}



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

a:link		{color: #000000; text-decoration: none;}
a:visited	{color: #000000; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: none;}
a:active		{color: #000000; text-decoration: none;}

#div_footer a:link		{color: #D4E4F3; text-decoration: none;}
#div_footer a:visited	{color: #D4E4F3; text-decoration: none;}
#div_footer a:hover		{color: #FF0000; text-decoration: none;}
#div_footer a:active		{color: #D4E4F3; text-decoration: none;}

.p_h1 a:link		{color: #1C2D58; text-decoration: none;}
.p_h1 a:visited	{color: #1C2D58; text-decoration: none;}
.p_h1 a:hover		{color: #FF0000; text-decoration: none;}
.p_h1 a:active		{color: #1C2D58; text-decoration: none;}

.p_h2 a:link		{color: #1C2D58; text-decoration: none;}
.p_h2 a:visited	{color: #1C2D58; text-decoration: none;}
.p_h2 a:hover		{color: #FF0000; text-decoration: none;}
.p_h2 a:active		{color: #1C2D58; text-decoration: none;}


#table_index a:link		{color: #1C2D58; text-decoration: none;}
#table_index a:visited	{color: #1C2D58; text-decoration: none;}
#table_index a:hover		{color: #FF0000; text-decoration: none;}
#table_index a:active	{color: #1C2D58; text-decoration: none;}
