html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
}

body {
	color: #333;
	background: #fafafa url("../images/img01_3.jpg") 0 0 repeat-x;
	line-height: 1.6;
	font-family: Verdana, sans-serif;
	font-size: 72%
}

/* TYPOGRAPHY */
p,ul,ol {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	background: url("../images/img10.gif") repeat-x left bottom;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 126%
}

h4 {
	font-size: 116%
}

h5 {
	font-size: 106%
}

h6 {
	font-size: 96%
}

a,a:link,a:link,a:link,a:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer
}

a:link {
	color: #f30
}

a:visited {
	color: #f30
}

a:hover,a:active {
	color: #f30;
	text-decoration: underline
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

TD {
	font: 80%/ 1.6 Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* Header */
#header {
	width: 840px;
	height: 70px;
	margin: 0 auto;
	background: url("../images/banner_3.jpg") 0 0 no-repeat;
}

#logo {
	float: left;
}

#logo h1 {
	display: none;
}

/* NAVIGATION */
#navcontainer {
	width: 840px;
	height: 20px;
	margin: 0 auto 18px auto;
	padding: 0;
	background-image: url("../images/ver_2_2.jpg");
	background-repeat: repeat-x left top;
	background-position: 0 1px;
}

#navcontainer ul {
	
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	float: left;
	background-image: url("../images/ver_2_2.jpg");
	background-repeat: repeat-x;
	padding: 3px 32px;
	text-decoration: none;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #A3AEB6;
	border-bottom: 1px solid #95A0AB;
	color: #373739;
	font-weight: 600;
	font-size: 95%	
}

#navcontainer ul li a:hover {
	color: #c00;
	background-image: url(../images/ver_2_4.jpg);
	background-repeat: repeat-x;
}

#navcontainer li a#active {
	color: #f30;
	background-image: url(../images/ver_2_4.jpg);
	background-repeat: repeat-x;
}

#navcontainer li a#current {
	color: #f30;
}

/* Page */
#page {
	width: 840px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 560px;
}

/*		#content img {
			border-bottom: 10px solid #dcdcdc;	
			} */ /* Sidebar */
#sidebar {
	float: right;
	width: 240px;
}

/* Boxes */
.box {
	margin-bottom: 1em;
	/*background: url("../images/img01_4.jpg") repeat-x left bottom;*/
	background: #fafafa;
	border: 1px solid #dcdcdc;
}

.box h1,h2,h3 {
	margin: 0;
	padding: 0 1em;
}

.box p {
	margin-bottom: 1em;
	padding: 0 1.5em;
}

.box h1,h3 {
	margin: 1px;
	padding-top: 10px;
	height: 26px;
	background: url("../images/ver_2_3.jpg") repeat-x;
	border-bottom: 1px solid #dcdcdc;
}

.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 0 1.5em;
	background: url("../images/ver_2_4.jpg") repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
	/*	list-style-image: url("../images/punkt.png");*/
}

.box a {
	text-decoration: none;
}

.box a:hover {
	color: #C00;
}

.box2 {
	color: #555;
}

.box2 h4 {
	background: url("../images/img03.gif") repeat-x left bottom;
	padding: 0 1.3em;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link,.box2 a:hover,.box2 a:active,.box2 a:visited {
	color: #555;
	padding: 0 1.5em;
	font-size: smaller
}

/* Footer */
#footer {
	padding: 20px 0 0 0;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 840px;
	margin: 0 auto;
	background: url("../images/img01_5.jpg") repeat-x left bottom;
	border: 1px solid #dcdcdc;
	height: 100px;
	min-height: 100px;
	font: 90%/ 1.6 Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#legal {
	clear: both;
	padding: 1em 0 0 0;
	text-align: center;
	font: 80%/ 1.6 Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

#legal a {
	color: #666;
}

#fbox1,#fbox2,#fbox3 {
	float: left;
}

#fbox1 {
	width: 230px;
}

#fbox2 {
	width: 230px;
	padding-left: 70px;
}

#fbox3 {
	width: 230px;
	padding-left: 70px;
}

#fbox1 p {
	margin-bottom: 1em;
	padding: 0 1.5em;
}

#fbox2 p {
	margin-bottom: 1em;
	padding: 0 1.5em;
}

#fbox3 p {
	margin-bottom: 1em;
	padding: 0 1.5em;
}

/* Search */
#search {
	
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url("../images/img08.gif") repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}
