/* Autor: Dirk Petscheleit --- www.roterblitz.de*/

/* undo: */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border:  1px solid white;
}

/* Generelle Formatierungen */
body {
	font:83%/1.5 arial,tahoma,verdana,sans-serif;
	background-color:white;;
	line-height:120%;
	color: #444444;
}

a:link {
	color: white;
	font-weight: bold;
}

a:visited {
	color: white;
	font-weight: bold;
}
a:hover {
	color: #009EE0;
	background-color: white;
}

a:active {
	color: #444444;
	text-decoration: underline;
}
p, ul, ol {
	margin: 0 0 1.5em
	}

p {
	
}


h1, h2, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 0 0 .3em;
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em
	}
	
h1 {
	font-size: 180%;
	margin-top:.6em;

}
h2 {
	font-size: 136%;
}

.boxRight h2 {
	margin-left:  10px;
	margin-top: 10px
}


h3 {
    font-size: 126%
    letter-spacing: 0;
	margin-bottom: 5px;
}
h4 {font-size: 116%}
h5 {font-size: 106%}


/* Container */

#contentWrap {
	width: 780px;;
	text-align: left;
}

#contentWrapStart img {
	border: 2px solid white;
}

#header {
	border: 1px solid white;
	background-color: white;
	color: #009EE0;
	height: 160px;
}

#content {
	background-color: #009ee0;
	color: white;
	padding: 20px;
}
#content p {
	line-height: 1.4em;
}

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

.imageLeft {
	float: left;
	border: 1px solid white;
}

.box {
	float: left;
	margin: 10px;
}
.boxLeftBig {
	float: left;
	margin: 10px;
	width: 500px;
}
.boxLeftSmall {
	float: left;
	margin: 10px;
	width: 220px;
}
.boxRight {
	padding-left: 20px;
	width: 350px;
	float: left;
}

.boxRightBig {
	border-left: 1px solid white;
	padding-left: 20px;
	width: 370px;
	float: left;
}
.boxRightSmall {
	border-left: 1px solid white;
	padding-left: 20px;
	width: 220px;
		float: left;
}

#footer {
	background-color: white;
	text-align: center;
	padding: 10px;
	color: #009EE0;
	font-weight: bold;
}

.clearer {
	clear: both;
	visibility: hidden;
}

/* Navigation */
/* Navigation */
#header img {
	float: left;
	margin: 15px 50px 0 15px;
}

ul#navlist { 
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
text-align: left;
}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
font-size: 14px;
 
}

ul#navlist, ul#navlist ul, ul#navlist li
{

list-style-type: none;
}

ul#navlist li { 
float: left; }

ul#navlist li a
{
color: #009EE0;
background-color: transparent;
padding: 3px 20px 3px 18px;
background: transparent url(../images/layout/quadrat-blau-12.gif) 2px 4px no-repeat;
}

ul#navlist li a:hover
{

background-color: transparent;
	background-image: url(../images/layout/quadrat-blau-12-over.gif);

}

ul#navlist ul a {
	font-size:  10px;;
}

ul#navlist li a:active
{
color: #993300;
}

ul.subnavlist { display: block; width: 11em;list-style: inside; margin-left: 10px; }
ul.subnavlist li { float: none; display: block; width: 11em;  }
ul.subnavlist li a
{
padding: 0 0 0 14px;
margin: 0px;
font-size: 11px;
background: transparent url(../images/layout/quadrat-blau-8.gif) 2px 4px no-repeat;
}
ul.subnavlist li a:hover {
	background-image: url(../images/layout/quadrat-blau-8-over.gif);
}

#current {
	background-image: url(../images/icons/punkt-dunkel.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	color: #993300;
}



#subcurrent {
	color: #993300;
	background-image: url(../images/punkt-orange.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	
}

/* spezielle Formatierungen */

.readMore {
	text-align: right;
	width: 400px;
}

.right {
	float: right;
}

.small {
	font-size: 0.8em;
}

.referenz {
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;
	border: 1px solid #eee;
	background-color: white;
	float: left;
}
.referenz p{
	margin: 0;
	color: #009EE0;
}
.referenz img {
	border:  none;
}

.neuigkeiten img {
	float:  left;
	margin: 0 10px 10px 0;
}

.neuigkeiten h2,
.neuigkeiten h3,
.neuigkeiten p {
	margin-left: 150px;
}

.neuigkeiten .box {
	width:  600px;
}

#skip {
	display: none;
}
.error {
	color: red;
	font-weight: bold
}
.success {
	color: green;
	font-weight: bold
}

/* Kontaktformular */


fieldset {
	margin: 20px;
	padding: 10px;
}

#expose fieldset, #finanzierung fieldset {
	margin: 0px;
	padding: 10px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

fieldset select {
	width: 150px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
	font-weight: bold;
}

fieldset br {
	clear: left;
}

#buttons {
	margin: 20px;
}


fieldset {
border: none;
	border-top: 1px solid white;
}
legend {
	color: #009EE0;
	background-color: white;
	padding: 4px;
	font-weight: bold;
}



ul#siteNavi { 
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
}

ul#siteNavi a
{

font-weight: bold;
text-decoration: none;
font-size: 12px;
 
}

ul#siteNavi, ul#siteNavi ul, ul#siteNavi li
{

list-style-type: none;
}

ul#siteNavi li { 
float: left; }

ul#siteNavi li a
{
color: white;
background-color: transparent;
padding: 3px 20px 3px 18px;
background: transparent url(../images/layout/quadrat-weiss-12.gif) 2px 4px no-repeat;
}

ul#siteNavi li a:hover
{

background-color: transparent;
	background-image: url(../images/layout/quadrat-weiss-12-over.gif);

}

ul#siteNavi li a:active
{
color: #993300;
}


/* TabNavigation */

ul#tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #ccc;
margin: 0;
margin-left: 20px;
}

ul#tabnav li {
float: left;
height: 21px;
background-color: #EEEEEE;
margin: 2px 2px 0 2px;
border: 1px solid #ccc;
}

#tab0 li.tab0, #tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3, #tab4 li.tab4 , #tab5 li.tab5, #tab6 li.tab6, #tab7 li.tab7 {
border-bottom: 1px solid #009EE0;
background-color: #009EE0;
color: white;
}

#tab0 li.tab0 a, #tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a, #tab4 li.tab4 a, #tab5 li.tab5 a, #tab6 li.tab6, #tab7 li.tab7 a {
color: white;;
}

#tabnav a {
float: left;
display: block;
color: #969696;;
text-decoration: none;
padding: 4px;
}

#tabnav a:hover {

background-color: #009EE0;
color: white;
}

table {
border-collapse: collapse;
border-color: white;
}


td {
	padding: 10px;
}

.teamBox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.teamBox {
	margin-left: 40px;
	width: 350px;
	height: 180px;
	float: left;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #009EE0;}
#TB_window a:visited {color: #009EE0;}
#TB_window a:hover {color: white; background-color: #009EE0;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid black;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#aktiv a {
	color: #009EE0;
}

p.weiterlesen {
	text-align: right;
	margin: 0px;
}

p.subtitle {
	margin: 0;
}

.newslist {
	padding-bottom:  10px;
	margin-top:  10px;
	border-bottom:  1px solid white;
	margin-left:  40px;
}

.newslist:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .newsbox {height: 1%;}
/* End hide from IE-mac */
/* Navigation */

.newslist p.image, .newslist p.noimage {
	float:  left;
	width:  100px;
	margin: 0 15px 0 0;
}
.image img {
	border:  1px solid white;
}

table {
	margin: 10px;
}
table td {
	border: 1px solid white;
}

#popup {
color: black;
}

#badge {
	position:  absolute;
	top: 38px;
	left:  800px;
}

#badge img {
	border:  none;
}

/* Autor: Dirk Petscheleit --- www.roterblitz.de*/

/* undo: */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border:  1px solid white;
}

/* Generelle Formatierungen */
body {
	font:83%/1.5 arial,tahoma,verdana,sans-serif;
	background-color:white;;
	line-height:120%;
	color: #444444;
}

a:link {
	color: white;
	font-weight: bold;
}

a:visited {
	color: white;
	font-weight: bold;
}
a:hover {
	color: #009EE0;
	background-color: white;
}

a:active {
	color: #444444;
	text-decoration: underline;
}
p, ul, ol {
	margin: 0 0 1.5em
	}

p {
	
}


h1, h2, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 0 0 .3em;
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em
	}
	
h1 {
	font-size: 180%;
	margin-top:.6em;

}
h2 {
	font-size: 136%;
}

.boxRight h2 {
	/*margin-left:  10px;*/
	margin-top: 10px
}


h3 {
    font-size: 126%
    letter-spacing: 0;
	margin-bottom: 5px;
}
h4 {font-size: 116%}
h5 {font-size: 106%}


/* Container */

#contentWrap {
	width: 780px;;
	text-align: left;
}

#contentWrapStart img {
	border: 2px solid white;
}

#header {
	border: 1px solid white;
	background-color: white;
	color: #009EE0;
	height: 160px;
}

#content {
	background-color: #009ee0;
	color: white;
	padding: 20px;
}
#content p {
	line-height: 1.4em;
}

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

.imageLeft {
	float: left;
	border: 1px solid white;
}

.box {
	float: left;
	margin: 10px;
	/*border: 1px solid white;*/
}
.boxLeftBig {
	float: left;
	margin: 10px;
	width: 500px;
}
.boxLeftSmall {
	float: left;
	margin: 10px;
	width: 220px;
}
.boxRight {
	padding-left: 20px;
	width: 350px;
	float: left;
}

.boxRightBig {
	border-left: 1px solid white;
	padding-left: 20px;
	width: 370px;
	float: left;
}
.boxRightSmall {
	border-left: 1px solid white;
	padding-left: 20px;
	width: 220px;
		float: left;
}

#footer {
	background-color: white;
	text-align: center;
	padding: 10px;
	color: #009EE0;
	font-weight: bold;
}

.clearer {
	clear: both;
	visibility: hidden;
}

/* Navigation */
/* Navigation */
#header img {
	float: left;
	margin: 15px 50px 0 15px;
}

ul#navlist { 
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
text-align: left;
}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
font-size: 14px;
 
}

ul#navlist, ul#navlist ul, ul#navlist li
{

list-style-type: none;
}

ul#navlist li { 
float: left; }

ul#navlist li a
{
color: #009EE0;
background-color: transparent;
padding: 3px 20px 3px 18px;
background: transparent url(../images/layout/quadrat-blau-12.gif) 2px 4px no-repeat;
}

ul#navlist li a:hover
{

background-color: transparent;
	background-image: url(../images/layout/quadrat-blau-12-over.gif);

}

ul#navlist ul a {
	font-size:  10px;;
}

ul#navlist li a:active
{
color: #993300;
}

ul.subnavlist { display: block; width: 11em;list-style: inside; margin-left: 10px; }
ul.subnavlist li { float: none; display: block; width: 11em;  }
ul.subnavlist li a
{
padding: 0 0 0 14px;
margin: 0px;
font-size: 11px;
background: transparent url(../images/layout/quadrat-blau-8.gif) 2px 4px no-repeat;
}
ul.subnavlist li a:hover {
	background-image: url(../images/layout/quadrat-blau-8-over.gif);
}

#current {
	background-image: url(../images/icons/punkt-dunkel.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	color: #993300;
}



#subcurrent {
	color: #993300;
	background-image: url(../images/punkt-orange.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	
}

/* spezielle Formatierungen */

.readMore {
	text-align: right;
	width: 400px;
}

.right {
	float: right;
}

.small {
	font-size: 0.8em;
}

.referenz {
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;
	border: 1px solid #eee;
	background-color: white;
	float: left;
}
.referenz p{
	margin: 0;
	color: #009EE0;
}
.referenz img {
	border:  none;
}

.architektur img {
	border:  1px solid white;
}


#skip {
	display: none;
}
.error {
	color: red;
	font-weight: bold
}
.success {
	color: green;
	font-weight: bold
}

/* Kontaktformular */


fieldset {
	margin: 20px;
	padding: 10px;
}

#expose fieldset, #finanzierung fieldset {
	margin: 0px;
	padding: 10px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

fieldset select {
	width: 150px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
	font-weight: bold;
}

fieldset br {
	clear: left;
}

#buttons {
	margin: 20px;
}


fieldset {
border: none;
	border-top: 1px solid white;
}
legend {
	color: #009EE0;
	background-color: white;
	padding: 4px;
	font-weight: bold;
}



ul#siteNavi { 
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
}

ul#siteNavi a
{

font-weight: bold;
text-decoration: none;
font-size: 12px;
 
}

ul#siteNavi, ul#siteNavi ul, ul#siteNavi li
{

list-style-type: none;
}

ul#siteNavi li { 
float: left; }

ul#siteNavi li a
{
color: white;
background-color: transparent;
padding: 3px 20px 3px 18px;
background: transparent url(../images/layout/quadrat-weiss-12.gif) 2px 4px no-repeat;
}

ul#siteNavi li a:hover
{

background-color: transparent;
	background-image: url(../images/layout/quadrat-weiss-12-over.gif);

}

ul#siteNavi li a:active
{
color: #993300;
}


/* TabNavigation */

ul#tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #ccc;
margin: 0;
margin-left: 20px;
}

ul#tabnav li {
float: left;
height: 21px;
background-color: #EEEEEE;
margin: 2px 2px 0 2px;
border: 1px solid #ccc;
}

#tab0 li.tab0, #tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3, #tab4 li.tab4 , #tab5 li.tab5, #tab6 li.tab6, #tab7 li.tab7 {
border-bottom: 1px solid #009EE0;
background-color: #009EE0;
color: white;
}

#tab0 li.tab0 a, #tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a, #tab4 li.tab4 a, #tab5 li.tab5 a, #tab6 li.tab6, #tab7 li.tab7 a {
color: white;;
}

#tabnav a {
float: left;
display: block;
color: #969696;;
text-decoration: none;
padding: 4px;
}

#tabnav a:hover {

background-color: #009EE0;
color: white;
}

table {
border-collapse: collapse;
border-color: white;
}


td {
	padding: 10px;
}

.teamBox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.teamBox {
	margin-left: 40px;
	width: 350px;
	height: 180px;
	float: left;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #009EE0;}
#TB_window a:visited {color: #009EE0;}
#TB_window a:hover {color: white; background-color: #009EE0;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid black;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#aktiv a {
	color: #009EE0;
}

p.weiterlesen {
	text-align: right;
	margin: 0px;
}

p.subtitle {
	margin: 0;
}

.newslist {
	padding-bottom:  10px;
	margin-top:  10px;
	border-bottom:  1px solid white;
	margin-left:  40px;
}

.newslist:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .newsbox {height: 1%;}
/* End hide from IE-mac */
/* Navigation */

.newslist p.image, .newslist p.noimage {
	float:  left;
	width:  100px;
	margin: 0 15px 0 0;
}
.image img {
	border:  1px solid white;
}

table {
	margin: 10px;
}
table td {
	border: 1px solid white;
}

#popup {
color: black;
}

#badge {
	position:  absolute;
	top: 38px;
	left:  800px;
}

#badge img {
	border:  none;
}





