/* @override 
	http://192.168.2.100:8888/kiefer-stanztechnik.de/css/style.css
*/

/* @group HTML */

body {
	background: url(../images/css/body.jpg) #3d4248 repeat-x top;
	font-family: Lucida Grande, Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10pt;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #008bcf;
	text-decoration: none;
}

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

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* @end */

/* @group HEADLINES */

h1 {
	color: #008bcf;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 14px;
	margin-top: 1px;
}

h2 {
	color: #183c70;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 1px;
}

h3 {
	color: #777;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 17px;
}

/* @end */

/* @group KLASSEN */

.picture {
	margin-top: 37px;
	padding: 2px;
	float: right;
	width: auto;
	border: 1px solid #ddd;
}

.klein {
	font-size: 0.8em;
}


/* @end */

/* @group LAYOUT */

#header {
	width: 1000px;
	height: 300px;
	padding: 0;
	margin: 0;
	background: url(../images/css/header.jpg) no-repeat center top transparent;
}

#footer {
	width: 860px;
	padding: 20px;
	background: #2f3237;
	color: #fefefe;
	text-align: center;
	font-size: 0.7em;
}

#footer a {
	color: #fefefe;
}

#container {
	width: 100%;
	float: left;
	padding: 0px;
}

#container_02 {
	width: 900px;
}

#container_03 {
	width: 900px;
	float: left;
	background: url(../images/css/content.jpg) center top no-repeat #fff;
}

/* @group CONTENTS */

#content {
	padding: 20px;
	width: 800px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.7em;
}

*html #content {
	margin-left: 20px;
}

#left {
	float: left;
	width: 540px;
}

#right {
	float: right;
	width: 220px;
}

#right .img {
	border: 1px solid ;
}

/* @end */

/* @end */

/* @group MAINMENU */

#menu {
	height: 75px;
	width: 900px;
	float: left;
	margin-top: 0;
	margin-left: 50px;
	padding: 0px;
	font-size: 1.1em;
	background: url(../images/css/menu.jpg) right top repeat-x;
}

*html #menu {
	margin-left: 25px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	width: 128px;
	float: left;
	height: 75px;
}

#menu a {
	padding: 29px;
	color: #777;
	display: block;
	background: url(../images/css/menu.jpg) right top no-repeat;
}

#menu a:hover {
	background: url(../images/css/menu_hover.jpg) right top no-repeat;
}

#left img {
	border-color: #008bcf;
	border-style: solid;
	border-width: 1px;
	float: left;
}

/* @end */
