/*----------------------------------------------------
// check up products GmbH
/----------------------------------------------------*/

*, html, body {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) #000;
	color:#666;
}

#site {
	background:url(../images/site-bg.gif) repeat-x;
	width:100%;
	height:100%;
}

#checkupproducts {
	margin:0 auto;
	width:1000px;
}

/*----------------------------------------------------
// Head, flash
/----------------------------------------------------*/

#head {
	background:url(../images/checkup-header.jpg) no-repeat;
	height:360px;
}

#page {
	margin-left:79px;
	width:835px;
	background:url(../images/page-bg.gif) repeat-y;
}

/*----------------------------------------------------
// Left, Right Columns
/----------------------------------------------------*/

#left-column {
	float:left;
	width:578px;
	background:url(../images/left-col-bg.gif) no-repeat;
	overflow:hidden;
}

#right-column {
	float:right;
	width:257px;
	background:url(../images/right-col-bg1.gif) no-repeat;
}

/*----------------------------------------------------
// Content
/----------------------------------------------------*/

#content {
	padding:45px 0 30px 26px; 
}

#content table {
	margin:1.2em 0;
}

#content table#ansprechpartner td {
	font-size:11px;
	padding:7px;
	vertical-align:top;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#content a {
	text-decoration:none;
	color:#088f6c;
}

#content a:hover {
	color:#fc8800;
}

#content ul li {
	font-size:1.1em;
	margin:1.2em 0 1.2em 20px;
	line-height:1.5em;
}

h1 {
	font:2.3em Georgia, "Times New Roman", Times, serif;
	color:#088f6c;
}

h2 {
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color:#088f6c;
}

p {
	font-size:1.1em;
	margin:1.2em 0;
	line-height:1.6em;
}

.out-box {
	width:490px;
	padding:0 0 23px 22px;
}

.in-box {
	width:512px;
	background:url(../images/inbox-bg.gif) repeat-y;
}

.in-box-top {
	height:18px;
	background:url(../images/site-bg-top.gif) no-repeat;
}

.in-box-middle {
	width:490px;
	padding:0 0 0 22px;
}

.in-box-bottom {
	height:8px;
	background:url(../images/site-bg-bottom.gif) no-repeat left bottom;
}

.img-left {
	float:left;
	width:126px;
	padding-right:15px;
}

.img-right {
	float:right;
	width:126px;
	padding-left:15px;
}

.img-aktuelles {
	float:left;
	display:block;
	width:126px;
	margin-right:15px;
	border:4px solid #dbdbdb;
}

.img-aktuelles img {
	border:0;
}

/*----------------------------------------------------
// Navigation
/----------------------------------------------------*/

#navigation {
	width:256px;
	padding:44px 0 250px 0;
	background:url(../images/navigation-bg.gif) no-repeat;
}

#navigation ul {
	list-style:none;
	border-bottom:1px solid #dad7d7;
}

#navigation ul li {
	list-style:none;
	border-top:1px solid #dad7d7;
	border-bottom:1px solid #f8f8f8;
}

#navigation ul li a {
	display:block;
	width:256px;
	font-size:1.2em;
	line-height:1.9em;
	color:#666;
	text-decoration:none;
	text-indent:30px;
}

#navigation ul li a.active {
	display:block;
	width:256px;
	font-size:1.2em;
	line-height:1.9em;
	color:#fff;
	background:#088f6c;
	text-decoration:none;
	text-indent:30px;
}

#navigation ul li a:hover {
	color:#fff;
	background:#088f6c;
}

/*----------------------------------------------------
// Footer
/----------------------------------------------------*/

#footer {
	clear:both;
	position:relative;
	height:117px;
	background:url(../images/footer-bg.gif) no-repeat;
}

#footer a {
	text-decoration:none;
	color:#9e9e9e;
}

#footer a.active {
	text-decoration:underline;
	color:#088f6c;
}

#footer a:hover {
	text-decoration:underline;
	color:#088f6c;
}

#banner {
	display:block;
	width:189px;
	height:186px;
	position:absolute;
	top:-35px;
	left:-60px;
}

#left-foot {
	float:left;
	width:380px;
	padding:0 0 0 150px;
}

#right-foot {
	float:right;
	width:225px;
	padding:0;
}

html>body #banner {
	background:url(../images/banner.png) no-repeat;
}

#footer p {
	line-height:1.4em;
}

p.footer {
	color:#2a2a2a;
}

