body {
	font-family: Trebuchet MS, Segoe UI, Verdana, Tahoma, sans-serif;;
	font-size: 13px;
	margin: 0;
	padding: 0;
	overflow: auto; /* Removes scrollbars in IE */
}

html,body {
	height: 100%;
}

#head {
	position: absolute;
	/*left: 15px;*/
	left: 10px;
	bottom: 18px;
	line-height: 100%;
}
#head img {
	border: none;
}

#menu {
	position: absolute;
	left: 5px;
	top: 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 180px;
	line-height: 120%;
}
#menu li {
	display: inline;
}
#menu a {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #EEEEEE;
	letter-spacing: 3px;
	text-align: right;
	margin-bottom: 7px;
	font-family: Trebuchet MS;
	text-transform: lowercase;
	margin-left: 10px;
}
#menu a:hover, #menu a.Current {
	background-color: #EE0000;
	border-color: #EE0000;
	color: #FFFFFF;
}
#menu a.Current {
	margin-left: 0;
	margin-right: 10px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 200px;
	bottom: 0px;
	width: 45px;
	height: 100%;
	background-color: black;
	text-align: center;
}

#logo img {
	position: absolute;
	left: 1px;
	bottom: 44px;
	border: none;
}

#content {
	height: 100%;
	background-image: url(../design/shadow.png);
	background-position: 245px;
	background-repeat: repeat-y;
	background-color: white;
	overflow: auto;
	padding-left: 270px;
	padding-right: 25px;
}



h1 {
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 40px;
	padding-left: 15px;
	border-bottom: 2px solid black;
}

a {
	color: #CC0000;
}
a.Bold {
	font-weight: bold;
}


hr {
	height: 0;
	border-bottom: 1px dashed #999999;
	background-color: transparent;
}


ul.Claims {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.Claims li {
	display: inline;
	font-size: 18px;
	margin-right: 20px;
	line-height: 150%;
}

/* GUESTBOOK */

div.Center {
	text-align: center;
}

table.MessageFrame,td.MessageHeadLeft,td.MessageHeadRight,td.MessageFoot,
table.ReplyFrame,td.ReplyHeadLeft,td.ReplyHeadRight,td.ReplyFoot,
div.Censored {
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
}

table.MessageFrame,table.ReplyFrame {
	border-collapse: collapse;
	border-width: 1px;
	width: 100%;
}
table.ReplyFrame {
	margin-top: 5px;
}

td.MessageHeadLeft,td.MessageHeadRight,td.MessageFoot,
td.ReplyHeadLeft,td.ReplyHeadRight,td.ReplyFoot {
	font-size: 8pt;
}

td.MessageHeadLeft,td.MessageHeadRight,td.MessageFoot {
	background-color: #EEEEEE;
}
td.ReplyHeadLeft,td.ReplyHeadRight,td.ReplyFoot {
	/*background-color: #FFFFE0;*/
	background-color: #EEEEEE;
}

td.MessageHeadLeft,td.MessageHeadRight,
td.ReplyHeadLeft,td.ReplyHeadRight {
	border-bottom-width: 1px;
}
td.MessageHeadLeft,td.ReplyHeadLeft {
	padding-left: 3px;
}
td.MessageHeadRight,td.ReplyHeadRight {
	padding-right: 3px;
	text-align: right;
}
td.MessageFoot,td.ReplyFoot {
	border-top-width: 1px;
	text-align: center;
}
td.MessageBody,td.ReplyBody {
	padding: 5px;
}

div.Censored {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	border-top-width: 1px;
	border-style: dashed;
}





th.Left,td.Right,th.Head,td.Data,td.SmallData,td.Submit {
	font-size: 10pt;
	line-height: 140%;
	vertical-align: top;
}

th.Left {
	width: 12em;
	text-align: left;
	vertical-align: top;
}

td.Right,td.Submit {
	width: 40em;
	padding: 2px;
}
td.Submit {
	text-align: center;
	padding-top: 10px;
}

th.Head {
	text-align: left;
	padding-right: 15px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: black;
}

td.Data {
	padding-right: 15px;
}

td.SmallData {
	padding: 2px;
	padding-right: 10px;
	font-size: 8pt;
}

tr.RowOdd {
	background-color: #EEEEEE;
}

p.FormComment {
	text-align: center;
	margin: 0px;
	font-size: 8pt;
	font-style: italic;
}

/* FORMULARE */

input.Text,input.Button,input.ButtonSmall,select,textarea {
	font-size: 10pt;
	line-height: 140%;
	background-color: #FFFFFF;
}

input.Text,textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 0px;
	padding-left: 1px;
}

input.Button,input.ButtonSmall {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

input.ButtonSmall {
	font-size: 8pt;
	padding: 0px;
}

input.Button:hover,input.ButonSmall:hover {
	background-color: #EE0000;
	border-color: #CC0000;
	color: #FFFFFF;
	cursor: pointer;
}

textarea {
	text-align: justify;
	font-size: 8pt;
}

span.OptionTitle {
	color: #666666;
}

span.Catchy {
	color: #CC0000;
}

span.Disabled {
	color: #999999;
}

table.ImageDetails {
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px;
}

