@charset "utf-8";
/* CSS Document */

div.gbkoerper {
	background-color:#FFFFFF;
	padding:10px;
	}

h6 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	color: #900;
	display:inline;
	}
	
div.gb_name {
	width:255px;
	height:22px;
	background-color:#DDDDDD;
	padding:3px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
	
div.gb_email {
	width:255px;
	height:22px;
	background-color:#DDDDDD;
	padding:3px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	position:relative;
	left:270px;
	top:-25px;
	}
div.gb_homepage {
	width:255px;
	height:22px;
	background-color:#DDDDDD;
	padding:3px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	position:relative;
	top:-15px;
	}
div.gb_erstellt {
	width:255px;
	height:22px;
	background-color:#DDDDDD;
	padding:3px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	position:relative;
	left:270px;
	top:-40px;
	}	
	
div.gb_betreff {
	width:525px;
	height:22px;
	background-color:#DDDDDD;
	padding:3px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	position:relative;
	top:-30px;
	}
div.gb_text {
	width:510 px;
	background-color:#DDDDDD;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	position:relative;
	top:-20px;
	}		
	
	
a.gb_neubutton { 
	position:relative;
	left:445px;
	top:-20px;
}

a.gb_neubutton:link {
	background-image:url(gb_layout/neuer_eintrag.png);
	background-repeat:no-repeat;
	display:block;
	width:85px;
	line-height:2em;
	text-decoration:none;
	border:0;
}
a.gb_neubutton:visited {
	background-image:url(gb_layout/neuer_eintrag.png);
	background-repeat:no-repeat;
	display:block;
	width:85px;
	line-height:2em;
	text-decoration:none;
	border:0;
}
a.gb_neubutton:hover {
	background-image:url(gb_layout/neuer_eintrag_hover.png);
	background-repeat:no-repeat;
	display:block;
	width:85px;
	line-height:2em;
	text-decoration:none;
	border:0;
}
a.gb_neubutton:active {
	background-image:url(gb_layout/neuer_eintrag_hover.png);
	background-repeat:no-repeat;
	display:block;
	width:85px;
	line-height:2em;
	text-decoration:none;
	border:0;
}