@import url("nav_dropdown.css");
@import url("tables.css");
@import url("nav_bottom.css");
@import url("nav_left.css");
@import url("content.css");
@import url("forms.css");
@import url("pie.css");
@import url("treeview.css");
@import url("autosuggest.css");
@import url("searchforms.css");

* {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	background-color: #ffffff;
}

div#page {
	width:950px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
}

a, span.fake_link {
	color: #333399;
	text-decoration: underline;
	line-height: normal;
	cursor: pointer;
}

a.suppress {
	color: #cacaca !important;
	text-decoration: none;
}

img.icon {
	background-color: #000099;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}

h1, h2 {
	color: #333399;
	display: block;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

h1.white {
	margin: 0 0 6px 0 !important;
	text-align: center;
	width: 397px;
	height: 26px;
	position: relative;
	line-height: 26px;
	font-size: 14px !important;
	background: url(/UserFiles/Image/System/h2_title_bg.png) no-repeat;
}

h2 {
	margin: 10px 0; 
	display: block;
}

h2.inline {
	display: inline;
	margin: 0;
}

div#index_column_left {
	width: 630px;
	float: left;
	position:relative;
}

div#index_column_right {
	width: 314px;
	margin-left: 6px;
	float: right;
	position:relative;
}

div#column_left {
	width: 314px;
	float: left;
	position:relative;
}

div#column_right {
	width: 324px;
	float: right;
	position:relative;
}

.content_text_hide_nav div#column_left,
.content_text_hide_nav div#column_right,
.content_text_hide_border_hide_nav div#column_left,
.content_text_hide_border_hide_nav div#column_right {
	width: 397px;
}

.content_text_hide_nav div#column_left,
.content_text_hide_border_hide_nav div#column_left {
	margin-right: 6px;
}

a.a_big{
	/* 
	wird nur von groups/public/search.php und groups/public/advertisers/* verwendet
	sollte man evt. wegen besserer Konsistenz entfernen 
	*/
	font-weight: bold;
}

.preis {
	font-size: 11px;
	color: black;
}

.navi {
	color: black;
	font-weight: bold;
}
.navi:hover {
	color: black;
	font-weight: bold;
}

.post_unread {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.post_unread:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.post_read {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.post_read:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.formular {
		font-size: 12px;
		border: 1px solid #000000;  background: white;
}
.button {
	font-size: 12px;	
	border: 1px solid #000000;
	background: #ffffff;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}
.button_red {
	border: 1px solid red;
	background: #fcfaed;
	font-weight: bold;
	color: red;
	cursor : pointer;
}
.button_klein {
	border: 1px solid #000000;
	background: #edeff1;
	font-weight: normal;
	font-size: 9px;
	color: #041880;
	cursor : pointer;
	height: 17px;
}
.button_klein_red {
	border: 1px solid red;
	background: #edeff1;
	font-weight: normal;
	font-size: 9px;
	color: red;
	cursor : pointer;
	height: 17px;
}


/* Navigationselements */

.block_title{
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.block_title:hover {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
.block_title_sub{
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.block_title_sub:hover {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
.block_title_subsub {
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.block_title_subsub:hover {
	font-size: 11px;
	font-weight: normal;
		color: #800000;
	text-decoration: none;
}
.block_title_page {
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
.block_title_page:hover {
	font-size: 11px;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}

.block_formular{
	font-size: 11px;
	border: 1px solid #000000;
	background: white;
}

.links_footer{
	font-size: 11px;
	color: #808080;
	text-decoration: underline;
}
.links_footer:hover{
	font-size: 11px;
	color: black;
	text-decoration: none;
}

div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

p.error, span.error {
	color: #ff0000;
}

pre {
	margin: 3em;
	padding: 1em;
	border: 1px solid #808080;
	background-color: #e6e6e6;
	text-align: left;
}

.corner_tl, .corner_tr, .corner_bl, .corner_br {
	position: absolute;
	width: 2px;
	height: 2px;
}

.corner_tl {
	top: 0 !important;
	left: 0 !important;
}

.corner_tr {
	top: 0 !important;
	right: 0 !important;
}

.corner_bl {
	bottom: 0 !important;
	left: 0 !important;
}

.corner_br {
	bottom: 0 !important;
	right: 0 !important;
}

.ticker_content {
	text-decoration:none;
	color:black;
}

.ticker_content:hover {
	text-decoration:underline;
}
