/* Global */
* { padding: 0; margin: 0; color: #646464; font-family: Verdana, Arial, Times; font-size: 12px; }
.clearer { clear: both; }
h1,h2,h3,h4,h5 { padding-bottom: 10px; }
h1 { color: #373737; font-size: 16px; font-weight: normal; line-height: 22px; }
h2 { font-size: 17px; line-height: 20px; }
h3 { font-size: 15px; line-height: 20px;}
p { margin-bottom: 15px; }
li { margin-left: 18px;}

/* Page */
body {
	background: #ebf2fa url(../img/background-page.gif) top left repeat-x;
}
#page {
	width: 792px;
	margin: 0 auto;
	border-left: 3px solid white;	
	padding-right: 4px;
	background: url(../img/border-right.gif) repeat-y top right;
}

/* Meta Part */
#meta-part {
	height: 49px;
	width: 792px;
	margin: 0 auto;
}
#meta-nav {
	float: right;
	width: 370px;
	padding-top: 18px;
}
#meta-part table.meta-nav tr td img {
	float:left;
	margin-right:4px;
}
#meta-part table.meta-nav tr td a {
	color:#5A5C5B;
	display:block;
	float:left;
	font-size:11px;
	text-decoration:none;
	vertical-align:top;
}
#search {
	float: right;
	padding-top: 15px;
}
#search input {
	background-color: white;
	width: 70px;
	border: 0;
	height: 15px;
	font-size: 11px;
}
#search input.searchfield {
	background-color: white;
	border: 1px solid #c5c5c5;
	padding: 2px;
	height: 13px;
	width: 150px;
}

/* Header */
#header {
	height: 117px;
}
#logo-venu {
	background: #ACCCA5 url(../img/logo-venu.jpg) no-repeat 25px 34px;
	width: 179px;
	margin-right: 3px;
	height: 117px;
	float: left;
	text-indent: -9999px;
}
#logo-edge {
	background: #C3D8DB url(../img/logo-edge.jpg) no-repeat 27px 35px;
	width: 179px;
	height: 117px;
	margin-right: 3px;
	float: left;
	text-indent: -9999px;
}
#emo-wrap {
	float: left;
}

/* Menu Top */
#top-nav {
	height: 25px;
	float: right;
}
#top-nav table {
	width: 611px;
}
#top-nav table tr td { height: 25px; text-align: center; border-top: 1px solid #cbd7cc; border-bottom: 1px solid #cbd7cc; border-left: 1px solid white; }
#top-nav table tr td a {
	display: block;
	height: 21px;
	padding-top: 4px;
	text-decoration: none;
	background-color: #b6d1b2;
}
#top-nav table tr td a:hover,
#top-nav table tr td.active a {
	display: block;
	background-color: #f7fbfe;
}
#top-nav table tr td.info {
	width: 167px;
	border-right: 2px solid white;
	border-left: 0;
	text-align: left;
	padding-left: 12px;
	font-size: 11px;
	font-style: italic;
	background: #c2d7dc url(../img/background-content.gif) repeat-y top left;
	border-bottom: 1px solid #dfedf0;
}

/* Content */
#body-wrap { background: #fff url(../img/background-content.gif) repeat-y left top; margin-top: 3px; }
#body-frame {
	width: 179px;
	float: left;
}
.min-height {
	width: 1px;
	height: 350px;
	float: left;
}
#content-part-wrapper {
	float: right;
	width: 612px;
}

/* Sitebar*/
#body-frame ul,
#body-frame ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#body-frame ul a { color: #506875; border-top:1px solid #99b8ba; border-bottom: 1px solid #dfedf0; display:block; padding:6px 10px; text-decoration:none; }
#body-frame ul li a:hover,
#body-frame ul li.active a {
	background-color: #f7fbfe;
}




/* Main Content */
#content-left,
#content-right { display: none; }

#content-center {
	padding: 25px;
	line-height: 19px;
}



/* Footer */
#footer {
	margin:0pt auto;
	width:796px;
	background: url(../img/border-footer.gif) no-repeat top left;
}
#footer p {
	text-align: center;
	color: #505050;
	font-size: 11px;
	padding-top: 15px;

}
#footer p a {
	color: #717171;
	text-decoration: none;
	font-size: 11px;
}


/* Kontakt Form */
fieldset.csc-mailform {
	border: 0px solid black;	clear: both;
}
div.csc-mailform-field {
	padding-top: 5px;
	clear: both;
}
fieldset.csc-mailform label {
	display: block;
	float: left;
	width: 140px;
}
fieldset.csc-mailform input {
	float: left;
}










