/* YOU FOUND THE STYLESHEET*/
/* Copyright by Kristin Switalski*/
/* www.altenbergerhof.at*/

@import url("guestbook.css");


body{
margin-top: 15;
padding: 0;
font-family: Tahoma, Arial, Verdana; 
font-size: 11pt;
text-align: center;
background-image: url(../images/bg.png);
background-repeat: x-repeat;
}

table{
margin: 0;
padding: 0;
font-family: Tahoma, Arial, Verdana; 
font-size: 11pt;
border-collapse: collapse;
}

table .bodytext{
margin: 0 10px 0 0;
padding: 0;
}

th, td, tr{
border-spacing:5px;
}

div{
margin: 0;
padding: 0;
text-align: left;
}

img{
border: 0;
}


a{
text-decoration: underline;
color: #003304;
}

a:hover{
text-decoration: underline;
}

div.puffer{
height: 10px;
width: 1px;
}

div#container{
padding: 15px 0 0 15px;
margin: 0 auto;
width: 810px;
background-color: #FFFFFF;
text-align: center;
}

div#main{
background-color: #003304;
margin: 0 auto;
width: 788px;
}

div#main_top{
/*background-image: url(../images/main_top_shadow.png);
background-repeat: no-repeat;*/
background-color: FFFFFF; 
width: 770px;
height: 7px;
}

div#main_bottom{
background-color: #ffffff;
margin: 0 auto;
width: 810px;
height: 15px;
}

div#main_left{
width: 238px;
float: left;
height: 100%;
background-color: #003304;
}

div#main_right{
/*width: 550px;*/
width: 550px;
float: left;
background-color: #ffffff;
background-image: url(../images/bg_content.png);
background-repeat: x-repeat;
}

div#logo{
width: 100%;
height: 159px;
background-color: #ffffff;
padding-bottom: 15px;
}

div#navigation{
width: 100%;
color: #ffffff;
background-color: #003304;
}

div#news{
width: 100%;
color: #ffffff;
background-color: #003304;
height: 100%;
padding-top: 20px;
}

div#siteimage{
width: 550px;
height: 245px;
padding: 40px 0 0px 13px;
background-image: url(../images/bg_siteimage.png);
background-repeat: no-repeat;
}

div#content{
background-color: #ffffff;
padding: 0 36px 15px 15px;
background-image: url(../images/bg_content.png);
background-repeat: x-repeat;
min-height: 590px;

}



/* NAVIGATION */

ul.nav_ebene1, ul.nav_ebene2{
margin: 0;
padding: 0;
}

ul.nav_ebene1 li, ul.nav_ebene2 li{
list-style-type: none;
display: inline;
}

ul.nav_ebene1 li a, ul.nav_ebene2 li a{
text-decoration: none;
color: #ffffff;
display: block;
height: 15px;
background-color: #003304;
font-weight: bold;
padding: 3px 0 3px;
}

ul.nav_ebene1 li a, ul.nav_ebene1 li.hassub{
padding-left: 10px; 
text-align: left;
}

ul.nav_ebene1 li.hassub{
font-weight: bold;
}

ul.nav_ebene2{
border-top: 2px solid #ffffff;
padding-bottom: 10px;

font-size: 10pt;
}

ul.nav_ebene2 li a{
text-decoration: none;
padding-left: 25px; 
text-align: left;
}

ul.nav_ebene1 li a:hover, ul.nav_ebene2 li a:hover, 
ul.nav_ebene1 li.active a,
ul.nav_ebene2 li.child_active a{
text-decoration: none;
background-color: #ffffff;
color: #003304;
}


/* ---- Formular  ---- */
.csc-mailform {
	width: 438px;
	border: 0px none;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #000;
	padding: 10px 0 10px 0;
	margin: 0;
}

.csc-mailform-field {
	margin-bottom: 12px;
	line-height: 18px;
	border: 1x solid #5D6C76;
}

form#mailform label {
	display: block;
	width: 125px;
	text-align: left;
	float: left;
	font-weight: normal;
}

form#mailform input,textarea {
	width: 310px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	padding: 2px 0 2px 0;
	border: 1px solid #AAA;
	color: #333;
	font-weight: normal;
	background-color: #ffffff;
}

fieldset .csc-mailform {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #5D6C76;
}

form#mailform input.csc-mailform-submit {
	float: right !important;
	width: 150px;
}



/* ---- Schriften ---- */

div#content h1, h2, h3{
color: #003304;
}

div#content h1{
font-size: 15pt;
text-transform: uppercase;
}

div#content h2{
font-size: 13pt;
font-weight: bold;
}

div#content h3{
font-size: 12pt;
margin: 0;
padding: 0;
font-weight: bold;
}

div#content h5{
font-size: 11pt;
color: #003304;
margin: 0;
padding: 0;
font-weight: normal;
}

/* ---- News ---- */


div#news #news_headline {
  background-image: url(../images/news_headline.png);
  background-repeat: no-repeat;
  background-position: 10px 0pt;
  width: 100%;
  height: 31px;
  padding: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8dabd6;
}

#news .news-latest-date a{
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#news .news-latest-container{
text-decoration: none;
padding-top: 0;
margin-top: 0;
}

#news .news-latest-container h2{
color: #ffffff;
font-size: 13pt;
margin: 0;	
text-decoration: underline;
}

#news .news-latest-item{
	border-bottom: 1px dotted #ddd;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

#news .news-latest-item h3, .news-latest-item a, .news-latest-item p{
	color: #ffffff;
	font-size: 10pt;
	padding: 0;	
	margin: 0;
	text-decoration: none;
}

#news .news-latest-item a:hover{
text-decoration: underline;
}


div .news-latest-gotoarchive a{
background-color #003304;
color: #ffffff;
padding: 0;
margin: 0;
}

div .news-single-backlink a{
padding: 0;
margin: 0;
}


/* ---- Forms  ---- */
label {
font-family: Tahoma, Arial, Verdana; 
font-size: 11pt;
}


