/*	
---------------------------------------------------- 
	Formatierungen für die Internetseite
	Lombego Systems GbR, Christian Burger 2006
----------------------------------------------------      
*/

@import url('navigation.css');
@import url('content.css');
@import url('frontdoor.css');

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	line-height: 1.5;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background:#eaecf0 url('../img/backgrounds/bg_page.jpg') repeat-x left top;
	
}

#wrapper_top{
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	width: 900px;
	height: 30px;
	padding: 0px 20px 0px 20px;
	background-image: none;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/LombegoWebsite/img/backgrounds/bg_wrapper_top.png',
	sizingMethod='scale');
}
html>body #wrapper_top { /* Child Selector css hack -> excludes IE and NS4  */
   background:url('../img/backgrounds/bg_wrapper_top.png') no-repeat;
}


#wrapper{
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	width: 900px;
	padding: 0px 20px 0px 20px;
	border: 0px solid #234234;
	background-image: none;	
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/LombegoWebsite/img/backgrounds/bg_wrapper.png',
	sizingMethod='scale');
}
html>body #wrapper { /* Child Selector css hack -> excludes IE and NS4  */
   background:url('../img/backgrounds/bg_wrapper.png') repeat-y top left;
}


#wrapper_bottom{
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
	text-align:left;
	width: 900px;
	height: 70px;
	padding: 0px 20px 0px 20px;
	background-image: none;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/LombegoWebsite/img/backgrounds/bg_wrapper_bottom.png',
	sizingMethod='scale');
}
html>body #wrapper_bottom { /* Child Selector css hack -> excludes IE and NS4  */
   background:url('../img/backgrounds/bg_wrapper_bottom.png') no-repeat;
}

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	background:#ffffff url('../img/logo_header.gif') no-repeat;
	border: 0px solid #FF3300;
}

#content_wrapper{
	margin: 0px 0px 0px 0px;
	border: 0px solid #FF3300;
	width: 900px;
	padding: 0px 0px 0px 0px;;
}

#navBar{
	margin: 0px 700px 0px 0px;
	padding: 0px 0px 0px 25px;
	border: 0px solid #FF0000;
}

#content{
  	float:right;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #66cc00;
}

#content_start{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	border: 0px solid #66cc00;
	
	
}


	

/*	
---------------------------------------------------- 
	Allgemeines
---------------------------------------------------- 
*/

.invis{
	display:none;
}

a{
	color: #66CC00;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h1{
 font-size: 16px;
}

h2{
 font-size: 12px;
 color: #757F80;
}

h3{
 font-size: 11px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
font-size:11px;
 color: #757F80;
}			




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #8A9D9F;
	padding: 170px 25px 0px 25px;
	white-space: nowrap;
	font-size: 10px;
	border: 0px solid #FF0000;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 	display: block;
}

#globalNav a {
	color: #8A9D9F;
	text-decoration: none;
}

#globalNav a:hover {
	color: #66CC00;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 0px 25px 10px 25px;
	color:#66CC00;
}

#breadCrumb a {
	color: #66CC00;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #8A9D9F;
	text-decoration: underline;
}

/************* #horNavBar styles *************/

#horNavBar{
	font-size: 11px;
	padding: 0px 25px 0px 25px;
	background-image:url('../img/backgrounds/bg_wrapper_content.gif');
	background-repeat:repeat-x;
	height: 70px;
}

#horNavBar .active {
	float:left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #B5C3C4;
	border-top: 1px solid #B5C3C4;
	border-left: 1px solid #B5C3C4;
	padding: 3px 16px 3px 16px;
	background-image:url('../img/backgrounds/bg_hornav_grey.gif');
	background-repeat:repeat-x;
	margin-bottom: 0px;
}

#horNavBar .inactive {
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 2px groove #FFFFFF;
	border-top: 1px solid #B5C3C4;
	padding: 1px 12px 3px 12px;
	margin-top: 4px;
	font-weight: bold;
	background-image:url('../img/backgrounds/bg_hornav_green.gif');
	background-repeat:repeat-x;
}

#horNavBar a {
	color: #FFFFFF;
	text-decoration: none;
}

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



/************** .service styles *****************/

.service{
	clear: both;
	padding: 10px 0px 20px 0px;
	font-size: 11px;
}

.service a{
	padding: 0px 10px 0px 0px;
}

/************* #siteInfo styles ***************/

#quickHelp{
	clear: both;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	font-size: 11px;
	color: #8A9D9F;
	margin: 10px 25px 0px 25px;
	padding: 8px 0px 16px 0px;
}
html>body #quickHelp { /* Child Selector css hack -> excludes IE and NS4  */
	padding: 15px 0px 15px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#quickHelp img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#quickHelp b{
	font-size: 11px;;
	color: #66CC00;
	text-transform:uppercase;
}

#quickHelp #navBarHelp{
	margin: 0 640px 0 8px;
	padding: 0px 0px 0px 0px;
}

#quickHelp #contentHelp{
  	float:right;
	width: 647px;
	margin: 0;
	padding: 0px 8px 0px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #8A9D9F;
	text-align:center;
	padding: 10px 0px 5px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12px;;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}





/************** #s2f formular styles **************/
.formular td label {
 font-size: 11px !important;
 margin: 0px 0px 0px 0px;

}

.formular td input {
 border: 1px solid #66CC00;
 color: #8A9D9F;
 font-size: 11px !important;
 line-height: 1.5;

}

.formular td textarea {
 border: 1px solid #66CC00;
 color: #8A9D9F;
  font-size: 11px !important;
  font-family:Arial,Helvetica,sans-serif;

}

.formular {
	width: 100%;
}

.formular td{
	padding: 5px;
}

.submit {
	border: 1px solid #66CC00;
	color: #000000 !important;
	background: #FFFFFF;
	 font-size: 11px !important;
}

.formular td input .submit {
	border: 1px solid #66CC00;
	color: #000000 !important;
	background: #FFFFFF;
	 font-size: 11px !important;

}
/************** #kotaktformular styles **************/

.formular label {
 font-size: 11px !important;
 margin: 0px 0px 0px 0px;

}
.formular input {
 border: 1px solid #66CC00;
 color: #8A9D9F;
 font-size: 11px !important;
 line-height: 1.5;

}
.formular textarea {
 border: 1px solid #66CC00;
 color: #8A9D9F;
  font-size: 11px !important;
  font-family:Arial,Helvetica,sans-serif;

}
.formular{
	padding: 5px;
}