/* Linkliste */
link_label {
	float: left;
	width: 100px;
}

#name, #url, #email, #entry, #user1{
        font:10pt Arial;
        border:1px solid darkred;
        background-color: #cccccc; 
        margin:1px;
}

#vpgb_submit{
	font-size: 10pt;
        border:1px solid #cccccc;
        background-color: darkred;
        color: #ffffff;
}

div.linkeintragen textarea {
	height: 150px;
}


/* Gästebuch */

div.vpgb_eintrag {
	margin-top: 10px;
	border-bottom: 1px dashed darkred;
	padding-bottom: 10px;
	display: block;
	float: left;
	width: 500px;
}
div.vpgb_fleft {
	float: left;
	text-align: center;
	width: 120px;
	margin-right: 30px;
	height: 100%;
}
div.vpgb_infos {
	margin-top: 10px;
	width: 120px;
	white-space: nowrap;
}
div.vpgb_entry {
	margin-top: 5px;
	margin-left: 150px;
	font-size: 100%;
}
div.vpgb_comment {
	margin-left: 160px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-style: italic;
	color: darkred;
}
div.vpgb_name {
	font-weight: bold;
}
.vpgb_datum {
	color: darkred;
	font-size: 10px;
	display: block;
	background: url(../images/datum_oben.gif) 0 0 no-repeat;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 5px;
	width: 35px;
	padding-top: 5px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.vpgb_datum .tag {
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-indent: -3px;
	letter-spacing: -2px;
	color: #006B31;
	background: url(../images/datum_unten.gif) bottom left no-repeat;
	padding-bottom: 5px;
}
#vpgb_nav {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
   line-height:200%;
}
#vpgb_nav a {
	border: 1px solid darkred;
	text-decoration: none;
	padding: 2px;
}
#vpgb_nav span.vpgb_punkte {
	border: 1px solid drakred
	text-decoration: none;
	padding: 2px;
}
#vpgb_nav a:hover, #vpgb_nav a.vpgb_aktiv {
	background: #EEEEEE;
}

#inhalt {
	height: 100%;
	margin-left: 230px;
	margin-right: 10px;
}
div.inhalt {
	margin-bottom: 10px;
}
label.fleft {
	float: left;
	text-align: right;
	width: 195px;
	margin-right: 10px;
}
div.formular span.fleft {
	float: left;
	text-align: right;
	width: 195px;
	margin-right: 10px;
}
div.formular div.fleft {
	float: left;
	text-align: right;
	width: 195px;
	margin-right: 10px;
}
div.formular div.fright {
	display: block;
	margin-left: 50px;
}
a.bbcode {
	border: 1px solid #cdcdcd;
	padding: 4px;
	margin-right: 5px;
}
div.formular br {
	/* clear: both;*/

}
div.formular {
	line-height: 26px;
}
br.clearboth {
	/* clear: both;*/}
