@charset "UTF-8";
@media all
{
div#whole {
	background-color : transparent;
	text-align : left;
	width: 490px;
	margin: 0 auto;
}

th.left {
	background-image: url(GbDesign/BackgroundOben.png);
	background-position: top;
	text-align : right;
	font-size : 12px;
	font-weight: normal;
	line-height: 19px;
	padding: 3px 13px 5px 10px;
}
* html th.left {
	background-image: url(GbDesign/BackgroundOben-ie6.gif);
	background-position: top;
}


th.right {
	background-color : #CCC;
	padding-right : 10px;
	text-align : right;
	font-size : 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}

th.headline {
	background-image: url(GbDesign/BackgroundOben.png);
	background-position: top;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 12px;
}
	* html th.headline {
		background-image: url(GbDesign/BackgroundOben-ie6.gif);
		background-position: top;
		background-color: transparent;
	}

th.caption {
	background-color : #D3D3D3;
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 2px;		
}

div.navigation { /*Seite 1 von 1 oder mehreren*/
	font-size : 10px;
	height: 62px;
	padding: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;	
}
table.comment {
	margin-top: 5px;
	margin-bottom: 5px;
}


td {
	background-color : transparent;
	padding-left : 10px;
	font-size : 9pt;
}

td.nospan {
	background-color : #D3D3D3;
	padding-left : 2px;
	padding-right : 2px;
}

td.entry {
	background-image: url(GbDesign/BackgroundUnten.png);
	background-position: bottom;
	background-color: transparent;
	padding: 10px 20px;
	text-align : left;
}
	* html td.entry {
		background-image: url(GbDesign/BackgroundUnten-ie6.gif);
		background-position: bottom;
		background-color: transparent;
	}

a {
	color: #000;
	border-bottom: 1px dotted #000;
	outline: none;
	text-decoration: none;
}

	a:hover {
		background-color: #0F0;
		color: white;
		border-bottom: 1px dotted #666;
		outline: none;
		text-decoration: none;
	}

input.input {
	border : 1px dotted #333;
}
	input.input:focus {
		background-color: #FFF;
	}

textarea {
	border : 1px solid #333;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
	textarea:focus {
		background-color: #FFF;
	}
	
input.eintragen {
	background-image: url(../design/nav-link-on.jpg);
	background-repeat: repeat-x;
	padding: 5px 20px;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
	color: #000;
}
input.eintragen:hover,
input.eintragen:focus {
	color: #fff;
}

div.page_count {
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

div.page_count div.activ {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #0F0;
	float: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid #090;
}

div.page_count a {
	float: left;
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	background-color: #CCC;
	color: #000;
	border: 1px solid #333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div.page_count a:hover,
div.page_count a:focus {
	color: #fff;
	border: 1px solid #000;
}


div.error_message {
	color: #990000;
	background-color: #FFD2D2;
	text-align: center;
	padding: 5px;
	border: 1px dotted #FF0000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

div.error_message h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#admin {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

div#copyright {
	text-align: right;
	margin: 5px auto;
}

div#copyright h1 {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;	
}

div#rss {
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

}

