/*#Shared styles for all pages#*/
body {
	font: 12px arial, sans-serif;
	color: #6b6459;
	margin: 25px;
	background: #b3aba1 url("/images/main_background.gif") repeat-x;
	text-align: center;
}

h1 {
	font: normal 22px times, serif;
	color: #9d9284;
	margin: 34px 0 22px 0;
	padding: 0;
}

h1.firstH1 {
	margin-top: 0;
}

h1.shortH1 {
	margin-top: 0;
}

h1.secondH1 {
	margin-top: 30px;
}

h2 {
	font: bold 12px arial, sans-serif;
	color: #9d9284;
	margin: 18px 0 8px 0;
	padding: 0 0 0 15px;
	background: url("/images/title_square.gif") no-repeat 0 2px;
}

h2 span {
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 19px;
	margin-bottom: 14px;
}

a:link {
	color: #006eea;
	text-decoration: none;
}


a:visited {
	color: #006eea;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
}


#mainWrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#topImage {
	position: relative;
	top: -34px;
	left: -54px;
}

form {
	padding: 0;
	margin: 0;
}


/*#MetaNav#*/
li {
	display: inline;
}

li ul {
	display: none;
}

#menuElem li {
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #ada493;
	padding-left: 5px;
	padding-right: 2px;
}

#menuElem li.topMenF {
	border: none;
	padding-left: 0px;
}

#metaNav {
	text-align: right;
	margin: 0 4px 16px 0;
	color: #ada493;
}

#metaNav a:link {
	color: #595348;
	text-decoration: none;
}

#metaNav a:visited {
	color: #595348;
	text-decoration: none;
}

#metaNav a:hover {
	background-color: #595348;
	color: #FFF;
	text-decoration: none;
}

/*#MainNavAndLogo#*/
#mainNavAndLogo {
	background: #988e81 url("/images/main_nav_background.gif") repeat-x;
	height: 99px;
}

/*#Logo#*/
#logo {
	padding: 25px 34px 0 0;
	float: right;
}

/*#MainNav#*/
#mainNav {
	padding: 0 54px 0 54px;
	float: left;
}

#mainNav .TabControlTable td#TabControlItem_0 {
	border-left: 1px solid #d5d2cc;
}

#mainNav .TabControlTable td.TabControl, #mainNav .TabControlTable td.TabControlSelected {
	border-right: 1px solid #d5d2cc;
	width: 92px;
	text-align: center;
}

#mainNav .TabControlTable td.TabControlLeft, #mainNav .TabControlTable td.TabControlSelectedLeft, #mainNav .TabControlTable td.TabControlRight, #mainNav .TabControlTable td.TabControlSelectedRight {
	border-left: 0px;
	border-right: 0px;
	width: 0px;
	display: none;
}

#mainNav .TabControlTable td a {
	display: block;
	width: 100%;
	padding: 58px 0 24px 0;
}

#mainNav .TabControlTable td a:link {
	color: #FFF;
	text-decoration: none;
}

#mainNav .TabControlTable td a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainNav .TabControlTable td a:hover {
	background-color: #a59d93;
	color: #FFF;
	text-decoration: none;
}

#mainNav .TabControlTable td.TabControlSelected {
	background-color: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#mainNav .TabControlTable td.TabControlSelected a:link {
	color: #595348;
	text-decoration: none;
}

#mainNav .TabControlTable td.TabControlSelected a:visited {
	color: #595348;
	text-decoration: none;
}

#mainNav .TabControlTable td.TabControlSelected a:hover {
	background-color: #FFF;
	color: #595348;
	text-decoration: none;
}

#mainNav td#logo {
	text-align: right;
	width: 415px;
}

#mainNav td#logo a {
	display: inline;
	width: auto;
	padding: 0;
}

#mainNav div td#logo a:hover {
	background: none;
}

/*#MainContent#*/
#mainContent {
	background-color: #FFF;
	padding: 34px 54px 46px 54px;
}

#mainContentTable {
	width: 100%;
}

#mainContentTable td {
	vertical-align: top;
}

#mainContentTable td.mainContentLeftCol {
	width: 33%;
	padding-right: 26px;
	border-right: 1px solid #cac4be;
}

#mainContentTable td.mainContentMiddleCol {
	width: 36%;
	padding-left: 26px;
	border-right: 1px solid #cac4be;
}
	
#mainContentTable td.mainContentRightCol {
	width: 30%;
	padding-left: 26px;
}

.linksBottomRight {
	text-align: right;
}

.pdfLink {
	padding: 2px 0 0px 22px;
	background: url("/images/pdf_icon.gif") no-repeat 0 0;
}

#backLink {
	float: right;
}

/*#Footer#*/
#footer {
	height: 20px;
	background: #988e81 url("/images/footer_background.gif") repeat-x;
	padding-left: 50px;
	padding-top: 6px;
	color: #ede9e2;
	font-size: 11px;
}

#footer a:link {
	color: #ede9e2;
	text-decoration: none;
}

#footer a:visited {
	color: #ede9e2;
	text-decoration: none;
}

#footer a:hover {
	background: none;
	color: #ede9e2;
	text-decoration: none;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
	padding-right: 30px;
}

/*#Clearfix#*/
.clearfix:after /* forces the containing div to enclose all the floats */ {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%; /* "enables" IE/Win "auto-clear" */
}

.fieldWithErrors {
	padding: 2px;
	background-color: #f2afaf;
	display: table;
}

#errorExplanation {
}

#errorExplanation h2 {
	color: red;
}

#errorExplanation p {
}

#errorExplanation ul li {
	color: red;
}

#noCreditCard {
	padding: 12px;
	font-size: 12px;
	color: #000;
	background: #f0eeeb;
	border: 1px solid #8a8074;
	width: 574px;
	text-align: left;
	margin-bottom: 12px;
}

/*#UserView#*/
.FilterSort {
	display: none;
}

.FilterSearch {
	position: relative;
	float: right;
	top: -47px;
}

.avatar {
	height: 60px;
}
<!--.member {
	float: left;
	height: 125px;
	width: 200px;
}

.member .avatar {
	height: 60px;
}

.separator1 {
	display: none;
}

.separator2 {
	display: none;
	width: 20px;
	height: 100%;
	border-left: solid Gray 1px;
}-->

.UploaderTable .UploaderUpload td {
	padding-top: 0px !important;
}

/*#Vorstand#*/
#mainContentTable TD#mainContentLeftCol {
	WIDTH: 444px; PADDING-RIGHT: 26px; BORDER-RIGHT: #cac4be 1px solid;
}

#mainContentTable TD#mainContentRightCol {
	PADDING-LEFT: 26px; WIDTH: 195px;
}

#vorstandTable {
	MARGIN: 28px 0px 38px; COLOR: #a69c8f;
}

#vorstandTable TD {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 10px; PADDING-TOP: 22px;
}

#vorstandTable TD.firstVorstandTD {
	PADDING-TOP: 0px;
}

#vorstandTable TD.rightSpace {
	PADDING-RIGHT: 24px;
}

#vorstandTable H3 {
	COLOR: #6b6459;
	margin: 0px !important;
}
 

/*#My account#*/
.TabsContent {
	border: 1px solid #cccccc;
	width: 660px;
	padding: 15px;
}

.TabsContent .Error {
	color: Red;
}

.TabsContent .FieldLabel {
	font-weight: bold;
	width: 140px;
}

.TabsContent .UniGridHead {
	color: White;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
}

.TabsContent .Grid {
	width: 100%;
	border: 1px solid #aaa;
}

.TabsContent .OddRow {
	background-color: #eee;
}

.MyCredit .TotalCredit {
	font-weight: bold;
	font-size: 120%;
	color: #002756;
}

.TabsContent input[type=text], .TabsContent input[type=password], .TabsContent input[type=file], .TabsContent textarea, .MyProfileFileUpload {
	width: 300px;
}

.TabsContent select {
	width: 306px;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.SubscriptionsGroup {
	padding: 8px;
}

.SubscriptionsPanel {
	padding-top: 22px;
}

/*#Messaging#*/
.MessagingBox .UniGridHead a {
	color: White !important;
}

.MessagingBox {
	width: 628px;
}

.MessagingBox .FooterInfo {
	text-align: right;
	padding: 3px;
	font-size: 11px;
}

.MessagingBox .List {
}

.MessagingBox .Header, .MessagingBox .NewMessageHeader, .MessagingBox .ViewMessageHeader, .MessagingBox .UniGridHead {
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
}

.MessagingBox .Header {
	height: 25px !important;
}

.MessagingBox .Header a {
	color: white;
	font-weight: bold;
}

.MessagingBox .List th, .MessagingBox .List td {
	text-align: left;
}

.MessagingBox .ImageCell {
	padding-left: 0px !important;
}

.MessagingBox .List tr {
	height: 25px;
}

.MessagingBox .List .OddRow, .MessagingBox .List .EvenRow, .MessagingBox .List .Pager {
	border: 1px solid #CCCCCC;
}

.MessagingBox .List td {
	padding: 0px 3px 0px 3px;
}

.MessagingBox .OddRowUnread, .MessagingBox .OddRow, .MessagingBox .OddRowRead {
	background-color: #cccccc;
}

.MessagingBox .OddRowUnread, .MessagingBox .EvenRowUnread, .MessagingBox .OddRowRead, .MessagingBox .EvenRowRead {
	font-weight: bold;
}

.MessagingBox .ViewMessage {
	border: solid 1px #cccccc;
	padding: 10px;
}

.MessagingBox .HeaderTable {
	margin-left: 10px;
	margin-top: 10px;
	width: 90%;
}

.MessagingBox .HeaderTable, .Pager table {
	border: 0px !important;
}

.MessagingBox .Body, .MessagingBox .DiscussionButtons {
	padding-left: 10px;
}

.MessagingBox .HeaderTable img {
	border: 1px solid Black;
	margin: 0px 5px 0px 0px;
}

.MessagingBox .MessageUserButtons {
	display: inline;
}

.MessagingBox .FieldCaption {
	font-weight: bold;
	padding-right: 5px;
}
.MessagingBox .Field {
	width: 100%;
}

.MessagingBox .SendMessage {
	margin-bottom: 10px;
	border: solid 1px #cccccc;
}

.MessagingBox .Buttons {
	padding: 10px;
}

.MessagingBox .FromField {
	width: 150px !important;
	border: solid 1px #cccccc;
}

.MessagingBox .ToField {
	width: 150px !important;
	border: solid 1px #cccccc;
}

.MessagingBox .SubjectField {
	width: 98% !important;
	border: solid 1px #cccccc;
}

.MessagingBox .SubjectRow {
	padding: 20px 0px 3px 10px;
}

.MessagingBox .TextareaItem, .MessagingBox .BodyField {
	width: 98%;
	height: 200px;
	border: solid 1px #cccccc;
}

.MessagingBox .Pager td {
	padding: 0px;
}

.MessagingBox .Pager tr {
	height: 20px !important;
}

.MessagingBox .Error {
	margin: 5px;
	color: Red;
	display: block;
}

.MessagingBox .Info {
	margin-bottom: 10px;
	display: block;
}

.MessagingBox table {
	/*	border-top: solid 1px #cccccc; 	border-left: solid 1px #cccccc; 	border-right: solid 1px #cccccc;*/
	border-collapse: collapse !important;
}

.MessagingBox .ListGrid {
	border-collapse: collapse !important;
	border: solid 1px #cccccc;
}

.MessagingBox .Pager, .MessagingBox .Pager a, .MessagingBox .Pager, .MessagingBox .Pager span {
	padding-left: 3px;
}

.FriendsBox {
	width: 628px;
}

/*#File upload#*/
.UploaderLabel {
	display: none;
}

/*#Forum#*/

.ForumModerationInfo {
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText {
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;
}

.ForumSearchResultsInfo {
	background-color: #cccccc;
	padding: 8px;
	font-weight: bold;
}

.Forum .Unapproved {
	background-color: #fff2cf;
}

.Post img {
	border: 0px;
}

.PostAttachments {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList {
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader {
	color: gray;
}

.PostAttachments .PostAttachmentsList a {
	color: black;
}

/*#Forum/Attachments#*/

.ForumAttachments {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader {
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction {
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName {
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter {
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input {
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button {
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter {
	display: none;
}

.ForumAttachments .Title {
	font-size: 16px;
	font-weight: bold;
}

/*#Forum/Extended actions#*/

.PostExtendedActions {
	border-top: solid 1px #eeeeee;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.PostExtendedActions span {
	display: none;
}

.PostExtendedActions .SendMessage {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);
}

/*#Forum/Extended search#*/

.ForumExtendedSearch .TextBox {
	width: 300px;
}

.ForumExtendedSearch .DropDownList {
	width: 304px;
}


.ForumExtendedSearch .Button {
	margin-top: 20px;
	width: 150px;
}

/*#Forum/Mark as answer#*/

.Post .AcceptedSolution {
	background-color: #efffef;
}

.AcceptedSolutionArea {
	color: Green;
	font-size: 14pt;
	width: 100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td {
	padding-left: 5px !important;
	padding-bottom: 5px !important;
}

.AcceptedSolutionArea .AcceptedSolutionText {
	width: 100%;
}

/*#Forum/Quote#*/

.PostText blockquote {
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite {
	display: block;
	font-weight: bold;
}

/*#Forum/Manage#*/

.ForumManage {
	border: 1px solid #cccccc;
	margin: 4px 0px 5px 5px;
	padding: 2px 5px;
	background-color: #eeeeee;
}

.PostManageEdit table {
	border: none !important;
}

.PostManageEdit .ForumNewPost td {
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem {
	width: 500px;
	height: 50px;
}

.SignatureArea {
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea {
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}


/*#Forum/Forum Group#*/
.ForumGroup {
	width: 100%;
}

.ForumGroup * {
	font-family: Arial;
}

.ForumGroup .Table {
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td {
	padding: 6px;
}

.ForumGroup .Table .Header td {
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
}

.ForumGroup .Table .Info td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName {
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #ffffff;
}

.ForumGroup .Table .GroupDescription {
	display: block;
	padding-left: 10px;
	color: #dddddd;
}


.ForumGroup .Table .ForumInfo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumGroup .Table .Threads {
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts {
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost {
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime {
	white-space: nowrap;
}

.ForumGroup .Table .PostUser {
	white-space: nowrap;
	font-weight: bold;
	color: #006699;
}

.ForumGroup .ForumOdd td {
	background-color: #f8f8ff;
}

.ForumGroup .Forum td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}



.ForumGroup .Forum .ForumName {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: black;
}

.ForumGroup .Forum .ForumDescription {
	padding-left: 10px;
}


/*#Forum/Forum flat layout#*/
.ForumFlat * {
	font-family: Arial;
}

.ForumFlat .Table {
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td {
	padding: 6px;
}


.ForumFlat .Table .Info td {
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumFlat .Table .ForumContent {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px; /*font-size: 110%;*/
}

.ForumFlat .Table .Posts {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName {
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px; /*text-decoration: underline;*/
	color: #ffffff;
}

.ForumFlat .Table .ForumDescription {
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumFlat .Table .Informations td {
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td {
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink {
	color: #006699;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}


.ForumFlat .Table .Posts td {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable {
	width: 100%;
}

.ForumFlat .Table .PostsTable td {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td {
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a {
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable {
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td {
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../App_Themes/CorporateSite/Images/genbackground.gif);
}

.ForumFlat .ThreadTable .Author {
	text-align: center;
	width: 200px;
	color: #006699;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views {
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost {
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime {
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser {
	white-space: nowrap;
	font-weight: bold;
	color: #006699;
}

.ForumFlat .ThreadTable .ThreadInfo {
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName {
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}

.ForumFlat .ForumBreadCrumbs {
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumNewPost {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*#Forum/Forum flat layout/Post#*/
.ForumFlat .ForumPost {
	padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost {
	border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent {
	padding-left: 30px;
}

.ForumFlat .PostUser, .ForumFlat .PostUserLink {
	white-space: nowrap;
	font-weight: bold;
	color: #006699;
}

.ForumFlat .PostUser {
	text-decoration: none;
}

.ForumFlat .PostSubject {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumFlat .PostText {
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink {
	text-decoration: underline;
	color: #006699;
	padding: 0px 5px 0px 5px;
}

/*#Forum/New post form#*/
.ForumNewPost {
	padding: 5px;
	font-family: Arial;
}

.ForumNewPost .PostReply {
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding {
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td {
	border: none;
}

.ForumNewPost .ItemLabel {
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.ForumNewPost .Button {
	width: 100px;
}

.ForumNewPost .TextboxItem {
	width: 500px;
}

.ForumNewPost .TextboxItemShort {
	width: 300px;
}



.ForumNewPost .TextareaItem {
	width: 500px;
	height: 200px;
}


/*#Forum/Tree layout#*/
.ForumTree * {
	font-family: Arial;
}

.ForumTree .Table {
	width: 100%;
	background-color: #ffffff;
}

.ForumTree .Table td {
	padding: 6px;
}


.ForumTree .Table .Info td {
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumTree .Table .ForumName {
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px; /*text-decoration: underline;*/
	color: #ffffff;
}

.ForumTree .Table .ForumDescription {
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumTree .Table .Actions td {
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumTree .Table .Actions .ActionLink {
	color: #006699;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree td {
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree {
	padding: 5px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td {
	border: none;
}

/*#Forum/Tree layout/Post#*/
.ForumTree .ForumPost {
	padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost {
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser, .ForumTree .PostUserLink {
	color: #006699;
	font-weight: bold;
	white-space: nowrap;
}

.ForumTree .PostUser {
	text-decoration: none;
}

.ForumTree .PostSubject {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumTree .PostText {
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink {
	color: #006699;
	padding: 0px 5px;
	text-decoration: underline;
}

.ForumTree .PostTree .ForumPost {
	border: solid 1px #cccccc;
	width: 600px;
}


/*#Eventdetail#*/
.sponsor IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; MARGIN: 8px 0px 12px; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}
.sponsor A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.sponsor SPAN {
	MARGIN: 25px 0px 0px; DISPLAY: block
}

/*#Events#*/

.EventCalendar {
	width: 100%;
}

.EventCalendar * {
	padding: 0px;
}

.EventCalendar .Title {
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	height: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.EventCalendar .Navigation {
	font-weight: bold;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.EventCalendar .DayHeader {
	height: 25px;
	background-color: #222222;
	color: White;
	font-weight: bold;
	border-style: none;
	vertical-align: middle;
	font-size: 11px;
}

.EventCalendar .Day, .EventCalendar .OtherMonth, .EventCalendar .Weekend, .EventCalendar .Today {
	height: 50px;
	padding: 3px;
	background-color: #eeeeee;
	font-size: 11px;
}

.EventCalendar .Today {
	background-color: #222222;
	color: White;
	font-weight: bold;
}

.EventCalendar .Today a {
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.EventCalendar .ContentEvent a {
	margin-top: 3px;
	color: Orange;
	font-weight: bold;
}

.EventCalendar .OtherMonth {
	color: Gray;
	background-color: White;
}

.EventManagerRegTitle {
	display: block;
	color: #002756;
	font-weight: bold;
	margin-bottom: 5px;
}
.EventManagerOutlookLink {
	display: block;
	margin-top: 5px;
}

.EventManagerRegLabel {
	font-weight: bold;
}

/*#Events/ProgramTopic#*/
.programTableMainDiv
{
	Width:440px; Border-Bottom: 1px solid #d5d2cc; float:left;
}
.programTableLeftDiv
{
	Width: 100px; Margin-Bottom: 10px; float:left; padding-top: 10px; verticle-align:middle;
}
.programTableRightDiv
{
	Width: 340px; Margin-Bottom: 10px; float:left; padding-top: 10px; verticle-align:middle; display: inline;
}

/*#Vorstand#*/
/* Durch Entwicklertools generiert. Dies ist möglicherweise keine exakte Darstellung der ursprünglichen Quelldatei */
#mainContentTable TD#mainContentLeftCol {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 352px; PADDING-RIGHT: 26px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
}
#mainContentTable TD#mainContentRightCol {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 26px; WIDTH: 288px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
#mainContentTable H3 {
	MARGIN: 8px 0px 5px; COLOR: #6b6459
}
#mainContentTable TD#mainContentRightCol img {
	border: 0;
}
#portraitTable {
	MARGIN-BOTTOM: 22px
}
#portraitTable TH {
	TEXT-ALIGN: left; PADDING-RIGHT: 12px; WHITE-SPACE: nowrap; FONT-WEIGHT: normal
}
#portraitTable TD.firstPortraitTD {
	PADDING-TOP: 0px
}
#portraitTable TH.firstPortraitTD {
	PADDING-TOP: 0px
}
#mainContentRightCol #photoUpload {
	MARGIN: 0px 0px 6px
}
#memberFuctions {
	PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; BACKGROUND: #e7e3dc; PADDING-TOP: 6px
}
#mainContentRightCol #memberFuctions H2 {
	MARGIN: 0px 0px 8px; FONT: bold 12px arial, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #9d9284
}

/*#View profile#*/
/* Durch Entwicklertools generiert. Dies ist möglicherweise keine exakte Darstellung der ursprünglichen Quelldatei */
#portraitTable TD {
	PADDING-TOP: 14px
}
#portraitTable TH {
	PADDING-TOP: 14px
}

#mainContentTable TD#mainContentLeftCol {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 352px; PADDING-RIGHT: 26px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
}
#mainContentTable TD#mainContentRightCol {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 26px; WIDTH: 288px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
#mainContentTable H3 {
	MARGIN: 8px 0px 5px; COLOR: #6b6459
}
#mainContentTable TD#mainContentRightCol img {
	border: 0;
}
#portraitTable {
	MARGIN-BOTTOM: 22px
}
#portraitTable TH {
	TEXT-ALIGN: left; PADDING-RIGHT: 12px; WHITE-SPACE: nowrap; FONT-WEIGHT: normal
}
#portraitTable TD.firstPortraitTD {
	PADDING-TOP: 0px
}
#portraitTable TH.firstPortraitTD {
	PADDING-TOP: 0px
}
#mainContentRightCol #photoUpload {
	MARGIN: 0px 0px 6px
}
#memberFuctions {
	PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; BACKGROUND: #e7e3dc; PADDING-TOP: 6px
}
#mainContentRightCol #memberFuctions H2 {
	MARGIN: 0px 0px 8px; FONT: bold 12px arial, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #9d9284
}

.EditingFormErrorLabel, .ErrorLabel {
	color: #ff0000;
}