/*
structure.css - Grundgerst/Seitenaufbau
HTML Tags
*/
body {
	background-image: url(../gfx/background.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color: #48739B;
	margin: 0px 0px 20px;
	padding: 0px;
}
hr {
	color : #48739B;
	border : 1px dashed #48739B;
}
p {
         text-indent : 1em;
}
/*
IDs
*/
#content {
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 20px;
	margin-left: 200px;
	border: 1px solid #000000;
}
#menu {
	background-color: #FFFFFF;
	position: absolute;
	top: 180px;
	left: 20px;
	width: 160px;
	border: 1px solid #000000;
	padding: 0px;
}
#tab01 {
	right: 40px;
}
#tab02 {
	right: 150px;
}
#tab03 {
	right: 260px;
}
#text_content {
	padding-right: 1em;
	padding-left: 1em;
}
#text_menu {
	padding: 1em;
}
#gbook_float {
	float : left;
	text-align : right;
	margin-right : 1em;
	width : 300px;
}
/*
Klassen
*/
.tab_up {
	position: absolute;
	height: 20px;
	width: 100px;
	background-color: #FFCC33;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	top: 40px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.tab_down {
	position: absolute;
	height: 19px;
	width: 100px;
	background-color: #BED1DC;
	border: 1px solid #000000;
	top: 40px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
.imgborder {
	background-color: #FFCC33;
	border : 1px solid #000000;
	float : right;
	padding : 0;
	text-align : right;
	margin-left : 1em;
	margin-bottom : 1em;
}
.border {
	background-color: #FFCC33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
}
.infobox {
	border: 1px solid #000000;
	background-color: #BED1DC;
	padding: 1em;
	margin-bottom: 1em;
}
.gbook_beitrag {
	margin-bottom: 2em;
}
.gbook_field {
	border: 1px solid #000000;
	background-color: #BED1DC;
}
.gbook_box {
	border: 1px solid #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #BED1DC;
	height: 300px;
	width: 300px;
}
.gbook_button {
	background-color: #FFCC33;
	border: 1px solid #000000;
	width : 100px;
}
.small {
	color : #C0C0C0;
	font-size: 0.6em;
	display: block;
	text-align: center;
}
.bildtext {
	font-size: 12px;
	font-weight: bold;
	line-height : 20px;
	padding-right : 0.5em;
}
.hilight {
	font-style : italic;
	font-weight : bold;
}
.gbook_title {
	font-size: 1.2em;
	font-weight: bold;
}
.gbook_user {
	font-size: 0.8em;
	font-style: italic;
	color: #48739B;
}
/*
IDs oder Klassen Untergeordnetes
*/
#menu ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #FFCC33;
}
.imgborder img {
	border-bottom : 1px solid black;
	display : block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #274170;
}
a:hover {
	text-decoration: none;
	color: #8CADC5;
}