/*************** Basic Styles for goetzinger+komplizen gmbh ****************
version:	neu
author:		linus stubert, sven kaiser
email:		ls@goetzinger-komplizen.de | sk@goetzinger-komplizen.de
web:        http://www.goetzinger-komplizen.de
copyright:	goetzinger-komplizen 2010
**************************************************************************/

/********************** basic styles *************************************/

html {
	height:100%;
	overflow-x:hidden;
}

body {
	background:#000 url("../img/bg_pattern.jpg") repeat-x 0 170px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:11px;
	text-align:center;
	height:100%;
	overflow-x:hidden;
}

* html body {

}

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

h1, h2 {
	color:#b00b36;
	font-size:14px;
	margin-top:1em;
}

h3 {
	color:#b00b36;
	font-size:12px;
	margin-top:1em;
}

h4 {
	font-size:12px;
	margin-top:1em;
}

p {
	color:#000;
	padding-top:1em;
}

a {
	color:#b00b36;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.csc-textpic {
	clear:both;
}

.csc-textpic ul {
	list-style-type:none;
}

.clear {
	clear:both;
}

/****************************** wrapper styles **************************/

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
	background: url("../img/bg_wrapper.jpg") no-repeat left 0px;
	height:100%;
	min-height:100%;
}



/*************************** header styles *****************************/

#header {
	width:960px;
	height:170px;
	background:transparent url(../img/bg_wrapper.jpg) no-repeat scroll left 0;
	position:absolute;
	top:0;
	z-index:5000;
}

#header .logo {
	position:absolute;
	top:50px;
	left:375px;
}

#topnav {
	list-style:none;
	position:absolute;
	top:135px;
	left:370px;
}

#topnav li {
	display:inline;
	padding:0;
	margin:0;
	padding-right:10px;
	border-right:1px solid #a4003f;
	margin-right:10px;
}

#topnav li.last {
	padding-right:0;
	margin-right:0;
	border-right:0;
}

#topnav li a {
	font-size:14px;
	font-family:Trebuchet MS,Arial,Verdana,Tahoma,sans-serif;
	color:#a4003f;
	text-decoration:none;
	margin:0;
}

#topnav li a:hover {
	color:#999;
}

#subnav {
	list-style:none;
	margin:0 0 2em 0;
}

#subnav li {
	display:inline;
	padding:0;
	margin:0;
	padding-right:10px;
	border-right:1px solid #a4003f;
	margin-right:10px;
}

#subnav li.last {
	padding-right:0;
	margin-right:0;
	border-right:0;
}

#subnav li a {
	font-size:13px;
	color:#a4003f;
	text-decoration:none;
	margin:0;
}

#subnav li a:hover {
	color:#999;
}



/**************************** content styles ***************************/

#main {
	width:960px;
	line-height:17px;
	position:absolute;
	top:170px;
}

#main #left {
	top:0;
	left:0;
	width:330px;
	height:380px;
	position:absolute;
}

#main #right {
	position:absolute;
	top:0;
	right:0;
	overflow-x:hidden;
	overflow-y:auto;
	width:590px;
	height:340px;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
}

#main #right p {
	margin-right:1em;
}

#content-left {
	padding:20px;
	overflow-x:hidden;
	overflow-y:auto;
	height:340px;
	width:290px;
	position:absolute;
}



.floatleft {
	float:left;
	margin:0px 10px 0px 0px;
}

/**************************** footer styles ****************************/

#footer {
	position:absolute;
	top:550px;
	left:0;
	width:960px;
	height:20px;
}

#footer p {
	float:right;
	color:#b00b36;
	font-size:13px;
	padding-top:5px;
	padding-left:15px;
}

#footer a {
	color:#b00b36;
	font-size:13px;
	text-decoration:none;
}



/*************************** form styles mailform **************************/

.mailform {
	width:500px;
}

.mailform  label {
	color:#000;
	font-size:11px;
	width:80px;
	float:left;
}

* html .mailform legend, *+html .mailform legend {
	margin:0 0 8px -8px;
}

.mailform fieldset {
	border:none;
	margin-top:2em;
}

.mailform legend {
	color:#b00b36;
	font-weight:bold;
	margin-top:15px;
}

.mailform input {
	width:180px;
	height:17px;
	border:1px solid #999;
	float:left;
}

.mailform .mailform-field {
	padding-top:0.5em;
	width:360px;
	clear:both;
}

.mailform .checkbox {
	float:left;
	border:none;
	width: 15px;
}

.mailform .checkbox-label {
	width:300px;
	padding-left:1em;
	float:left;
}

.mailform .submit {
	background:#ccc;
	font-size:10px;
	margin-bottom:10px;
	float:left;
}

.mailform .error {
	clear:both;
	color:#b20044;
}

.mailform textarea {
	width:300px;
	height:80px;
	border:1px solid #999;
}



/*************************** news styles **************************************************/

#main .news-item {
	margin-bottom:20px;
	color:#000;
	font-weight:normal;
	text-align:left;
	margin-bottom:10px;
	width:540px;
	border-bottom:1px dotted #b00b36;
	min-height:110px;
}

#main .news-list {
	margin-bottom:20px;
}

#main .news-item p {
	color:#000;
}

#main .news-latest .news-item  {
	width:auto;
}

#main .news-item .news-single-img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#main .news-item .news-single-img img {
	margin:0px;
}

#main .news-item img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#main .news-item h1 {
	font-size:14px;
	margin-top:17px;
	margin-bottom:16px;
	text-align:left;
	text-transform:uppercase;
	color:#b00b36;
}

#main .news-item h2 {
	margin-bottom:16px;
	font-size:12px;
	color:#000;
	text-align:left;
}

#main .news-item a, #main .news-item a:hover, #main .news-item a:visited {
	text-decoration:none;
	color:#b00b36;
}

#main .back_link, #main .back-link, #main .back-link {
	clear:both;
}

#main .news-item h2 a, #main .news-item h2 a:hover, #main .news-item h2 a:visited {
	text-decoration:none;
	color:#b00b36;
	font-size:13px;
}

#main .news-item p {
	padding:0 0 1em 0;
}

#main .news-item .news-date {
	white-space:nowrap;
}

#main .news-archive {
	text-align:left;
}

#main .news-archive .news-amenu-item-year {
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
}

#main .archive-element {

}


/*** employee styles ***/

.photo-enlarged {
	position:absolute;
	top:0;
	left:60px;
	z-index:8000;
}



/*** sidebar styles ***/

.sidebar-text {
	position:absolute;
	top:20px;
	left:10px;
	display:none;
}

.sidebar-image {
	position:absolute;
	display:none;
}

#codex-tasche {
	left:30px;
	top:134px;
}

#spezialisierung-erbse {
	left:20px;
	top:140px;
}

#profil-claudia {
	left:20px;
	top:75px;
}

#profil-text {
	left:18px;
}

.bullet {
	position:absolute;
	z-index:100;
	display:none;
}

#bullet1 {
	left:260px;
	top:100px;
}

#bullet2 {
	left:275px;
	top:135px;
}

#bullet3 {
	left:260px;
	top:170px;
}

#bullet4 {
	left:275px;
	top:205px;
}

#bullet5 {
	left:260px;
	top:240px;
}

#indizien-text {
	left:40px;
}

#tatbestand-text {
}

#tatbestand-kirsche {
	left:131px;
	top:116px;
}

#tatort-text {
	z-index:30;
}

#tatort-band {
	left:0;
	top:322px;
}

#tatort-villa {
	left:20px;
	top:50px;
}

#kontakt-handschellen {
	left:-266px;
	top:190px;
}

#jobs-text {
	left:120px;
	z-index:50;
}

#jobs-blut {
	left:0;
	top:-266px;
	z-index:30;
}

#jobs-briefmarke {
	width:386px;
	height:332px;
	right:0;
	top:179px;
}

#waffen-messer {
	top:111px;
}