body {
	background: url('bg_body1.jpg') top center repeat-y;
	padding: 0;
	margin: 0;
	font: 12px Verdana;
	height:101%;
}

html {
	height:101%;
}

.border_img { 
	border-top: 2px solid #7e2a85;
	border-right: 2px solid #7e2a85;
	border-bottom: 2px solid #7e2a85;
	margin: 0px 10px 5px -20px; 
	margin-right: 10px;
}
			  
div#wrapper {
	width: 567px;
	position: relative;
	left: 50%;
	margin-left: -283px;
	background: #ffffff;


}

div#header {
	background: #ecdcec url('bg_header.jpg') top left no-repeat;
	padding-top: 186px;
	text-align: center;
}

div#header ul {
	padding: 0;
	margin: 0;
	padding: 2px;
}

div#header ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	padding: 0 5px 0 5px;
}

div#header ul li a {
	color: #7e2a85;
	text-decoration: none;
}

div#main {
	position: relative;
}

div#header_pic {
	width: 415px;
	height: 88px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 20px;
}

div#header_pic h1 {
	width: 0px;
	overflow: hidden;
}

div#content {
	padding-top: 20px;
	padding-bottom: 20px;
    min-height: 480px;
	margin-left: 20px;
	margin-right: 200px;
}

div#content a[href] {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid black;
}

div#content a.gallery_img {
	background: black;
	border: 1px solid #black;
	padding: 2px;
	display: block;
	float: left;
	margin: 2px;
	padding-bottom: 0;

	text-align: center;
	opacity: 0.8;
}

div#content a.gallery_img:hover {
	opacity: 1;
}

div#content a.gallery_img img {
	border: 0;
}

div#content fieldset {
	margin-top: 10px;
}

p#page_heading {
	border-bottom: 1px dotted black;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -3px;
}

div#short_news {
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	height: 88px;
	background:#7E2A85 url(news_upper_corner.gif) no-repeat left top;
	color: #ffffff;
	line-height: 1em;
}

div#short_news h4,
div#short_news p {
	margin: 0;
}

div#short_news .news_entry {
	padding: 0;
}

div#short_news a {
	color: #ffffff;
}

div#short_news div {
	background: url(news_lower_corner.gif) no-repeat left bottom;
	height: 68px;
	padding: 10px;
	overflow: hidden;
}

div#short_news div p {
	padding: 0;
	margin: 0;
}

div#sidebar {
	position: absolute;
	right: 0;
	top: 122px;
	width: 145px;
}

div#news {
	background: url(bg_side_news.jpg) repeat top left;
	width: 125px;
	padding: 10px;
	color: #5c5c5c;
	letter-spacing: -1px;
	position: relative;
}



div#sponsor {
	width: 125px;
	color: #5c5c5c;
	padding-right: 20px
	padding-top: 10px;
	position: relative;
}

div#news p#head {
	position: absolute;
	top: -5px;
	left: 0px;
	font-size: 10px;
	color: #7E2A85;
	font-weight: bold;
	text-transform: lowercase;
}

div#news h4,
div#news p {
	margin: 0;
	padding: 0;
}

div#news p.readon_link {
	padding-bottom: 20px;
}

div#sponsor p#head {
	position: absolute;
	top: -18px;
	left: 0px;
	font-size: 10px;
	color: #7E2A85;
	font-weight: bold;
	text-transform: lowercase;
	background-color:#FFFFFF;
}

div#footer {
	background-color: #7E2A85;
	color: #ffffff;
	text-align: center;
	clear: both;
	margin-top: 10px;
	border:1px solid #ffffff;
	padding: 3px;
	font-size: 10px;
}

div#footer ul {
	padding: 0;
	margin: 0;
}

div#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0 5px 0 5px;
}

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


/* Formular-Klassen */
td.field_title {
	width: 100px;
}

input.textfield,
input.email {
	width: 266px;
}

textarea.textarea {
	width: 266px;
}

div.newsletter input[type=text] {
	width: 340px;
}

h3 { color:#7e2a85; }
h4 { padding-bottom: 10px;
     padding-top: 3px; }
h5 { color:#7e2a85; }



