/* CSS FM Kunststofftechnik */
*{
	margin: 0;
	padding: 0;
}

img {
	margin-top:0px;
	border:none;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family:Arial, Tahoma, sans-serif;
  	font-size: 12px;
	color:#4b5a6a;
	overflow:scroll;
}

#page {
	padding-top: 25px;
}

#left{
	width: 270px;
	float: left;
	height:430px;
	position: relative;
	text-align:right;
}

#slogan{
	margin-top: 130px;
	margin-right: 40px;
}

#menu{
	bottom: 10px;
	right:0px;
	position:absolute;
}
.menuitem {
	width: 190px;
	text-align:left;
	line-height: 20px;
}

.menuitem a{
	color: #ffffff;
	text-decoration: none;
}
.menuitem a:hover {
	color: #000;
	font-weight: bold;
}

#right{
	width: 690px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #6d6e72;
	border-color: solid #0C3;
}

#content{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}

h1{
	color:#000;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

h2{
	color:#000;
	font-size: 16px;
	font-weight:100;
}

h3{
	color:#000;
	font-size: 20px;
	font-weight:100;
}

h3 a{
	text-decoration: none;
	color:#000;
	font-size: 20px;
	font-weight: bold;
}

h3 a:hover{
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}

table{
	color: #000;	
}

.p_justify{
	line-height: 20px;
	padding-top: 10px;
	color:#000;
	padding-left: 2px;
	text-align: justify;
}

#top{
	height: 122px;
	text-align: left;
}

#logo{
	padding-left: 15px;
	padding-top: 15px;
}

#submenu{
	position: relative;
	left: 263px;
	top: -27px;
}

#submenu a{
	color: #6d6e72;
	text-decoration: none;
	font-weight: bold;
}

#submenu a:hover{
	color: #000;
}

#contact{
	height: 296px;
	width: 640px;
	background-color: #6d6e72;
	text-align:left;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
}

#contact table{
		color:#FFF;
}
#contact tr{
	height: 25px;
}

#emotivo{
	background-color:#efefef;
	border: 1px solid #6d6e72;
	border-color: solid #0C3;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content ul {
	padding-left: 30px;
	line-height: 20px;
}

/* Hilfsklassen */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
  	height: 0px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

