@charset "utf-8";
/* CSS Document */

/*** CSS RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background:				url(img/head_bg.jpg) repeat-x;
	font-family:			Arial, Helvetica, sans-serif;
}

#wrapper {
	width:					950px;
	margin:					0 auto;
}

h1 {
	font-size:				35px;
	color:					#01632f;
	font-weight:			bold;
}

/*** Head ***/

#head {
	width:					950px;
	height:					121px;
	margin:					35px auto;
}

#head ul {
	margin-top:				20px;
	float:					right;
}

#head li {
	list-style-type:		none;
	display:				inline;
	font-weight:			bold;
	font-size:				15px;
	padding-left:			25px;
}

#head a {
	text-decoration:		none;
	color:					#636363;
}

#head a:hover {
	border-bottom:			solid 2px #01632f;
}

/*** Main Content ***/

#main {
	width:					950px;
	margin:					0 auto;
	color:					#636363;
	font-size:				13px;
	float:					left;
	border-bottom:			solid 1px #cecece;
}

#main a {
	color:					#636363;
	text-decoration:		none;
	border-bottom:			solid 2px #01632f;
	font-weight:			bold;
}

#main p {
	line-height:			20px;
	padding-bottom:			20px;
}

.welcometext {
	margin-top:				30px;
	width:					350px;
	float:					left;
}

.welcomeimage {
	float:					right;
}

/*** Footer ***/

#footer {
	width:					950px;
	margin:					0 auto;
	padding-top:			10px;
	font-size:				11px;
	color:					#999;
	float:					left;
}

#footer p {
	float:					left;
}

#footer .imprint {
	float:					right;
}

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

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

