@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	background-image: url(../images/top_bg.gif);
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #493524;
	text-align: center;
}

td {
	font-size: 9pt;
}

p {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 5px;
}	

a:link {
	color: #493524;
	text-decoration: none;
}

a:active {
	color: #493524;
	text-decoration: none;
}

a:visited {
	color: #493524;
	text-decoration: none;
}

a:hover {
	color: #97D6D5;
	text-decoration: none;
}

#wrapper {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4CCBDD;
	border-left-color: #4CCBDD;
}

#header {
	height: 120px;
	background-image: url(../images/top_grey.gif);
	background-repeat: no-repeat;
}

#toplinks {
	height: 28px;
	line-height: 28px;
	margin: 10px 0 10px 0;
	background-color: #28231E;
	background-image: none;
	background-repeat: repeat;
}

ul.toplinkslist {
	margin: 0;
	padding: 0;
}

ul.toplinkslist li {
	margin-left: 30px;
	margin-right: 30px;
	display: inline;
	list-style-type: none;
	letter-spacing: 0px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
}

ul.toplinkslist li a:link {
	color: #FFFFFF;
}

ul.toplinkslist li a:active {
	color: #FFFFFF;
}

ul.toplinkslist li a:visited {
	color: #FFFFFF;
}

ul.toplinkslist li a:hover {
	color: #97D6D5;
}

#contentwrapper {
	padding: 10px;
	min-height: 250px;
}

.contentleft {
	vertical-align: top;
	margin-right: 10px;
	text-align: justify;
}

.contentleft a:link {
	color: #4CCBDD;
	text-decoration: none;
	font-weight: bold;
}

.contentleft a:active {
	color: #4CCBDD;
	text-decoration: none;
	font-weight: bold;
}

.contentleft a:visited {
	color: #4CCBDD;
	text-decoration: none;
	font-weight: bold;
}

.contentleft a:hover {
	color: #FF9900;
	text-decoration: none;
}

.contentright {
	text-align: justify;
	vertical-align: top;
	width: 250px;
}

.contentright p {
	text-align: center;
}

.contentright img {
	border: 1px solid #493524;
}

.spacercell {
	width: 20px;
}

span.viewmore {
	text-align: right;
	font-weight: bold;
	float: right;
}

h1 {
	color: #493524;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	border-bottom: 1px dotted #97D6D5;
	line-height: 175%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
}

h5 {
	color: #493524;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	border-bottom: 1px dotted #97D6D5;
	line-height: 175%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	color: #F1687C;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	line-height: 175%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
}

h2.contentheading {
	font-size: 16pt;
	font-family: Garamond, Georgia, Century;
	color: #3FADD3;
	letter-spacing: 0.05em;
	margin: 0;
	margin-bottom: 13px;
	font-weight: normal;
}

#bottomcontent {
	background-image: url(../images/sitebg.gif);
	padding: 10px;
	margin: 10px 0 10px 0;
}

.leftbottom {
	vertical-align: top;
	background-image: url(../images/footerbg.gif);
	width: 270px;
	font-size: 8pt;
}

.rightbottom {
	vertical-align: top;
		background-image: url(../images/footerbg.gif);
	width: 270px;
	font-size: 8pt;
}

.rightbottom a:active {
	color: #4CCBDD;
	text-decoration: none;
}

.rightbottom a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #4CCBDD;
}


.centerbottom {
	vertical-align: top;
		background-image: url(../images/footerbg.gif);
	width: 270px;
	font-size: 8pt;
}

.centerbottom a:active {
	color: #4CCBDD;
	text-decoration: none;
}

.centerbottom a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #4CCBDD;
}

#bottomcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#bottomcontent ul li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	padding-left: 8px;
	text-align: left;
}

#footer {
	border-top: 1px dotted #56402C;
	padding-top: 5px;
	font-size: 7pt;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

.footerleft {
	text-align: center;
}

.footerright {
	float: right;
	width: 60%;
	text-align: right;
}

.footerclear {
	clear: both;
}

img { border: none; } 

p.buttonheading {
	text-align:right;
	width: 100%;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:170%;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}

.componentheading {
	display: none;
}

.display {
	display: none;
}

table.weblinks {
	border: none;
	margin-top: 0;
}

tr.sectiontableentry1 {
	border: none;
}

tr.sectiontableentry2 {
	border: none;
}
.slider_image {
	float: left;
}

