/**************/
/* Allgemein */

body {
	background-image:url(images/bg_page.gif); 
	background-repeat:repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px; 
	line-height:16px;
	color:#848889;
	background-color:#ffffff;
	text-align:center;
	margin:10px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px; 
	line-height:16px;
	color:#848889;
}

/***********************/
/* Schriftdefinitionen */

H1,H2,H3,H4,H5,H6 {font-weight:normal;}
H1 {font-size:26px; color:#0075b0;} 
H2 {font-size:15px; color:#0075b0; font-weight:bold;}
H3 {font-size:15px; color:#666666; font-weight: bold;}
H4 {font-size:18px; line-height:20px; color:#81FF25;}
H5 {font-size:11px; line-height:14px;}
H6 {font-size:9px; line-height:12px; color:#999999;}

/***********************/
/* Container-Definitionen */

#website {
	width:778px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
		border: 1px solid #CCCCCC; 
}

#title {
	height:125px;
	background-color:#ffffff;
	border-bottom: solid #CCCCCC 1px; 
}

#content {
	border: solid #CCCCCC; 
	border-width: 0px 0px 0px 0px; 
	width:540px;
	float:left;
	background-color:#ffffff;
	padding-right:25px;
	padding-left:25px;
}

#right {
	width:170px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	background-color:#ffffff;
	border-left: 1px solid #CCCCCC;
}

.img_left {
 margin-right:15px;
}

.img_right {
 margin-left:15px;
}

#button a {
	background-image:url(images/butt_email.gif); 
	background-repeat:no-repeat; 
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:22px;
	padding-right:22px;
}

#button a:hover {
	background-image:url(images/butt_email_hover.gif); 
	background-repeat:no-repeat; 
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}


/* Linkformatierungen Navigation */

a:link, a:visited { 
	font-size : 13px; 
	color:#59b224;
	text-decoration:none;
	font-weight:normal;
}

a:hover { 
	color:#59b224;
	font-weight:normal;
	text-decoration:underline;
}

a:active { 
	color:#CD151D;
	font-weight:normal;
	text-decoration:none;
}
