/*
##
##	screen.css
##	Stylesheet zur Ausgabe am PC-Bildschirm
##
##	Version 1.0
##	Letzte Änderung: 13.05.2009
##
##	(c) by René Löffler, R.webdesign <mail@r-webdesign.com>
##
*/

/*
html {
	height: 100%;
}
*/

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helveticacursive, sans-serif;
	font-size: 12px;
}

tr,td  {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helveticacursive, sans-serif;
	font-size: 12px;
}



.subtitle {
	color: white;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #4D1137;
	padding-top: 1px;
	padding-bottom: 1px;
}

.subtitle:hover {
	background-color: white;
	color: #4D1137;
}

.links {
	position: absolute;
	left: 25px;
	top: 260px;
	width: 200px;
}

.mitte {
	float: left;
	border-style:solid;
	border-color:#f0f0f0;
	border-width:0px 0px 0px 150px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 20px;
	min-height: 418px;
	width: 510px;
}




a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}



.row1 {
	background-color: #F0F0F0;
	color: #333333;
	font-size: 12px;
}

.row2 {
	/* background-color: #F0F0F0; */
	color: #333333;
	font-size: 12px;
}

.redstar {
	color: #CC0000;
	padding-left: 3px;
}

.highlight {
	background-color: #CCCCCC;
	padding: 4px;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#logo img {
	border: 0;
}

#logo_text {
	position: absolute;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	top: 15px;
	left: 270px;
}

#balken_pic {
	height: 161px;
	background-image: url("../images/balken_pic.jpg");
	background-repeat: repeat-x;
}

#start_balken_pic {
	position: relative;
	top: 95px;
	height: 251px;
	background-image: url("../images/start/balken_pic.jpg");
	background-repeat: repeat-x;
}

#balken_lila {
	height: 50px;
	background-image: url("../images/balken_lila.gif");
	background-repeat: repeat-x;
}

#start_balken_lila {
	position: absolute;
	top: 160px;
	width: 100%;
	height: 50px;
	background-image: url("../images/balken_lila.gif");
	background-repeat: repeat-x;
}

#start_balken_lila_text {
	color: white;
	padding-left: 65px;
	padding-top: 15px;
	font-size: 17px;
	font-weight: bold;
}

#balken_bottom {
	height: 45px;
	background-image: url("../images/balken_bottom.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 25px;
}

#linkleiste {
	position: absolute;
	top: 70px;
	left: 650px;
	color: #666666;
	font-size: 12px;
}

#linkleiste a:hover {
	text-decoration: underline;
}

#linkleiste a {
	color: #666666;
	text-decoration: none;
}






#men_industrie_on {
	position: absolute;
	top: 131px;
	left: 270px;
	z-index: 10;
}

#men_industrie_off {
	position: absolute;
	top: 111px;
	left: 270px;
	z-index: 10;
}


#men_fahrzeug_on {
	position: absolute;
	top: 131px;
	left: 380px;
	z-index: 10;
}

#men_fahrzeug_off {
	position: absolute;
	top: 111px;
	left: 380px;
	z-index: 10;
}


#men_grossraum_on {
	position: absolute;
	top: 131px;
	left: 490px;
	z-index: 10;
}

#men_grossraum_off {
	position: absolute;
	top: 111px;
	left: 490px;
	z-index: 10;
}


#men_holz_on {
	position: absolute;
	top: 131px;
	left: 600px;
	z-index: 10;
}

#men_holz_off {
	position: absolute;
	top: 111px;
	left: 600px;
	z-index: 10;
}


#men_handwerk_on {
	position: absolute;
	top: 131px;
	left: 710px;
	z-index: 10;
}

#men_handwerk_off {
	position: absolute;
	top: 111px;
	left: 710px;
	z-index: 10;
}


#men_kostuem_on {
	position: absolute;
	top: 131px;
	left: 808px;
	z-index: 10;
}

#men_kostuem_off {
	position: absolute;
	top: 111px;
	left: 808px;
	z-index: 10;
}







#men_industrie_off img {
	border: 0;
	padding: 0;
	margin: 0;
}





.big_menu_unterschrift {
	color: white;
	width: 117px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.big_menu_unterschrift a, .big_menu_unterschrift a:hover {
	color: white;
}

#big_industrie_on {
	position: absolute;
	top: 131px;
	left: 65px;
	z-index: 10;
}

#big_industrie_off {
	position: absolute;
	top: 260px;
	left: 65px;
	z-index: 10;
}


#big_fahrzeug_on {
	position: absolute;
	top: 131px;
	left: 221px;
	z-index: 10;
}

#big_fahrzeug_off {
	position: absolute;
	top: 260px;
	left: 221px;
	z-index: 10;
}


#big_grossraum_on {
	position: absolute;
	top: 131px;
	left: 377px;
	z-index: 10;
}

#big_grossraum_off {
	position: absolute;
	top: 260px;
	left: 377px;
	z-index: 10;
}


#big_holz_on {
	position: absolute;
	top: 131px;
	left: 533px;
	z-index: 10;
}

#big_holz_off {
	position: absolute;
	top: 260px;
	left: 533px;
	z-index: 10;
}


#big_handwerk_on {
	position: absolute;
	top: 131px;
	left: 689px;
	z-index: 10;
}

#big_handwerk_off {
	position: absolute;
	top: 260px;
	left: 689px;
	z-index: 10;
}


#big_kostuem_on {
	position: absolute;
	top: 131px;
	left: 845px;
	z-index: 10;
}

#big_kostuem_off {
	position: absolute;
	top: 260px;
	left: 845px;
	z-index: 10;
}




#balken_bottom_start {
	color: white;
	position: relative;
	top: 270px;
	left: 65px;
	width: 900px;
}





#menu {
	position: absolute;
	top: 95px;
	left: 230px;
	height: 500px;
	/* border: 1px solid red; */
}

ul#menue {
	list-style-type: none;
	border: 0;
	margin-top: 15px;
}


ul#menue li {
	display: inline;
}

ul#menue a, ul#menue img {
	padding-right: 10px;
	float: left;
	border: 0;
	margin: 0;
}


ul#menue li#active
{
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

li#active a {
	color: #000;
	padding-top: 10px;
}

#menue a
{
	float: left;
	display: block;
	text-decoration: none;
}

/*
ul#menue li#active {
	list-style-type: none;
	display: inline;
	padding-top: 15px;
}

ul#menue_aktiv a, ul#menue_aktiv img {
	border: 0;
	margin: 0;
}

ul#menue a:link, ul#menue a:visited
{
	border: 0;
	text-decoration: none;
}
*/


#container {
	background-image: url('../images/back.gif');
	background-repeat: repeat-y;
	/* border: 1px solid green; */
	height: 418px;
	width: 985px;
}

/*
#links {
	float: left;
	width: 125px;
	height: 418px;
	background-color: #f0f0f0;
	padding-top: 50px;
	padding-left: 25px;
}

#mitte {
	float: left;
	width: 510px;
	height: 418px;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
*/

#rechts {
	float: left;
	width: 200px;
	height: 418px;
	background-color: #FFFFFF;
	padding-top: 50px;
	/* border: 1px solid red; */
}

#news {
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f8f8f8;
}

.newsheader {
	color: #4D1137;
	font-size: 11px;
	font-weight: bold;
}

.newstext {
	color: #333333;
	font-size: 11px;
}

#leftmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

#leftmenu li {
	padding-bottom: 20px;
}

#leftmenu a {
	color: #4D1137;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #4D1137;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	color: #4D1137;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.aufzaehlung_quadrat {
	list-style-image: url(../images/quadrat.gif);
	padding-left: 17px;
	margin: 0;
}

.teaser {
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}

.infobox {
	background-color: #F0F0F0;
	padding: 20px;
	width: 360px;
}

.long_newsbox {
	background-color: #F0F0F0;
	padding: 20px;
	width: 470px;
}

.font_s {
	font-size: 10px;
}

.font_xs {
	font-size: 8px;
}

#druckdatum {
	display: none;
}

#logo_print {
	display: none;
}
