/****************** Basic Styles for pro|M|tec **********************
version:	1.0
author:		linus stubert
email:		ls@goetzinger-komplizen.de
web:		http://www.goetzinger-komplizen.de
copyright:	goetzinger-komplizen 2010
*********************************************************************/

/*** basic styles ***/

html, body {
	height:100%;
}

body {
	text-align:center;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
	color:#000;
	background:#eae9e9;
}

img {
	border:none;
}

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#003d90;
}

h1 {
	font-size:16px;
	margin:0 0 1.5em 0;
}

h2 {
	margin-top:1.5em;
	font-size:14px;
	margin-bottom:1em;
}

h3, h4, h5, h6 {
	font-size:12px;
}

p {
	margin-bottom:1em;
}

td {
	font-size:12px;
	vertical-align:top;
}

ul, ol {
	margin-bottom:1em;
}

a {
	color:#003d90;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

select {
	color:#666;
	border:1px solid #ccc;
}



/*** wrapper styles ***/

#outer_wrapper {
	width:100%;
	background:#eae9e9 url(../img/bg.gif) repeat-y center 0;
}

#inner_wrapper {
	width:960px;
	text-align:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}



/*** header styles ***/

#header {
	position:relative;
	width:960px;
	height:143px;
}

#logo {
	position:absolute;
	top:32px;
	left:10px;
}

#titlebar {
	position:absolute;
	top:0;
	right:10px;
}


/*** header styles ***/

#header_image {
	width:630px;
	height:192px;
	margin-bottom:4px;
}

#kontakt_nav {
	background:#727a7d;
}

#kontakt_nav ul {
	padding-top:12px;
	margin:0;
}

#kontakt_nav li {
	display:inline;
	list-style:none;
	margin-left:20px;
}

#kontakt_nav li a {
	color:#FFF;
	text-decoration:none;
}

#kontakt_nav li a:hover {
	color:#FFF;
	text-decoration:underline;
}


/*** main styles ***/

#main {
	position:relative;
	padding:20px 0;
}

#main_right {
	width:727px;
	padding-top:50px;
	margin-right:10px;
	min-height:400px;
	position:relative;
	float:right;
	/* border-top:1px solid #284392; */
	border-top:1px solid #97ac12;
}

#breadcrumb {
	position:absolute;
	top:20px;
	left:0;
}

#breadcrumb ul {
	list-style-type:none;
	font-size:11px;
}

#breadcrumb ul li{
	color:#6bc0e6;
	display:inline;
	padding:0 10px 0 5px;
	background:transparent url(../img/arrow.gif) no-repeat right 5px;
}

#breadcrumb ul li.first {
	padding-left:0;
}

#breadcrumb ul li.last {
	padding-right:0;
	background:none;
}

#breadcrumb ul li a {
	color:#6bc0e6;
}

#language {
	position:absolute;
	top:20px;
	right:200px;
}

#language ul {
	list-style-type:none;
}

#language ul li{
	color:#727a7d;
	display:inline;
	padding:0 10px;
	background:transparent url(../img/vertical_bar.gif) no-repeat right 3px;
}

#language ul li.first {
	padding-left:0;
}

#language ul li.last {
	padding-right:0;
	background:none;
}

#search {
	position:absolute;
	top:20px;
	right:0;
}


/*** menu styles ***/

#menu {
	float:left;
	width:183px;
	padding-left:10px;
	overflow-y:hidden;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}

#menu ul li {
	margin:0;
	padding:0;
	background:none;
	line-height:normal;
	border-bottom:1px dotted #97ac12;
	/* border-bottom:1px dotted #46b0e0; */
}

#menu ul li.first {
	border-top:1px dotted #97ac12;
	/* border-top:1px dotted #46b0e0; */
}

#menu ul li a, #menu ul li .noLink {
	color:#333;
	display:block;
	padding:4px 5px;
	border-bottom:1px solid #fff;
}

#menu ul li.current a {
	font-weight:bold;
	color:#284392;
}

#menu ul li.current ul li a {
	font-weight:normal;
	color:#003b8c;
}

#menu ul li .noLink {
	color:#003b8c;
}

#menu ul li a:hover {
	color:#284392;
}

#menu ul li ul li {
	border:0;
}

#menu ul li ul li a {
	width:109px;
	margin-left:10px;
}

#menu ul li ul li.current a {
	font-weight:bold;
	color:#284392;
}

#menu ul li ul li.last a {
	border-bottom:none;
}


/*** content styles ***/

#content {
	padding-top:1em;
}

#content ul li {
	list-style:disc;
	margin-left:20px;
}

#content ol li {
	list-style-type:decimal;
	margin-left:20px;
}

#col_wrapper {
	padding-top:1.5em;
}

#col_wrapper h2 {
	border-bottom:1px solid #97ac12;
	padding-bottom:3px;
	margin:0 0 1em 0;
	width:185px;
}

#left_col {
	float:left;
	height:250px;
	width:229px;
	padding:0 10px 0 0;
	background:transparent url(../img/dotted_line_v.gif) no-repeat 219px 10px;
	position:relative;
}

#left_col a, #center_col a {
	position:absolute;
	height:40px;
	width:165px;
	padding:160px 10px 0 10px;
	font-weight:bold;
}

#left_col a {
	top:35px;
	left:0;
}

#center_col a {
	top:35px;
	left:10px;
}

#center_col {
	float:left;
	height:250px;
	width:229px;
	padding:0 10px;
	background:transparent url(../img/dotted_line_v.gif) no-repeat 229px 10px;
	position:relative;
}

#right_col {
	float:left;
	height:250px;
	width:228px;
	padding:0 0 0 10px;
}


/*** footer styles ***/

#footer {
	clear:both;
	padding:10px 0;
	height:67px;
	width:980px;
	/* color:#727a7d; */
	color:#fff;
	background:transparent url(../img/footer_bg.jpg) no-repeat center bottom;
	position:relative;
	left:-10px;
}

#footer #copyright_notice {
	position:absolute;
	bottom:10px;
	left:20px;
}

#footer #footer_menu {
	position:absolute;
	bottom:10px;
	right:20px;
}

#footer #footer_menu ul {
	list-style:none;
	float:right;
	margin:0;
}

#footer #footer_menu ul li {
	display:inline;
}

#footer #footer_menu ul li a {
	padding:0 10px;
	margin-top:10px;
	/* background:transparent url(../img/vertical_bar.gif) no-repeat right 50%; */
	border-right:1px solid #fff;
	/* color:#727a7d; */
	color:#fff;
	text-decoration:none;
}

#footer #footer_menu ul li a:hover {
	text-decoration:underline;
}

#footer #footer_menu ul li.last a {
	padding-right:0;
	/* background:none; */
	border-right:0;
}


/* team styles */

#content .floatbox {
	float:left;
	width:200px;
	height:280px;
}


/* news styles */

#content .news-item {
	margin-bottom:20px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
}

#content .news-latest {
}

#content .news-latest .news-item  {

}

#content .news-latest .even {
	border-right:none;
}

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

#content .news-item .news-single-img img {
	float:none;
	margin:0px;
}

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

#content .news-item h1 {
	font-size:14px;
	margin-top:17px;
	margin-bottom:16px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#003d90;
	font-weight:bold;
}

#content .news-item h2 {
	font-size:12px;
	font-weight:bold;
	color:#003d90;
	text-align:left;
	margin-bottom:0;
}

#content .news-item a, #content .news-item a:hover, #content .news-item a:visited {
	text-decoration:none;
	color:#003d90;
}

#content .news-item h2 a, #content .news-item h2 a:hover, #content .news-item h2 a:visited {
	text-decoration:none;
	color:#000;
}

#content .news-item p {
}

#content .news-item .news-date {
	font-weight:bold;
	color:#003d90;
}

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

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

#content .archive-element {

}


/************************ macina searchbox styles *************************/

#search input.macina_searchbox_inputbox {
	font-family:Verdana,Tahoma,Arial,sans-serif;
	float:left;
	height:12px;
	width:120px;
	margin-right:10px;
	font-size:11px;
	padding:1px;
	border:1px solid #666;
}

#search input.macina_searchbox_submitbutton {
	float:left;
	width:16px;
	height:16px;
	font-weight:bold;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:11px;
	background:transparent url(../img/arrow_orange.gif) no-repeat 5px 4px;
	border:1px solid #666;
	cursor:pointer;
}


/*** form styles ***/

.tx-thmailformplus-pi1 fieldset {
	border:0;
	margin-bottom:1.5em;
}

.tx-thmailformplus-pi1 .fieldrow {
	overflow:auto;
	clear:both;
	padding-bottom:3px;
	padding-top:3px;
}

.tx-thmailformplus-pi1 input {
	float:left;
	display:block;
}

.tx-thmailformplus-pi1 .text_input, .tx-thmailformplus-pi1 .submit, .tx-thmailformplus-pi1 select, .tx-thmailformplus-pi1 textarea {
	border:1px solid #ccc;
	width:150px;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:11px;
	padding:3px;
	margin-right:6px;
}

.tx-thmailformplus-pi1 textarea {
	display:block;
	clear:both;
	width:270px;
	height:60px;
}

.tx-thmailformplus-pi1 .text_input_medium {
	width:98px;
}

.tx-thmailformplus-pi1 .text_input_small {
	width:38px;
}

.tx-thmailformplus-pi1 label {
	float:left;
	width:120px;
	display:block;
	line-height:1.5em;
}

.tx-thmailformplus-pi1 label.long_label {
	width:auto;
	line-height:1.5em;
}

.tx-thmailformplus-pi1 .post_label {
	float:left;
	display:block;
	width:auto;
	margin-right:6px;
	line-height:1.5em;
}

.tx-thmailformplus-pi1 .radio, .checkbox {
	border:0;
	width:20px;
	height:1.5em;
}

.tx-thmailformplus-pi1 .error {
	color:#f00;
	display:inline;
}

.tx-thmailformplus-pi1 #cpt {
	clear:both;
}

.tx-thmailformplus-pi1 #cpti {
	float:left;
	padding-bottom:20px;
}

.tx-thmailformplus-pi1 #cpt_label {
	width:228px;
	clear:both;
}

.tx-thmailformplus-pi1 .error.clear {
	margin-left:20px;
}

.tx-thmailformplus-pi1 #error_cpt {
	clear:both;
	display:block;
}

.tx-thmailformplus-pi1 .submit {
	width:auto;
	cursor:pointer;
}

.tx-thmailformplus-pi1 .submit:hover {
	text-decoration:underline;
}


/*** wssitemap styles ***/

.tx-wssitemap-pi1 .treemenudiv img {
	vertical-align:middle;
}
.tx-wssitemap-pi1 .treemenudiv a {
	color:#788289;
}

.tx-wssitemap-pi1 {
	position:relative;
	left:-22px;
}


/*** RTE styles ***/

table.zebra {
	border-collapse:separate;
	border-spacing:2px 2px;
	width:100%;
	margin-bottom:1.5em;
}

table.zebra td, #content table.zebra th {
	padding:8px 10px 10px 10px;
}

table.zebra p, #content table.zebra ul {
	margin-bottom:0;
}

table.zebra ul li {
	list-style-type:none;
	background:transparent url(../img/dash.gif) no-repeat 0 7px;
	padding-left:10px;
	margin-left:0;
}

table.zebra tr.odd td, table.zebra tr.odd th {
	background:#cfe5f2;
}

table.zebra tr.even td, table.zebra tr.even th {
	background:#ebf6fa;
}

table.zebra b {
	color:#003d90;
}

table.two_col td, table.two_col th {
	width:250px;
}

table.two_col td, table.two_col th {
	width:50%;
}

table.team  {
	border-collapse:separate;
	border-spacing:2px 2px;
}

table.team td {
	font-size:11px;
}

table.team td img {
	padding-right:20px;
}

div.indent {
	margin-left:20px;
}