html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
html, body {
	height: 100%;
	text-align:center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}
#box{
	width:592px;
	text-align:left;
/*	position: relative; /* Footer orientiert sich am Elternelement #box und scrollt mit. */
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-image: url(images/box_bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height:220px;
	background-image: url(images/head.jpg);
	background-position: 6px 0px;
	background-repeat: no-repeat;
}
#topline {
	background-image: url(images/topline_bg.jpg);
	height: 48px;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 14px;
	line-height: 46px;
}
#left_frame{
	background-color: #FFFFFF;
	padding: 8px;
	margin-right: 130px;
	margin-left: 14px;
	background-image: url(images/left_frame_bg.gif);
	background-repeat: repeat;
}
#right_frame {
	float: right;
	margin-right: 14px;
	width: 100px;
	background-color: #F2F2F2;
	position: relative;
	top: -16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#footer {
	margin-left: 14px;
	margin-top: 8px;
	padding-bottom:8px;
	
}
/* Formatierung Absatz */
p {
	background-color: #FFFFFF;
	text-align: justify;
	padding: 8px;
}
/* Formatierung Linie */
hr {
	height: 1px;
	border: 0;
	background: #CCCCCC;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 4;
	margin-left: 8px;
 }
/* Formatierung Bild */
#bild {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* Hyperlink-Anweisungen */
a {
	color: #4b4cfe;
	text-decoration: none;
	}
a:visited {
	color: #4b4cfe;
	}
a:hover {
	color: #4b4cfe;
	text-decoration: underline;
}
/* Überschriften-Formatierungen */
h1, h2 {
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #4b4cfe;
	padding-top: 8px;
	background-image: url(images/h1_bg.gif);
	background-position: 8px 26px;
	background-repeat: no-repeat;
	line-height: 20px;
	letter-spacing: -2px;
	}

h2 {
	font-weight: normal;
}

/* TOP MENÜ Menü-Formatierungen */
#topline li {
	padding:0px;
	float: left;
	list-style-type: none;
}

#topline a {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
}
#topline a:hover {
	background-position: 0px -40px;
	background-repeat: no-repeat;
}
/* TOP MENÜ Definition der Hintergrundbilder der einzelnen Menüpnkte */
li#news a {
	background-image: url(images/navi_topline_news.png);
	width: 108px;
}
li#archiv a {
	background-image: url(images/navi_topline_archiv.png);
	width: 44px;
}
li#gaestebuch a {
	background-image: url(images/navi_topline_gaestebuch.png);
	width: 162px;
}
li#kontakt a {
	background-image: url(images/navi_topline_kontakt.png);
	width: 53px;
}
li#eventpics a {
	background-image: url(images/navi_topline_eventpics.png);
	width: 117px;
}
li#about a {
	background-image: url(images/navi_topline_about.png);
	width: 89px;
}


/* RECHTES MENÜ Menü-Formatierungen */

#right_frame ul {
	list-style-type: none;
}

#right_frame a {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
}

#right_frame a:hover {
	background-position: 0px -40px;
	background-repeat: no-repeat;
}

/* RECHTES MENÜ Definition der Hintergrundbilder der einzelnen Menüpnkte */
li#mainpage a {
	background-image: url(images/navi_right_mainpage.png);
}
li#profile a {
	background-image: url(images/navi_right_profile.png);
}
li#portfolio a {
	background-image: url(images/navi_right_portfolio.png);
}
li#gallery a {
	background-image: url(images/navi_right_gallery.png);
}
li#interactive a {
	background-image: url(images/navi_right_interactive.png);
}
li#mainpage_a a {
	background-image: url(images/navi_right_mainpage.png);
	background-position: 0px -40px;
}
li#profile_a a {
	background-image: url(images/navi_right_profile.png);
	background-position: 0px -40px;
}
li#portfolio_a a {
	background-image: url(images/navi_right_portfolio.png);
	background-position: 0px -40px;
}
li#gallery_a a {
	background-image: url(images/navi_right_gallery.png);
	background-position: 0px -40px;
}
li#interactive_a a {
	background-image: url(images/navi_right_interactive.png);
	background-position: 0px -40px;
}