body {
	background: url(images/bg.gif);
	font: 11px "Lucida Grande", Verdana, Arial, sans-serif; 
	color: #3f4c52;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 15px;
	line-height: 2;
}

#main {
	margin: 0 auto;
	margin-top: 30px;
	width: 844px;
}

#head {
	padding-left: 60px;
	padding-top: 8px;
	height: 86px;
	background: url(images/head.gif);
}

#langchoice {
	float: right;
	margin-top: 29px;
	margin-right: 61px;
	font-size: 20px;
	color: #888;
}

#langchoice a {
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 10px;
	height: 25px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px dotted #999;
}

#langchoice a:hover {
	color: #fff;
}

#langchoice #lang_de {
	background-image: url(images/lang_de.png);
}

#langchoice #lang_en {
	background-image: url(images/lang_en.png);
}

#langchoice #lang_fr {
	background-image: url(images/lang_fr.png);
	border: none;
}

#langchoice #lang_de:hover {
	background-image: url(images/lang_de_h.png);
}

#langchoice #lang_en:hover {
	background-image: url(images/lang_en_h.png);
}

#langchoice #lang_fr:hover {
	background-image: url(images/lang_fr_h.png);
}

#nav {
	height: 29px;
	background: url(images/nav_bg.gif) no-repeat;
}

#nav #nav_left {
	float: left;
	height: 29px;
	width: 62px;
	background: url(images/nav_left.gif) no-repeat;
}

#nav #nav_home {
	float: left;
	height: 29px;
	width: 143px;
	background: url(images/nav_home.gif) no-repeat;
}

#nav #nav_webseiten {
	float: left;
	height: 29px;
	width: 144px;
	background: url(images/nav_websites.gif) no-repeat;
}

#nav #nav_print {
	float: left;
	height: 29px;
	width: 143px;
	background: url(images/nav_print.gif) no-repeat;
}

#nav #nav_corpdes {
	float: left;
	height: 29px;
	width: 144px;
	background: url(images/nav_corpdes.gif) no-repeat;
}

#nav #nav_kontakt {
	float: left;
	height: 29px;
	width: 144px;
	background: url(images/nav_kontakt.gif) no-repeat;
}

#nav #nav_right {
	float: left;
	height: 29px;
	width: 64px;
	background: url(images/nav_right.gif) no-repeat;
}

#nav #nav_home:hover {
	background: url(images/nav_home3.gif) no-repeat;
}

#nav #nav_webseiten:hover {
	background: url(images/nav_websites3.gif) no-repeat;
}

#nav #nav_print:hover {
	background: url(images/nav_print3.gif) no-repeat;
}

#nav #nav_corpdes:hover {
	background: url(images/nav_corpdes3.gif) no-repeat;
}

#nav #nav_kontakt:hover {
	background: url(images/nav_kontakt3.gif) no-repeat;
}

#nav #nav_home .active {
	background: url(images/nav_home2.gif) no-repeat;
}

#nav #nav_webseiten .active {
	background: url(images/nav_websites2.gif) no-repeat;
}

#nav #nav_print .active {
	background: url(images/nav_print2.gif) no-repeat;
}

#nav #nav_corpdes .active {
	background: url(images/nav_corpdes2.gif) no-repeat;
}

#nav #nav_kontakt .active {
	background: url(images/nav_kontakt2.gif) no-repeat;
}


#content {
	background: url(images/content.gif) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	clear: both;
	float: none;
}

#content #c_left {
	float: left;
	width: 450px;
	font-size: 15px;
	background: url(images/content_border.gif) right top no-repeat;
	padding-left: 23px;
	padding-right: 31px;
	padding-top: 5px;
	height: 440px;
	overflow: auto;
}


#content #c_left2 {
	float: left;
	width: 450px;
	font-size: 11px;
	background: url(images/content_border.gif) right top no-repeat;
	padding-left: 23px;
	padding-right: 31px;
	padding-top: 5px;
	height: 440px;
}

#content #c_right {
	float: left;
	width: 206px;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 23px;
	padding-top: 5px;
	min-height: 440px;
}

#content #c_right p img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

#foot {
	clear: both;
	background: url(images/foot.gif);
	height: 63px;
}
