body, p, h1, h2, h3, a, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

p {
	color: #333333;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a.button {
	width: 194px;
	text-align: center;
	background-image: url(images/deco_back_button.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #999999;
	display: block;
	margin-left: 30px;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 11px;
}

a.button:hover {
	background-image: url(images/deco_back_button_hover.png);
	color: #666666;
}

div#counter a {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
	margin-right: 5px;
}

a#facebook_link {
	display: block;
	padding: 6px 0px 0px 40px;
	margin: 0px 0px 0px 10px;
	height: 21px;
	color:#666666;
	font-size:11px;
	text-decoration: none;
	background-image: url(images/deco_back_facebook.png);
	background-repeat: no-repeat;	
}

div#counter a:hover {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	background-image: url(images/deco_back_repeat_oben.jpg);
	background-repeat: repeat-x;
}

div#wrapper {
	text-align: center;
}


div#banner_utilities {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 36px;
	text-align: right;
	vertical-align: middle;
}

div#banner_header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 90px;
	background-image: url(images/deco_back_header.jpg);
	background-repeat: no-repeat;
}

input.login {
	background-color: #999999;
	border: 1px solid #cccccc;
	color: #ffffff;
	font-size: 11px;
	padding-left: 5px;
}

input#search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 11px;
	padding-left: 5px;
}

input.button {
	background-color: #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #666666;
	font-size: 11px;
}

#a_logout {
	color: #ffffff;
}

#a_logout:hover {
	color: #ff0000;
	text-decoration: underline;
}


div#wrapper_links {
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

div#back_links {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#back_links ol {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#back_links li {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #cccccc;
	font-size: 19px;
	font-weight: bolder;
}

div#back_links2 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#back_links2 ol {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#back_links2 li {
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #cccccc;

}

div#back_links a {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
}

div#back_links2 a {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

div#back_links a:hover {
	text-decoration: none;
	color: #ff0000;
}

div#back_links a:active {
	text-decoration: none;
	color: #ff0000;
}



div#back_links2 a:hover {
	text-decoration: none;
	color: #ff0000;
}

div#wrapper_content_m {
	background-image: url(images/deco_back_repeat_content_m.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#wrapper_content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/deco_back_repeat_wrapper_m.png);
	background-repeat: repeat-y;
}


div#back_content {
	text-align: left;
	width: 640px;
	float: left;
}

input.input {
	margin-left: 30px;
	font-size: 13px;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 2px;
}

textarea.input {
	margin-left: 30px;
	font-size: 13px;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 2px;
}


h1#schlagzeile {
	font-size: 21px;
	color: #999999;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 30px;
}

h1#schlagzeile a {
	color: #999999;
}

h1#schlagzeile a:hover {
	color: #666666;
	text-decoration: underline;
}

div#back_content p {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

div#back_content p a {
	color: #ff0000;
}

div#back_content p a:hover {
	text-decoration: underline;
}

div#back_content em {
	color: #666666;
	font-weight: bolder;
	font-style: normal;
}

div#back_content p em {
	font-style: oblique;
	font-weight: normal;
}

span#einl {
	color: #999999;
}

div.clear_content {
	clear:both; 
	border-bottom: 1px solid #cccccc; 
	margin-left: 30px; 
	margin-right: 30px; 
	margin-bottom: 20px; 
	height: 20px;
}


h1.uebersicht {
	background-color: #666666;
	color: #ffcc33;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	display: inline;
}

h1.uebersicht a {
	color: #ffcc33;
}

h1.uebersicht a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#back_info {
	text-align: left;
	width: 318px;
	float: right;
}

div.banner {
	margin-left: 10px;
	margin-top: 20px;
}

div#back_info h1 {
	margin-top: 10px;
	margin-left: 30px;
	color: #000000;
	font-size: 13px;
}

div#back_info h2 {
	margin-left: 30px;
	color: #ffcc33;
	font-size: 15px;
}

div#back_info p {
	margin-left: 30px;
	margin-right: 40px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

div#back_info a:hover {
	text-decoration: underline;
}

em {
	font-style: oblique;
}

.img_thumb {
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	border: 1px solid #999999;
}

div#banner_bottom {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
	background-image: url(images/deco_back_repeat_unten.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	width: 100%;
}

div#banner_utilities_bottom {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#banner_utilities_bottom p {
	color: #666666;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	padding-top: 27px;
	margin-bottom: 30px;
}

div#banner_utilities_bottom p a {
	color: #ff6600;
}

div#banner_utilities_bottom p a:hover {
	text-decoration: underline;
}

div#banner_bottom_sparten {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

p.banner_bottom_sparten_l {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bolder;
	color: #cccccc;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/deco_border_sparten_bottom.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

p.banner_bottom_sparten_r {
	float: right;
	width: 785px;
	text-align: left;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.banner_bottom_sparten_r a {
	color: #cccccc;
}

p.banner_bottom_sparten_r a:hover {
	color: #ffffff;
	text-decoration: underline;
}


p.banner_bottom_sparten_l a {
	color: #ffffff;
}

p.banner_bottom_sparten_l a:hover {
	color: #ff0000;
	text-decoration: underline;
}