body {
background-color: #ffffff;
}

BODY{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
margin: 0px;
}

p.guestbookSmall{
	font-size: 12px;

}


.tx-veguestbook-pi1{
	width:100%;
	margin:0px;

}

table.guestbookListEntry{
	width:100%;
border-bottom: 1px solid #1c95d4;
}
.guestbookListHead{
font-size: 13px;
	font-weight: bold;
}

.guestbookListLeft{
	width:220px;
   height:80px;
float: left;
font-size: 12px;
}
.guestbookListRight{
	width:360px;
	text-align:left;
font-size: 13px;
float: right;	
}

.guestbookForm input{
	margin-top:3px;
width: 14em;
}

.guestbookForm textarea{
	margin-top:3px;
width: 21em;
}

.guestbookForm {
width:100%;
}

.guestbookFormLeft{
	float:left;
	text-align:right;
	width:250px;
	padding-bottom: 10px;
}

.guestbookFormRight{
float:left;
text-align:right;
width:350px;
	padding-bottom: 10px;
}
/*Links allgemein*/

a:link {
	text-decoration: underline;
	color: #1c95d4;
}
a:visited{
	color:#1c95d4;
}
a:hover{
	text-decoration: none;
	color:#000000;
}

/* Layout Divs */
#container {
	width:980px;
}


#header {
width: 980px;
	height: 124px;
	background-image: url(../images/header.jpg);
}

#content_container {
float: left;
	width: 980px;
	background-image: url(../images/content_back.gif);
	background-position: bottom;
}


#content {
	width: 600px;
	float: right;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
}


#content_left {
	width: 326px;
	float: left;
	text-align: left;
}

#bottom {
float: left;
	width: 980px;
	height: 29px;
	background-image: url(../images/unten_back.gif);
}


/*Navigation*/
#navi_container {
float: left;
	width: 980px;
	height: 38px;
	background-image: url(../images/oben_back.gif);
}

#navi {
float:left;
margin-left:20px;
margin-top:5px;
border-left: 1px solid #ffffff;
}


.navi2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	float: left;
} 


	
.naviL2 {
	margin: 0px;
	float: left;
	} 

.naviL2 a:link, .naviL2 a:visited {
	color: #ffffff;
	text-decoration:none;
		line-height: 20px;
		font-weight: bold;
		float: left;
		padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #ffffff;
}



.naviL2 a:hover {
	color: #000000;
}

.naviL2_act {
float: left;
}

.naviL2_act a:link, .naviL2_act a:visited {
	color: #000000;
	text-decoration:none;
		line-height: 20px;
		font-weight: bold;
		float: left;
		padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #ffffff;
		
}

h1 {
font-weight: bold;
font-size: 18px;
color: #4fabdd;
padding: 0px;
margin: 0px;
margin-bottom: 8px;
}

h2 {
font-weight: bold;
font-size: 24px;
color: #4fabdd;
padding: 0px;
margin: 0px;
}

h3 {
font-weight: bold;
font-size: 14px;
color: #4fabdd;
padding: 0px;
margin: 0px;
}


/* Formulare */
#mail_container {
margin-top: 8px;
padding: 0px;
}

#mail_namen {
margin-bottom: 5px;
padding-left: 5px;
}

#antwort {
margin-bottom: 5px;
}

#spacer_form {
float: left;
width: 80px;
}
	 
textarea {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 0.9em;
font-weight : normal;
border: solid;
border-width: 1px;
border-color: #FFFFFF;
background-color: #ffffff;
border: 1px solid #1c95d4;
width: 25em;
}

INPUT {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #000000;
font-weight : normal;
border: solid;
border-width: 1px;
background-color: #ffffff;
border: 1px solid #1c95d4;
width: 25em;
}

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight : normal;
color: #FFFFFF;

}



.formular {
	font-family : Arial, Helvetica, sans-serif;
color : #FFFFFF;
font-size : 0.9em;
font-weight : normal;
}

/* Mailform Formattting */

.mailformrequired {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #1c95d4;
font-weight : bold;
}

ul, ol{
list-style-position: inside;
margin: 4px 0 4px 10px;
}

#content ul{
list-style-position: outside;
margin: 0px;
padding-left:0px;
margin-top: 5px;
}


#content li {
margin: 0px;
list-style-type: none;
background-image: url(../images/karo.gif);
background-repeat: no-repeat;
line-height: 25px;
padding-left:18px;

}