/* Start of CMSMS style sheet 'main' */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(bg.png) repeat-x #F6F6F6;
	font-family: Tahoma;
	color: #666666;
	font-size: 11pt;
}

h1 {
	font-family: Tahoma;
	color: #882000;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-family: Tahoma;
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:5px;
}

h3 {
	font-family: Tahoma;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}

p, ul, table {
	font-family: Tahoma;
	color: #666666;
	font-size: 9pt;
	line-height: 1.5;
}

p {
	padding-top: 8px;
	padding-bottom: 5px;
}

ul {
	padding-left: 30px;
}

img {
	border: 0;
}

.navigation {
	float: left;
	display: block;
	width: 180px;
	height: 34px;
	padding-top: 17px;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.5pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	background: url(navigation_bg.png);
}

a {
	color: #666666;
}

.navigation:hover {
	background: url(navigation_hover_bg.png);
}

#container {
	width: 900px;
	margin: 25px auto;
}

#left {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	width: 677px;
}

#logo {
	float: left;
	margin-top: -5px;
	margin-bottom: -15px;

}

#anschrift {
	float: left;
	width: 250px;
	height: 65px;
	margin-left: 50px;

}

#header {
	float: left;
	width: 708px;
	height: 207px;
	margin-top: 20px;	
}

#content {
	float: left;
	width: 898px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(content_bg.png);
}

#right-top {
	position: relative;
	width: 191px;
	margin-top: -260px;
	margin-left: 707px;
	height: 264px;
}

#right-top-bg {
	float: left;
	width: 191px;
	height: 22px;
	background: url(right_top.png) no-repeat #DE612C;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#right-top-bg a {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

#right-bottom {
	float: left;
	width: 191px;
}

#footer {
	float: left;
	width: 100%;
	height: 50px;
	background: #A9A9A9;
	margin-top: -25px;
	margin-bottom: -25px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


.lohnfertigung1 {
	float: left;
	margin-bottom: 10px;
	width: 600px;
	height: 45px;
	background: url(lohnfertigung_bg.gif) center no-repeat;
	margin-left: 20px;
	text-align: center;
	font-size: 13pt;
	padding-top: 24px;
	color: #333333;
	text-decoration: none;
}

.lohnfertigung2 {
	float: left;
	margin-bottom: 10px;
	width: 600px;
	height: 51px;
	background: url(lohnfertigung_bg.gif) center no-repeat;
	margin-left: 20px;
	text-align: center;
	font-size: 13pt;
	padding-top: 18px;
	color: #333333;
	text-decoration: none;
}
.imglohnf {
	margin:2px;
}
/* End of 'main' */

