
/**
 * ProbFiction CSS
 *
 * @copyright PCSG OHG www.pcsg.de
 */

* {
	font: normal 12px verdana,tahoma,arial,helvetica;
	line-height: 1.4em
}

/* Elements
**************************************************/

html, body {
	float: left;
	width: 100%;
	min-height: 900px;
}

body {
	color: #DEDEDE;
	overflow-y: scroll;
	padding-bottom: 50px;
	background: rgb(30, 12, 12);
}

h1, h2, h3, h4, h5, h5 {
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
}

h1 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

a { color: #DCE1F2; font-weight: bold; }
a:hover { text-decoration: none; }

input {
	background-color: #fff;
	border: 1px solid #939393;
	padding: 2px;
	margin: 2px;
}

.image {
	border: 1px solid #000;
	float: left;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 0;
	line-height: 0;
}

.image img {
	margin: 5px;
	padding: 0;
	border: 0;
}

/* Desgin
**************************************************/

.page-container {
	width: 960px;
	margin: 0 auto;
}

/* Navigation
**************************************************/

#navigation {
	color: #fff;
	float: left;
	margin: 1px 0;
	width: 100%;
	background-color: #000;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	z-index: 10;
}
#navigation ul {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#navigation li {
	position: relative;
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold !important;

	margin-left: 20px;
	width: 140px;
}
#navigation a:hover {
	background-color: #000;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#navigation a span {
	margin: 15px;
	float: left;
	text-align: center;
	width: 120px;
	font-weight: bold;
}
#navigation ul ul {
	margin-top: 45px;
	margin-left: 0;
	left: 20px;
	position: absolute;
	float: left;

	background-color: #000;
	z-index: 10;
}
#navigation ul ul li {
	clear: both;
	position: relative;
	width: 160px;
	background-color: #000;
}
#navigation ul ul li span { text-align: left; margin: 8px 15px}
#navigation ul ul li a { margin: 0px 10px 0px 0px; }

#navigation a.has_children {
	background: url('images/16x16/bullet_go.png') no-repeat right center;
}

.communitylink {
	position: absolute;
	left: 800px;
}

#navigation_line {
	background-color: #000;
	width: 100%;
	height: 5px;
	float: left;
	clear: both;
	margin-top: 2px;
	position: relative;
	z-index: 9;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/* Content Box
**************************************************/

.box {
	width: 720px;
	float: left;
}

.box_header {
	width: 720px;
	height: 47px;
	background: url('images/news_topic.png') no-repeat top left;
	float: left;
}
.box_header h1 {
	margin: 10px 20px 0;
}

.box_content {
	width: 720px;
	background: url('images/news_bg.png') repeat-y;
	float: left;
	clear: both;
}

.box_footer {
	width: 720px;
	height: 25px;
	background: url('images/news_bottom.png') no-repeat top left;
	float: left;
	clear: both;
}

.innercontent {
	margin: 10px 20px;
	float: left;
}

/* Breadcrumb
**************************************************/

.breadcrumb {
	float: left;
	clear: both;
	margin-top: 260px;
	margin-left: 270px;
	width: 720px;
}

.breadcrumb li,
.breadcrumb span {
	float: left;
	margin-right: 10px;
}

.breadcrumb a {
	background: url('images/16x16/bullet_go.png') no-repeat 2px -1px;
	padding-left: 20px;
}

/* Content
**************************************************/

.content-container {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 250px;
}



/* Portal News
**************************************************/

.portal_news_entry_right,
.portal_news_entry_left {
	width: 320px;;
	float: left;
	margin-right: 40px;
}

.portal_news_entry_right {
	margin-right: 0px;
}

.portal_news_entry_right a,
.portal_news_entry_left a {
	float: right; clear: both;
}


.portal_news_entry_right h3 a,
.portal_news_entry_left h3 a {
	float: left;
	clear: both;
	font-size: 16px;
}


/* Footer
**************************************************/

.footer {
	float: left;
	clear: both;
	margin-top: 30px;
	margin-left: 250px;
}

.footer h6 {
	margin-bottom: 10px;
}

.footer ul {
	float: left;
	width: 160px;
	margin-right: 20px;
}

.footer ul a {
	line-height: 20px;
}

/* Suche
*************************************************/

.PCSG_Search .form {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
}

.PCSG_Search input {
	padding: 2px;
	font-size: 0-9em;
	border: 1px solid #474543;	
}

.PCSG_Search .submit {
	cursor: pointer;
	background-color: #fff;
}

.PCSG_Search .search {
	width: 200px;	
}

.PCSG_Search .message {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 650px;
	padding	: 10px;
	border-color: #000;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	
.PCSG_Search .entry {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 650px;
	padding	: 10px;
	border-color: #000;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PCSG_Search .entry h2 {
	margin-bottom: 5px;
	border-bottom:1px dashed #ACA5A3;
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:2px;
}


/* Blättern */
.PCSG_Search .sheets {
	clear: both;
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.PCSG_Search .sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.PCSG_Search .sheets a:hover, 
.PCSG_Search	.sheets a.active {
	border:1px solid #816464;
	color: #fff !important;
	background-color: #814646 !important;
}

.PCSG_Search .sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background-color: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.PCSG_Search .sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}


.PCSG_Search_mainpage {
      clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 240px;
	padding	: 10px;
	border-color: #000;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
