html 	{width:100%; }
body	{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, "Times New Roman", serif;
	font-size:80%;
	color:#000000;
	width:100%;
	background-color: #5a5654;
	background-image: url(../images/body-bg2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0;
}

p		{padding:0 0 15px 0; margin:0; line-height:140%; }
h1		{
	margin:0;
	padding:0;
	font-size:130%;
	font-weight:normal;
	text-align: center;
}
h2		{margin:0; padding:0 0 20px 0; font-size:140%; font-weight:normal; }

h3		{
	margin:0;
	padding:0 0 20px 0;
	font-size:120%;
	font-weight:normal;
}


/*link styling*/
a			{
	color:#637076;
	text-decoration:underline;
}
a:hover 	{
	text-decoration:none;
} 
#footer a	{color:#637076; }


/*structural elements*/
.section 		{text-align:center; width:100%; border-bottom:1px solid #637076 }

#header			{
	margin:0 auto;
	text-align:left;
	padding:20px 20px 20px 20px;
	width:720px;
	border-left:1px solid #637076;
	border-right:1px solid #637076;
	background-color: #362f2d;
}
#container		{margin:0 auto; text-align:left; padding:0 20px 20px 20px; width:720px; border-left:1px solid #637076; border-right:1px solid #637076; }

h1#logo			{
	background:#E8EDF7;
	float:left;
	width:200px;
	border:1px solid #FFFFFF;
	text-align:center;
	min-height:24px;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 47px;
	padding-left: 20px;
}
#pictureRail	{text-align:center; }
#news			{
	background:#E8EDF7;
	float:left;
	width:220px;
	border:1px solid #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu			{
	background:#362f2d;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding: 10px;
}
#menu2			{
	background:#362f2d;
	border:1px solid #FFFFFF;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menuru			{
	background:#362f2d;
	border:1px solid #FFFFFF;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
}

#content		{background:#E8EDF7; margin:20px 0 0 260px; padding:20px 20px 5px 20px; border:1px solid #FFFFFF; }
#contentservice		{
	background:#E8EDF7;
	border:1px solid #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#footer			{
	margin:0 auto;
	text-align:center;
	padding:20px 20px 60px 20px;
	width:720px;
	border-left:1px solid #637076;
	border-right:1px solid #637076;
}
#footer p		{
	background:#362f2d;
	padding:10px;
	font-size:90%;
	color:#637076;
	border:1px solid #637076;
	text-align:center;
}


/*section dependant style over-rides*/
#news h3	{margin:0; padding:0 0 20px 0; color:#000000; font-size:120%; font-weight:bold; }
#news p		{padding:10px 0; border-top:1px solid #000000; }

#header p	{text-align:center; font-size:170%; color:#E8EDF7; padding:45px 0 0 0; }

ul#menu 	{ }
ul#menu li	{margin:0; padding:0; list-style:none; display:inline; }
ul#menu  a	{color:#FFFFFF; text-decoration:none; padding:10px 15px; }
ul#menu  a:hover  {	color :#acc478;	background-color: inherit;
}

ul#menu2 	{ }
ul#menu2 li	{margin:0; padding:0; list-style:none; display:inline; }
ul#menu2  a	{color:#FFFFFF; text-decoration:none; padding:10px 15px; }
ul#menu2  a:hover  {	color :#acc478;	background-color: inherit;
}

ul#menuru 	{
	font-size: 90%;
}
ul#menuru li	{margin:0; padding:0; list-style:none; display:inline; }
ul#menuru  a	{color:#FFFFFF; text-decoration:none; padding:10px 15px; }
ul#menuru  a:hover  {	color :#acc478;	background-color: inherit;
}

#pictureRail img	{margin:20px 10px;border:1px solid #FFFFFF;  }
#content img		{
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
}


/*This adds a little arrow under the menu item of the page you are on. (handy for navigation and usability)
To modify, edit the <body> tag by changing the id.
e.g, if the page you are on is the contact page, change: <body id="home"> to <body id="contact">*/
#home #homeLink,
#service #serviceLink,
#unternehmen #unternehmenLink,
#aktuelles #aktuellesLink,
#contact #kontaktLink
{
	background-image: url(../images/menu-a-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*just makes sure the content doesn't spill out the boxes, see http://www.positioniseverything.net/easyclearing.html for details*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */#home .section #footer p .copyright {

}
#home .section #container #news h4 {
	text-align: center;
}
#home .section #container #content span h3 {
	text-align: center;
}
.language {
	color: #637076;
	text-align: right;
	width: 300px;
	float: right;
	font-size: 11px;
	margin: -10px;
}

