/*
Webdesign von www.epdesign.at

Wichtige Farben
----------------------------
dunkelgrün: #00999f
hellgrün: 
----------------------------
*/

* {
	margin:0;
	padding:0;
}

html, body {
	text-align:center; /* horizontal zentrieren für IE 5 */
	height:100%;
}

#wrap {
	width:950px;
	text-align:left;
	margin:0 auto;
	background:#fff url(../images/bg_content.gif) left top repeat-y;
}
#main {
	width:950px;
}

#sidebar {
	width:270px;
	float:left;
}

#sidebar_text {
	width:180px;
	margin-left:20px;
}

#content {
	margin-left:277px;
	margin-right:20px;
}

/* ------------------------------------------------ */
/* --- Styling ------------------------------------ */

body {
	background-color:white;
	background-image:url(../images/bg_verlauf.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	/*scrollbar-face-color: #F4F4F4;
	scrollbar-shadow-color: #B2B2B2;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #00796B;
	scrollbar-darkshadow-color: #00796B;
	scrollbar-track-color: #F7F7F7;
	scrollbar-arrow-color: #00796B;
	*/
}

html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 12px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
}

a:link,
a:visited,
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00999f;
	font-weight: bold; 
	text-decoration: underline
} 
#content a:hover {
	color:#FFF;
	background-color: #00999f;
}

/* Flash Objecte ohne Rahmen anzeigen lassen ----- */
object {
	outline:none;
}
/* ------------------------------------------------ */



/* --- Überschrift H1 einstellen ------------- */
#ueimg{
	background-image:url(../images/ueh1.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 1px;
	text-indent: -9999em;
	float:right;
}

#content .ueh1{
	float:none;
	margin-bottom:27px;
	margin-top:50px;
}


/* --- Footer ------------------------------- */ 
#footer {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:175px;

	background-image:url(../images/bg_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
   	font-size: 10px;
	color: #fff;
	line-height: 16px;
	font-weight: normal;
}

#footer-top-img {
	width:950px;
	height:67px;
	background-color:#FFF;
	background-image:url(../images/footer_images.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer_left {
	width:152px;
	height:108px;
	margin-left:69px;
	background-image:url(../images/rgb_bogen.gif);
}

#footer_right {
	float:right;
	width:150px;
	margin-top:23px;
	margin-right: 37px;
	border-left-color:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	padding-left:1px;
}

#footer_center {
	margin-top:55px;
	margin-right:84px;
	float:right;
	width:400px;
	text-align:left;
}

#footer p {
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	font-weight: normal;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	font-size: 10px;
	color: white;
	font-weight:normal;
}

#footer a:hover {
	color:#00999f;
	background-color: #fff;
}


.footer_image {
	border-top:#FFF;
	border-top-width: 2px;
	border-top-style:solid;
}

#footer_right ul{
	list-style:none;
	text-align:right;

}

/* Header einstellungen -------------------------- */
#header {
	padding0em;
}

#header #menucontainer {
	width:950px; height:53px;
	margin:0 auto;
	background-color:#999;
}

#header_abschluss {
	width:950px;
	height:18px;
	background-image:url(../images/header_abschluss.jpg);
	background-repeat:no-repeat;
}

ul#menu {
	
	width:950px;  
	height:53px;  
	float:left;  
	margin:0;  
	padding:0;  
	list-style-type:none;  
	background:transparent url(images/menubg.jpg) repeat-x;
}

ul#menu li {  
	float:left;  
}

ul#menu li a {  
	display: block;  
	height:53px;  
	overflow:hidden;  
	text-indent:-99999px;  
	background:transparent url(../images/menu.jpg) no-repeat;
}
ul#menu li#NEWS a { background-position:0 0; width:190px; }
ul#menu li#NEWS a:hover { background-position:0 -53px; width:190px; }

ul#menu li#SERVICE a { background-position:-190px 0; width:190px; }
ul#menu li#SERVICE a:hover { background-position:-190px -53px; width:190px; }

ul#menu li#SHOP a { background-position:-380px 0; width:190px; }
ul#menu li#SHOP a:hover { background-position:-380px -53px; width:190px; }

ul#menu li#PRODUKTE a { background-position:-570px 0; width:190px; }
ul#menu li#PRODUKTE a:hover { background-position:-570px -53px; width:190px; }

ul#menu li#KONTAKT a { background-position:-760px 0; width:190px; }
ul#menu li#KONTAKT a:hover { background-position:-760px -53px; width:190px; }


/* Menü links */
#sidebar_text ul{
	list-style-image:url(../images/list_icon_square_w.gif);
	color:#FFF;
	list-style-position: inside;
	line-height:16px;
	padding-bottom: 20px;
}

#sidebar_text li {
	border-bottom: 1px solid #fff;
	line-height:16px;
	padding: 6px 0 6px 0;
}

#sidebar_text ul li a:link,
#sidebar_text ul li a:visited,
#sidebar_text ul li a:active {
	color:#FFF;
	text-decoration:none;
}

#sidebar_text ul li a:hover {
	text-decoration:none;
	background-color: none;
}

#sidebar_text p {
	color:#FFF;
	line-height:14px;
	margin: 10px 0 10px 0;
}

#sidebar_text a:link,
#sidebar_text a:visited,
#sidebar_text a:active{
	color:#FFF;
}

#sidebar_text a:hover {
	color:#FFF;
	text-decoration:underline;
}

#sidebar_text hr{
	border: solid 0px;
	height:1px;
	margin:10px 0 10px 0;
	background-color:#fff;
}


#warper-mc-bottom {
	clear:left;
	width:950px;
	height: 40px;
	background-image:url(../images/content_abschluss.jpg);
	background-repeat:no-repeat;
}

#content ul {
	list-style-image:url(../images/list_icon_square_b.gif);
	list-style-position:outside;
	padding: 10px 0 20px 32px;
}

#content ul ul{
	list-style-image: url(../images/list_icon_square_smal_b.gif);
	padding: 0px 0 0 32px;
}

h2 {
	font-size:16px;
	margin-bottom: 10px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
.smalH1 {
	font-size:10px;
}

/* Suche Feld */

#suchefeld p{
	font-size:14px;
	font-weight:bold;
	padding:0 0 6px 0;
}

#suchefeld .remember {
	width:176px;
	padding: 1px;
	font-size:16px;
	color:#00999f;
	font-style:italic;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#suchefeld .button {
	width:184px;
	height:30px;
}

#suchefeld {
	padding-bottom: 10px;
	border-bottom:#FFF solid 1px;
}

#content_flash_img {
	height:20px;
	width:180px;
}

#menulinks a{
	text-decoration:none;
}

#menulinks {
	line-height:14px;
}

#content hr {
	border: solid 0px;
	height:1px;
	margin:10px 0 10px 0;
	background-color:#00999f;
}

.text_weisz_produkte a{
	color:#FFF;
}