/* ars navigandi GmbH - arscms */
/* /styles/css/std.css - platform wide std layout */

/* begin general settings *******************************************************/
/* COLORS */
*.bg_styleVeryDarkGray {background-color:#404040;}

*.c_styleVeryDarkGray {color:#404040;}

*.b_styleVeryDarkGray {border:1px solid #404040;}

/* MAIN ELEMENTS */
body { 
	margin:0px; padding:0px; 
}

#header { height:178px }
#header td.mailfield { width:192px; }
#header td.polaroid { background:transparent url('/styles/images/polaroid_home.jpg') top right no-repeat; width:209px; height:178px; }

#logo {
	width:657px; background:transparent url('/styles/images/paoso.gif') top left; text-align:right;
}
#logo table {width:100%; }

td.spacerleft { width:237px; }
#nav_crumbTrail {
	height:40px;
	padding-top:5px;
}
#nav_crumbTrail a span.link, #nav_crumbTrail a {
	color:#666666; text-decoration:none; font-size:11px; cursor:pointer;
}
#nav_crumbTrail a:hover span.link {
	color:#095695; text-decoration:underline;
}

#nav_meta {
	width:141px;
}
td#nav_meta a { 
	font-size:11px;
	font-weight:bold; 
	color:#095695; 
	margin-left:6px; 
	text-decoration:none; 
}
td#nav_meta a:hover { 
	text-decoration:underline; 
}
td#nav_meta a.no_margin { 
	margin-left:0px; 
	cursor:pointer;
}

#nav_level0 {
	width:171px;
	padding-top:1px;
}

#nav_level0 a {
	width:165px;
	height:23px;
	padding:0px 0px 0px 6px; margin:0px 0px 3px 0px;
	color:#FFFFFF;
	text-decoration:none;
	background:#095695 url('/styles/images/nav_n0_end.gif') center right no-repeat;
	display:block;
	line-height:23px;
}

#nav_level0 a:hover {
	color:#095695;
	background:#DAE4F2 url('/styles/images/nav_n0_end_over.gif') center right no-repeat;
}

#nav_level0 a.nav_level0_current {
	color:#FFFFFF !important;
	text-decoration:none;
	background:#095695 url('/styles/images/nav_n0_end_arrow.gif') center right no-repeat !important;
	display:block;
	line-height:23px;
}

#nav_level0 a.nav_level0_depth1 {
	color:#095695;
	background:#FFF9DB url('/styles/images/nav_n1_end.gif') center right no-repeat;
	line-height:23px;
}

#nav_level0 a.nav_level0_depth1:hover {
	padding:0px 0px 0px 6px;
	color:#095695;
	background:#DAE4F2 url('/styles/images/nav_n1_end_over.gif') center right no-repeat;
	line-height:23px;
}

#nav_level0 a.nav_level0_depth1_current {
	padding:0px 0px 0px 6px;
	color:#095695 !important;
	background:#FFF9DB url('/styles/images/nav_n1_end_arrow.gif') center right no-repeat !important;
	line-height:23px;
}

#nav_level1 {
	
}
#content { 
}
td.spacingcontent {
	width:67px;
}
#content td.content_left { 
	width:351px; 
}
#content td.content_right { 
	width:351px; 
}

#content td.content_full { 
	width:749px; 
}

#content td.content_WOPaosoEvent { 
	width:549px; 
}

td.content {
	margin:0px;
	padding: 0px;
}

#partner_ {
	
}

table.newsletter {
	background:transparent url('/styles/images/newsletter_background.gif') top left no-repeat;
	width:351px;
	height:150px;
	color:#000000;
}

table.newsletter input.submitButton {
	background-color:#DAE4F2;
	text-align:center;
	vertical-align:middle;
	line-height:11px;
	margin-left:3px;
	width:75px;
	height:20px;
}

table.newsletter input.radioButton {
	background-color:#FEF2B6;
}



td.formSubtext { height:0px; }
td.formDescription { width:100px; }
input.myInputText, textarea.myTextarea { width:240px !important; border:1px solid #A5ACB2; }

/* Begin special settings for WOpaosoEvent */
table.WOpaosoEvent_table_width {
	width:100%;
}

table.WOpaosoEvent_table_width tr td {
	padding:3px;
}

tr.WOpaosoEvent_table_trHead {
	width:100%;
	background-color:#095695;
	color:#FFFFFF;
	font-weight:12px;
}

tr.WOpaosoEvent_table_trOdd {
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:12px;
}

tr.WOpaosoEvent_table_trEven {
	width:100%;
	background-color:#DAE4F2;
	color:#000000;
	font-weight:12px;
}

td.WOpaosoEvent_table_trHead_sep {
	padding-right:20px;
	text-align:right;
}

div.WOPaosoEvent {
	border-top: 1px solid #095695;
}

input.WOPaosoEvent_FormField, textarea.WOPaosoEvent_FormField {
	width:230px;
	border:1px solid grey;
}

input.WOPaosoEvent_FormField_plz {
	width:50px;
	border:1px solid grey;
}

input.WOPaosoEvent_FormField_city {
	width:177px;
	border:1px solid grey;
}

textarea.WOPaosoEvent_FormField {
	height:150px;
}

input.WOPaosoEvent_FormField_radio {
	display:inline; line-height:18px; vertical-align:middle; margin-left:5px; 
}
/* End special settings for WOpaosoEvent */

/* end general settings *********************************************************/

