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: #527394;
	border-width: 0px;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial;
}

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: #1D2336;
}
td.ReplyHeadLeft,td.ReplyHeadRight,td.ReplyFoot {
	background-color: #1D2336;
}

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;
	font-family: Monospace, Verdana, Arial;
}

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: #1D2336;
	color: #FFFFFF;
	font-family: Monospace, Verdana, Arial;
}

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

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

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

input.Button:hover,input.ButonSmall:hover {
	background-color: #527394;
	color: #FFFFFF;
	border-color: #A5BAC5;
	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;
}

img.Validation {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}