* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #d44817 url(../images/bg_body_neu.jpg) repeat-x top left;
}

img {
	border: 0px;
}


/* =================================================== DIVS =================================================== */

#container {
	width: 1080px;
	height: 779px;
	margin: auto;
	margin-top: 17px;
	padding: 19px;
	background: #fcf9ec url(../images/bg_container_neu.jpg) no-repeat top left;
}

#header {	
}

#content {
	padding: 25px 45px;
	line-height: 130%;
}


/* =================================================== LINKS =================================================== */

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

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

a.noline, a.noline:link, a.noline:visited, a.noline:focus, a.noline:hover, a.noline:active {
	text-decoration: none;
}

.left a, .left a:link, .left a:visited, .left a:focus, .left a:hover, .left a:active {
	text-decoration: none;
}


/* =================================================== TEXT =================================================== */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 3px;
	color: #d44817;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 3px;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d44817;
	margin-bottom: 10px;
}

p {
	margin-bottom: 21px;
}

p.skills {
	height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #d44817;
	letter-spacing: 3px;
	line-height: 65px;
	margin-bottom: 5px;
	background: #FCF9EC url(../images/bg_privat_gewerbe.png) no-repeat top center;
}

p.skillsDetail {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

ul {
	margin-left: 17px;
}

ul li {
}

ul.start {
	margin-left: 450px;
	line-height: 180%;
}

span.caption {
	display: block;
	font-size: 13px;
	margin-top: 10px;
	text-align: right;
}

.indent {
	padding-left: 30px;
}


/* =================================================== TABELLEN =================================================== */

table.partner {
	width: 500px;
	border-spacing: 0px;
	border-collapse: collapse;
    float: right;
}

table.partner td {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
}

table.partner td.right {
	text-align: right;
}


/* =================================================== FORMULARE =================================================== */

input, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	vertical-align: middle;
}

input.check {
	padding: 0px;
	background: none;
	border: 0px;
}

option {
	border: 0px;
}

label {
	vertical-align: middle;
}


/* =================================================== HELPER =================================================== */

.right {
	float: right;
	margin-left: 25px;
}

.ref {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 20px;
}

.left {
	float: left;
	margin-right: 25px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
}

.systemp {
    margin-top: 20px;
}