/* ars navigandi GmbH - arscms */
/* /styles/css/content.css */


/* GENERAL TYPOGRAPHY */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#000000;
	font-size:12px;
	line-height: 20px;
	font-weight:normal; 
	font-style:normal; 
	text-decoration: none; 
	text-transform: none;
}

div, td, th, li {
	border:none;
}

div, td, th, li, textarea, input, select, option, button, p, td {
	font-size:12px;
}

div, td, th, li, textarea, input, select, option, button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	
	text-indent:0px;
		
	text-align:left; vertical-align:top;

	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

h1,h2,h3 {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#999999;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	padding-bottom:12px;
}

h2 {
	font-size:14px;
	line-height: 20px;
}

h3 {
	font-size:12px;
	line-height: 20px;
}

p {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#000000;
	font-size:12px;
	line-height: 20px;
	padding-bottom:20px;
	text-decoration: none; text-transform: none;
}

/* LINKING */

a, a:link {
	color:#ff6600;
	text-decoration:none;
}

a:visited { 
	color:#990000;
}

a:focus, a:hover, a:active {
	text-decoration:underline;
}

/* LISTS */
ul,ol {
	margin-left:7px;
	margin-bottom:20px;
}

ul {
	list-style-type:none;
}

li {
	line-height:20px;
	vertical-align:middle;

}

li {
	/*list-style-image:url(/styles/images/C/list_type_square.gif);*/
	background:url("/styles/images/C/list_type_square.gif") no-repeat scroll 0 0 transparent;
padding-left:13px;
}

li p {
	line-height:20px;
	display:inline;
	margin:0px;
	padding:0px;
}

/* SEPARATORS*/
.vertical_separator_21 {
	height:100%;
	width:21px;
}

.vertical_separator_16 {
	height:100%;
	width:16px;
}

/* SIDEBAR LEFT */
td#sidebar_left {
	width:230px;
	vertical-align:top;
}

	.sidebar_left_nav {
		background-color:#EDEDED;
		height:345px;
		/*margin-bottom:17px;*/
		padding:5px 10px 4px 12px;
	}

	.sidebar_left_nav_level4 {
		background:transparent url(/styles/images/C/arrow_sidebar_grey_left.gif) no-repeat scroll 0 4px;
		border-bottom:1px solid #FFFFFF;
		display:block;
		height:auto;
		padding-left:18px;
		line-height: 20px;
	}

	.sidebar_left_nav_level5 {
		background:transparent none repeat scroll 0 0 !important;
		border-bottom:1px solid #ffffff;
		display:block;
		height:auto;
		padding-left:21px;
		line-height: 20px;
	}
	
	a.sidebar_left_nav_level5, a.sidebar_left_nav_level5:visited {
		color:#000000;
	}

	a.sidebar_left_nav_level4:visited {
		color:#FF6600;
	 }


	.sidebar_left_nav_level4:hover, .sidebar_left_nav_level5:hover, .sidebar_left_nav_level4:focus, .sidebar_left_nav_level5:focus, .selectedMenuItem {
		text-decoration:none;
		font-weight:bold;
	 }

	.ancestor_of_current {
		background:transparent url(/styles/images/C/arrow_sidebar_grey_down.gif) no-repeat scroll 0 4px;
		text-decoration:none;
		font-weight:bold;
		}


/* CONTENT */
td#content {
	width:492px;
	height: 356px;
	vertical-align:top;
	/*border-bottom:1px solid #e6e6e6;*/
}

td#content_home {
	width:738px;
	height: 356px;
	vertical-align:top;
	/*border-bottom:1px solid #e6e6e6;*/
}

/* SIDEBAR RIGHT */
td#sidebar_right {
	width:199px;
	vertical-align:top;
}
	.sidebar_link_more {
		margin-top:-5px;
		display:inline-block;
}

	.sidebar_link_more img {
		vertical-align:middle;
	}

/* SIDEBAR TYPOGRAPHY */

.sidebar_right_grey_box {
	background-color:#ededed;
	padding:5px 10px 4px 12px;
	margin-bottom:17px;
	width:177px;
}

.sidebar_left_nav h1, .sidebar_right_grey_box h1 {
	color:#ff6600;
	padding-bottom:9px;
}

.sidebar_left_nav h1 a:visited, .sidebar_right_grey_box h1 a:visited {
	color:#ff6600;
}

.sidebar_right_grey_box p {
	color:#666666;
	padding-bottom:0px;
	background: #ededed url(/styles/images/C/sitebar_box_bg_p.gif) scroll repeat 0px -1px;
	margin-bottom:10px;
	line-height: 20px;
}

.ie6 .sidebar_right_grey_box p {
	padding-bottom:3px;
}

.ie8 .sidebar_right_grey_box p {
	background: #ededed url(/styles/images/C/sitebar_box_bg_p.gif) scroll repeat 0px -2px;
}


/* SPECIAL FOR TINYMCE */

.floatDivAlignLeft {
	float:left; padding:0px; margin:6px 22px 6px 0px;
}
.floatDivAlignRight {
	float:right; padding:0px; margin:6px 0px 6px 22px;
}

.floatImage_alignLeft {
	float: left; margin: 0px 0px 20px 0px; border: 1px solid #ff6600;
}
.floatImage_alignRight {
	float: right; margin: 0px 0px 20px 0px; border: 1px solid #ff6600;
}


/* REFERENCES */

.news_multi_reference_images {
	width:492px;
}

.news_multi_reference_image {
	float:left;
	height:163px;
	margin:0 12px 12px 0;
	width:152px;
}

.ie6 .news_multi_reference_image {
	margin:0 12px 14px 0;
}

.news_multi_reference_image img {
	border:1px solid #ff6600;
}

.news_multi_pageinfo {
	background-color:#ededed;
	width:100%;
	height:26px;
	vertical-align:middle;
	padding:0px 8px;
}

.news_multi_pageinfo a:visited {
	color:#ff6600;
}

.news_multi_vertical_separator {
	height:21px;
	width:100%;
}

.news_multi_vertical_separator_bottom {
	height:7px;
	width:100%;
}

/* POPUP */
td#popup_content {
	width:676px;
	height:375px;
	vertical-align:top;
}

.ie6 td#popup_content {
	height: 322px;
}

.popup_content_reference_image img {
	border:1px solid #FF6600;
	float:left;
	margin:6px 22px 16px 0;
}

.popup_content_reference_info {
	
}

.popup_content_reference_description {
	
}

/* DOKUMENTS */

.dokument_release_date p {
	font-size:10px;
	padding-bottom:2px;
}

.dokument_description {
	width:421px;
	vertical-align:top;
}

.dokument_description_file_size {
	margin-left:10px;
	width:60px;
	text-align:right;
	font-size:10px;
}

.dokument_description_file_size p {
	font-size:10px;
	padding-bottom:0px;
}

.dokument_vertical_separator {
	height:16px;
	width:100%;
}

/* MANAGEMENT OVERVIEW */

.management_overview {
	text-align:center;
	vertical-align:middle;
	width:163px;
}

.management_overview p {
	font-size:10px;
	line-height:12px;
}

.ie6 .management_overview p {
	margin-top:4px;
}

/* begin newsletter settings */
body#newsletter, td.newsletter_content_text {
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-align:left;
}

#newsletter_unreadable {
	text-align:center;
	vertical-align:middle;
	height:20px;
	margin:0px;
	padding:0px;
}

td.newsletter_grey_separator {
	background-color:#e6e6e6;
	height:1px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}

#newsletter_header {
	width:800px;
	height:128px;
	margin:0px;
	padding:0px;
}

#newsletter_headline {
	width:800px;
	height:22px;
	margin:0px;
	padding:0px;
}


td.newsletter_horizontal_spacer_20px {
	width:20px;
	line-height:0px;
}

td.newsletter_horizontal_spacer_40px {
	width:40px;
	line-height:0px;
}


#newsletter_headlinedate, #newsletter_unsubscribe {
	width:720px;
	height:22px;
	margin:0px;
	padding:0px;
	line-height:22px;
	text-align:left;
	font-size:12px;
	vertical-align:middle;
}



#newsletter_content {
	width:720px;
}
td.newsletter_content_text {
	width:347px;
	vertical-align:top;
	text-align:left;
}

#newsletter_footer {
	padding:40px 0px 40px 0px;
}

td.newsletter_footer_line {
	height:1px;
	width:535px;
	background-color:#FFCC00;
}


td.newsletter_standard_template_text {
	padding:20px 0px 0px 0px;
	width:720px;
}

td.newsletter_standard_template_text h1, td.newsletter_standard_template_text h2 {
	color:#ff6600;
}

td.newsletter_standard_template_text li {
	background:none no-repeat scroll 0 0 transparent;
	list-style-type:square;
	list-style-position: inside;
}

/* end newsletter settings */



