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

* {
	margin: 0;
	padding: 0;
}


body { 
 	color: #333333;
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background:#ffffff;
}


p, tr, td, tr p, td p { 
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}


a:link { 
	text-decoration: none; 
	color:#0066FF;
	}
a:visited { 
	text-decoration: none; 
	color:#0066FF;
	}
a:hover { 
	text-decoration: underline; 
	color:#0066FF;
	}
	
h1 {

}

h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.4em;

}
	
.clear {
	clear:both;
    overflow: hidden;
    height: 1px;
}	


#container {
	width:1020px;
}

#header {
	margin-bottom:10px;
}

#logo {
	position:relative;
	left:290px;
	width:200px;
	float:left;
}

.logo {
	position:relative;
	left:20px;
	width:200px;
	float:left;
}

#logo img, .logo img {
	border:none;
}

#sprache {
	float:right;
	position:relative;
	right:150px;
	top:40px;
	font-size:0.8em;
	color:#999999;
}

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

#sprache .activ {
	font-weight:bold;
}

#content-left {
	float:left;
	border-top:5px solid #666666;
	border-right:5px solid #666666;
	border-bottom:5px solid #666666;
	width:485px;
	background-color:#666666;

}

#content-right {
	float:right;
	width:260px;
	background-color:#666666;
	height:400px;
}

#content-main {
	position:relative;
	float:left;
	width:230px;
	background-color:#ffffff;
	height:410px;
	overflow:hidden;
	padding:0px 20px 0px 20px;
	background:url(../images/bg_main.gif) 20px 0px no-repeat;
}

#home #content-main, #index #content-main {
	width:250px;
	background-color:#ffffff;
	height:410px;
	overflow:hidden;
	padding:0px 10px 0px 10px;
	background-image:none;
}



#team #content-main img {
	border:none;
	position:absolute;
	left:150px;

}

.bottom { 
	padding:0px 20px 0px 0px;
	position: absolute;
	bottom: 0px;
	width:230px;
}

.bottom ul {
	padding-left:14px;
}

#footer {
	text-align:right;
	width:490px;
	font-size:0.8em;
	color:#999999;
}

.footer {
	text-align:left;
	width:490px;
	font-size:0.8em;
	color:#999999;
	padding-left:20px;
}
/* 
----------------------------------------------------------------------------- 
NAV
-----------------------------------------------------------------------------*/




#nav { 
	position: relative;
	margin: 5px 0px 0px 0px;
	line-height: 1.9em;
	z-index:5;

}


/*-------------CSS---------------------*/
#nav ul#nav2, #nav ul#nav2 ul {
	color:#cccccc;
	font-size:100%;
	margin:0pt;
	padding:0pt;
	width:260px;
	text-align:left;
}
#nav ul#nav2 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	background:#666666;

}
#nav ul#nav2 li a {
	color:#cccccc;
	display:block;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	min-height:25px;


}
#nav ul#nav2 li.li_act a {
	color:#FFFFFF;
}
* html #nav ul#nav2 li {
	float:left;
	height:25px;
}
* html #nav ul#nav2 li a {
	height:25px;
}

/*ausgeklapptes Popup Menu*/
#nav ul#nav2 ul {
	display:none;
	right:260px;
	position:absolute;
	top:0pt;
	}
	
/*farben für ausgeklapptes Popup Menu*/
#nav ul#nav2 ul li a {
	color:#cccccc;	
	padding:0px 0px 0px 20px;
	font-weight:normal;
}
#nav ul#nav2 ul li a:hover {
	color:#ffffff;
	background:#666666 url(../images/bg_nav.jpg) repeat-y top left;
}
#nav ul#nav2 li ul li a {
	padding:0px 0px 0px 20px;
}
#nav ul#nav2 li:hover ul ul, 
#nav ul#nav2 li:hover ul ul ul, 
#nav ul#nav2 li.over ul ul, 
#nav ul#nav2 li.over ul ul ul {
	display:none;
}

/*Border für Popup Menu */
#nav ul#nav2 li.menuparent:hover ul, 
#nav ul#nav2 li.over ul 
 {
	display:block;
	background-color:#eaeaea;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
}

#nav ul#nav2 li.menuparent:hover ul li, 
#nav ul#nav2 li.over ul li,
#nav ul#nav2 li.over ul li a:link
 {
	background-color:#eaeaea;
}


/*kein Border für ausgewähltes Unter-Menu */
#nav ul#nav2 li.li_act:hover ul, 
#nav ul#nav2 li.li_act.over ul 
 {
	border:none;
	background:#666666 url(../images/bg_nav.jpg) repeat-y top left !important;
}





/*Wenn Mouse-Over bei Popup, ausgewählter Level 1*/
#nav ul#nav2 li.menuparent:hover, 
#nav ul#nav2 li.over {
	background:#666666 url(../images/bg_nav.jpg) repeat-y top left;
}

/*Wenn Mouse-Over bei Popup, ausgewählter Level 1*/
#nav ul#nav2 li.menuparent:hover a, 
#nav ul#nav2 li.over a{
	color:#FFFFFF;
}

/*Wenn Mouse-Over bei Popup, ausgewählter Level 2*/
#nav ul#nav2 li.menuparent:hover li a, 
#nav ul#nav2 li.over li a{
	color:#000000;
}

/*Level 1 ausgewählt*/
#nav ul#nav2 li.li_act,
#nav ul#nav2 li.li_act a {
	color:#ffcc66;
	background:#666666 url(../images/bg_nav.jpg) repeat-y top left !important;
	white-space:nowrap;
}

#nav ul#nav2 li.li_act ul {
	position:relative;
	display:block;
	left:0px;
}


/*Level 2 ausgeklappt*/
#nav ul#nav2 li.li_act ul li.menuparent a {
	font-size:11px !important;
	font-weight:normal;
	color:#ffffff;
	background-image:none;
}

/*Level 2 ausgeklappt a:hover*/
#nav ul#nav2 li.li_act ul li.menuparent a:hover {
	color:#ffcc66 !important;
}


/*Level 2 ausgeklappt Link ausgewählt*/
#nav ul#nav2 li.li_act ul li.li_act, 
#nav ul#nav2 li.li_act ul li.li_act a{
	color:#ffcc66;
	font-weight:normal;
	font-size:11px !important;
	border-left:5px solid #ffcc66;
	margin-left:-5px;
}


/*Level 1 ,Popup und Level 2 Mouse-Over*/
#nav ul#nav2 li a:hover {
	color:#ffffff !important;
	background:#666666 url(../images/bg_nav.jpg) repeat-y top left;

}

/* #gallery
*******************************************/

#myGallery, #myGallery1 {
	width: 485px !important;
	height: 390px !important;
}

#content-main .struktur{
	margin:0px !important;
	padding:0px;
}
#content-main .struktur img{
	border:5px solid #666666;
	margin-left:20px;
}


/* #gallery
*******************************************/
#links #myGallery, #team #myGallery {
	background-color:#ffffff;
}
#marken {
	padding:15px 0px 15px 15px;

}

#links #myGallery a img, #team #myGallery a img, #team #myGallery img  {
	border: 1px solid #E1E1E1;
	margin: 0 5px 5px 0;
}

#links #myGallery a:hover img, #team #myGallery a:hover img {
	border-color: #000000 !important;
}

#links #myGallery a:hover, #team #myGallery a:hover {  /* wakeup IE */
	border-width: 0;
}

/* Bestellformular
*******************************************/

#form {
	margin:0px 0px 10px 0px;
	padding:20px 0px 0px 20px;
	width:960px;
	border-top: 5px solid #666666;
	border-bottom:5px solid #666666;
	border-right:5px solid #666666;
}

.label {
	float:left;
	padding-right:5px;
	padding-top:3px;
	text-align:left;
	width:100px;
}

textarea {
	padding:2px;
	width:200px;
	height:100px;
}
.button {
	width:60px;
}

.error {
	color:#FF0000;
	margin:0 0 10px 0;
}
.accept {
	color:#339966;
	margin:0 0 10px 0;
}

.captcha {
	border:#999999 1px solid;
}