/* -------------------------------------------------------------------------- HP default Settings -------------------*/

/* blendet scrollbar bei Moz u. FF ein */
html {height: 100%; margin-bottom: 1px; }

body {
	margin:0;
	padding: 5px 0 0 0;
	/*font-size: 62.5%;*/  /* Resets 1em to 10px */
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	color:#333; background-color:#FFF;
	text-align:center;
}

#page {
	margin:0 auto;
	width: 850px;
	text-align:left;
}

#page_small {
	margin:0 auto;
	padding:0 0 35px 0;
	width: 610px;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	font-size:1.1em;
}

.space {
	margin-top:6px;
	padding:0px;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}

a {
	text-decoration:none;
	color:#2170ad;
}

a.mehr {
	margin:0;
	padding-left:12px;
	color:#2170ad;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	background-image: url(../bgimg/pfeil02.gif);
	background-repeat: no-repeat;
	background-position: 0 55%;
}

a.mehr:hover {
	text-decoration:underline;
}

a.mehr:visited {
	font-weight:normal;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.text {
	font-size:11px;
	font-weight:normal;
}

.textbold {
	font-size:11px;
	font-weight:bold;
}

a img {
	border:none;
}

/* -------------------------------------------------------------------------- Navigation -------------------------*/
#logo {
	margin:0; padding:0; width:233px :height:54px;
}

ul#top_navlist {
	margin:10px 0 0 0;
	padding:0;
	white-space: nowrap;
}

#top_navlist li {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
}

#top_navlist a {
	float:left;
	display:block;
	line-height:20px;
	text-align:center;
	width:17%; 
	margin-right:1px;
	padding:0;
	text-decoration:none;
	font-weight:bold; font-size:13px;
}
#top_navlist a:link, #top_navlist a:visited { 
	color:#333;
	background-image: url(../bgimg/verlauf_navigation_bg.gif);
	background-repeat: repeat-x;
}

#top_navlist a:hover {
	background-image:none;
	/*background-color: #e61515; */
	background-color: #666; 
	color:#FFF;
}

#top_navlist a.active, #top_navlist a.active:hover { 
	background-image:none;
	background-color: #BD1111; color:#FFF; 
}

.language_english {
	float:right;
	display:block;
	line-height:20px;
	background-image: url(../bgimg/lang_english.gif);
	background-repeat:no-repeat;
	background-position: 0 50%;
	padding-left:25px;
}
.language_deutsch {
	float:right;
	display:block;
	line-height:20px;
	background-image: url(../bgimg/lang_deutsch.gif);
	background-repeat:no-repeat;
	background-position: 0 50%;
	padding-left:25px;
}

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

#navi_path {
	margin:0;
	padding:6px 0 6px 20px;
	font-size:9px;
	border-top:1px solid #e61515;
	
}

/* -------------------------------------------------------------------------- Subnav ------------------------------------------------------*/

#sub_navcontainer {
	margin:0;
	padding:0;
	float:left;
	width:249px;
	height:238px;
	border-left:1px solid #B3B3B3; 
	border-bottom:1px solid #B3B3B3;
	background-color:#EEEEEE;
}

#sub_navcontainer h1 {
	margin:0;
	padding-left:15px;
	border-top:solid 1px #B3B3B3; 
	border-bottom:solid 1px #B3B3B3; 
	line-height:29px; text-align:left;
	font-size:14px; font-weight:bold;
	color:#BD1111; 
	background-image: url(../bgimg/verlauf.gif);
	background-repeat: repeat-x;
}

#sub_navcontainer ul {
	margin:0;
	padding:0;
	white-space: nowrap;
	/*padding:15px 0 0 35px;*/
}

#sub_navcontainer li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#sub_navcontainer a {
	/*breite subnav 249px */
	display:block;
	border:1px solid #FFF;
	width:207px;
	margin:2px 0 2px 12px;
	padding-left:15px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold; font-size: 12px;
	color:#333;
}

#sub_navcontainer a:link, #sub_navcontainer a:visited { 
	color:#333; 
}

#sub_navcontainer a.active, #sub_navcontainer a.active:hover { 
	background-color: #BD1111; color:#FFF; 
}

#sub_navcontainer a:hover {
	background-color: #666; 
	color:#FFF; 
}

#main_pic {
	float:left;
	display:block;
	border:none;
	margin:0;
	padding:0;
	width:600px;
	height:240px;
}

#main_pic_home {
	float:left;
	display:block;
	border:none;
	margin:0;
	padding:0;
	width:850px;
	height:240px;
}

/* -------------------------------------------------------------------------- Start Page ------------------------------------------------------*/

#news {
	margin:0;
	padding:0 0 20px 0;
	float:left;
	width:229px;
	border-right:1px solid #B3B3B3;
}
#news .element {
	display:block;
	margin:10px 10px 0 10px;
	padding:0 5px 10px 5px;
	border-bottom:1px dashed #B3B3B3;
	font-size:11px;
}
#news .mehr_news {
	text-align:right;
	margin:10px 15px 0 15px;
}

#main_text {
	margin:0;
	padding:0 0 20px 0;
	float:left;
	width:380px;
}

/* -------------------------------------------------------------------------- Content-----------------------------------*/

.home_height {
	height:440px;
}

#content {
	float:left;
	margin:6px 0 0 0;
	padding:0 0 30px 0;
	width:610px;
	border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	text-align:left;
}

#content h1.first {
	margin:0 0 0 0;
	padding:0 15px 0 15px;
	border-top:1px solid #B3B3B3;
	line-height:30px;
	font-size:14px; font-weight:bold;
	color:#BD1111; 
	background-image: url(../bgimg/verlauf.gif);
	background-repeat: repeat-x;
}

#content h1 {
	margin:20px 0 0 0;
	padding:0 15px 0 15px;
	border-top:1px solid #B3B3B3;
	line-height:30px;
	font-size:14px; font-weight:bold;
	color:#BD1111; 
	background-image: url(../bgimg/verlauf.gif);
	background-repeat: repeat-x;
}

#content h2 {
	margin:15px 0 0 0;
	padding:0 35px 0 25px;
	line-height:20px;
	font-size:11px; font-weight:bold;
	background-color:#ECECEC;
}

#content h3 {
	margin:15px 0 0 0;
	padding:0 35px 0 35px;
	font-size:11px; font-weight:bold;
}

#content p {
	margin:15px 0 0 0;
	padding:0 35px 0 35px;
	line-height:14px;
	font-size:11px;
	text-align:left;
}

#content .mehr_left {
	text-align:left;
	margin:5px 35px 0 35px;
}

#content .mehr_right {
	text-align:right;
	margin:5px 35px 0 35px;
}

#content .pic_left {
	text-align:left;
	margin:15px 35px 0 35px;
}
#content .pic_center {
	text-align:center;
	margin:15px 0 0 0;
}
#content .pic_right {
	text-align:right;
	margin:15px 35px 0 35px;
}

/* -------------------------------------------------------------------------- Container Recent Projects --------------------*/

.container_pic_text_link {
	margin:15px 0 0 0;
	padding:0;
}
.container_pic_text_link table {
	margin:0 0 0 30px;
	border-collapse:collapse;
	width:570px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.container_pic_text_link td {
	padding:10px 10px 10px 5px;
	vertical-align:top;
	border-bottom:1px dashed #B3B3B3;
}

.container_pic_text_link td .text {
	font-size:11px;
	font-weight:normal;
}

.container_pic_text_link td .textbold {
	font-size:11px;
	font-weight:bold;
}


.container_pic_text_link tr.FRactive td {
	background-color:#e8ecf1;
}

/*
.container_pic_text_link tbody tr {
	cursor:pointer;
}
*/
.container_pic_text_link .td_left_pic {
	width:1%;
}

/*------------------------------------------------ Video ---------------------------------------------*/
#video_container {
	margin:15px 0 0 0;
	text-align:center;
}
#video_container #video {
	margin:0 auto;
}

/*------------------------------------------------------------------------------------------------------*/

#slideshow {
	margin:15px 0 0 0;
}
#slideshow #slide {
	margin:0 auto;
	border:1px solid #000;
	width:480px;
	height:360px;
	background-repeat:no-repeat;
}
#slideshow #slide_text {
	margin:0 auto;
	padding:15px 15px 15px 15px;;
	width:450px;
	line-height:10px;
	background-color:#e8ecf1;
	border-left:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
}

#slideshow img {
	margin:0;
	padding:0;
	display:block;
	border:none;
}

#slideshow table {
	margin:6px auto 0 auto;;
	width:60%;
}

#slideshow a {
	display:block;
	margin:0 auto;
	border:1px outset #B3B3B3;
	font-size:10px; font-weight:bold;
	color:#333;
	width:70px;
	line-height:18px;
	text-align:center;
}
#slideshow a:hover {
	background-color:#e8ecf1;
}

/* -------------------------------------------------------------------------- Container Projekt Data ------------------------------ */
.container_project_data {
	margin:15px 0 0 0;
	padding:0;
	line-height:17px;
}
.container_project_data .project_logo {
	float:left;
	margin:0 120px 0 35px;
	padding:0;
}
.container_project_data .project_text {
	float:left;
	padding:0;
	margin:0 0 0 0;
}

/* -------------------------------------------------------------------------- Container Archiv ------------------------------ */

#content .archiv {
	margin:0 14px 0 14px;
}

#content .archiv_element {
	float:left;
	display:block;
	margin:20px 22px 0 22px;
	width:150px;
	height:100px;
}

#content a.archiv_element {
	display:block;
	color:#333;
}
#content .archiv a:hover {
	background-color:#e8ecf1;
}

#content .archiv_element img {
	margin:0 0 3px 0;
	border:1px outset #B3B3B3;
}
/* --------------------------------------------------------- FAQ Containert ------------------------------ */

#faq {
	margin:15px 0 0 0;
}

#faq a {
	color:#000;
}
#faq a:hover {
	text-decoration:underline;
	color:#000;
}
#faq dl {
	margin:0;
	padding:0 0 0 35px;
}
#faq dt {
	margin:15px 0 0 0;
	font-weight:bold;
}
#faq dd {
	display:none;
	margin:0 0 0 15px;
	padding:3px 35px 0 10px;
	font-size:11px;
}
#faq_hide_all {
	display:none;
}

#content .contact {
	margin:15px 0 0 35px;
	padding:0;
	font-size:11px
}

/* -------------------------------------------------------------------------- Package Compare ------------------------------ */
#content .packages {
	margin:30px 0 0 15px;
}

#content .package_pic {
	float:left;
	margin:0 20px 0 20px;
	width:250px;
	/*
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	*/
}

#content .package_text {
	float:left;
	margin:0 20px 0 20px;
	padding:6px 0;
	width:250px;
	font-size:11px;
	/*
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	*/
}

#content .package_compare {
	margin:50px 35px 0 35px;
	text-align:center;
}

#content .package_compare table {
	margin:0 auto;
	border-collapse:collapse;
}

#content .package_compare td, #content .package_compare th {
	font-size:11px;
	padding:5px 0;
}

#content .package_compare .left-col {
	border-bottom:1px dashed #000;
	border-right:1px dashed #000;
	padding-left:5px;
	width:200px;
	text-align:left;
}
#content .package_compare .mid-col {
	border-bottom:1px dashed #000;
	text-align:center;
	width:140px;
}
#content .package_compare .right-col {
	border-bottom:1px dashed #000;
	border-left:1px dashed #000;
	text-align:center;
	width:140px;
}

/*######################################################################################*/
/* -------------------------------------------------------------------------- Right Teaser ------------------------------ */
/*######################################################################################*/

#teaser {
	float:right;
	margin:6px 0 0 0;
	padding:0 0 20px 0;
	border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	width:230px;
	color:#000; background-color:#ECECEC;
}

#teaser h1 {
	margin:15px 0 0 0;
	padding-left:15px;
	border-top:1px solid #B3B3B3;
	line-height:30px;
	font-size:14px; font-weight:bold;
	color:#BD1111; 
	background-image: url(../bgimg/verlauf_rechts.gif);
	background-repeat: repeat-x;
}

#teaser h1.first {
	margin:0 0 0 0;
	padding-left:15px;
	border-top:1px solid #B3B3B3;
	line-height:30px;
	font-size:14px; font-weight:bold;
	color:#BD1111; 
	background-image: url(../bgimg/verlauf_rechts.gif);
	background-repeat: repeat-x;
}
 
 #teaser h3 {
	margin:10px 0 0 0;
	padding:0 15px 0 15px ;
	font-size:11px; font-weight:bold;
}

#teaser p {
	margin:10px 0 0 0;
	padding:0 15px 0 15px;
	font-size:11px
}
#teaser .contact {
	margin:10px 0 0 15px;
	padding:0;
	font-size:11px
}

#teaser .mehr_left {
	text-align:left;
	margin:8px 15px 0 15px;
}
#teaser .mehr_right {
	text-align:right;
	margin:8px 15px 0 15px;
}

#teaser .pic_left {
	text-align:left;
	margin:10px 15px 0 15px;
}
#teaser .pic_center {
	text-align:center;
	margin:10px 0 0 0;
}
#teaser .pic_right {
	text-align:right;
	margin:10px 15px 0 15px;
}


	


/* -------------------------------------------------------------------------- Footer --------------------------------- */
#footer  table {
	margin:20px 0 80px 0;
	padding:0;
	width:100%;
}
#footer td {
	margin:0; padding:0;
}

#footer .mehr {
	font-weight:bold;
	margin:0;
	padding:5px 5px 5px 10px;
	background-image: url(../bgimg/pfeil02.gif);
	background-repeat: no-repeat;
	background-position: 0 55%;
}