/*
Concycle - Style-Sheet

Stylesheet-Link:
<link rel="stylesheet" type="text/css" href="styles/style.css">

Important Info (e.g. colors):
Blue #0070B4
Green #47B559
Grey #FBFEFC
*/
/*Set body to 100%*/
html, body{
	height: 100%;
	overflow: auto;
	}
/*Set borders, padding and margins to none*/
html, body, div, p, h1, h2, h3, ul, ol, dl, dt, dd, span, a, table, td, th, form, img, li, big, small
{
	margin: 0;
	padding: 0;
	border: 0;
}
/*General Settings*/
body{
	font-family: arial, sans-serif;
	font-size: 0.9em;
	color: #0070B4;
	background-color: #FBFEFC;
	}
/*image replacements*/
.logo{
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: left;
	height: 50px; /*height of background-image*/
	overflow: hidden;
	}
h1.logo img{
	width: 370px; /*width of background-image*/
	height: 50px; /*height of background-image*/
	background-image: url(../img/logo.gif); /*replacement image*/
	display: block;
	}
.headline{
	position: absolute;
	top: 25px;
	left: 15px;
	text-align: left;
	height: 50px; /*height of background-image*/
	overflow: hidden;
	}
h2.headline img{
	width: 240px; /*width of background-image*/
	height: 50px; /*height of background-image*/
	background-image: url(../img/headline.gif); /*replacement image*/
	display: block;
	}
/*Text*/
big{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
small{
	font-size: 0.8em;
	}
/*boxes*/
#navi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 200;
	}
.strip{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 146px;
	background-image: url(../img/strip.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 10;
	}
#content{
	position: absolute;
	top: 260px;
	left: 0;
	width: 90%;
	height: 250px;
	margin-left: 5%;
	margin-right: 5%;
	color: #0070B4;
	background-color: transparent;
	z-index: 100;
	}
#content_nostrip{
  position: absolute;
  top: 160px;
  left: 0;
  width: 90%;
  height: 250px;
  margin-left: 5%;
  margin-right: 5%;
  color: #0070B4;
  background-color: transparent;
  z-index: 100;
  }
.inner{
	position: relative;
	top: 50%;
	height: auto;
	margin-top: -50px;
	text-align: left;
	display: block;
	}
.addressfield{
	position: relative;
	top: 25px;
	height: auto;
	text-align: left;
	display: block;
	}
.leftbox{
	float: left;
	width: 48%;
	}
.rightbox{
	float: right;
	width: 38%;
	margin-left: 10%;
	}
#introtxt{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	clear: both;
	width: 96%;
	}
#subnavi{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	clear: both;
	width: 96%;
	color: #47B559;
	background-color: transparent;
	font-weight: bold;
	}
#reg{
	position: absolute;
	bottom: 70px;
	left: 0;
	text-align: left;
	clear: both;
	width: 96%;
	background-color: transparent;
	}
#footer{
	position: absolute;
	bottom: 5px;
	left: 5%;
	z-index: 10;
	}
#formmail{
	width: 500px;
	height: 400px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
/*navigation*/
ul{
	position: absolute;
	right: 25px;
	top: 75px;
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
	}
ul li{
	float: left;
	margin-left: 15px;
	}
ul a{
	font-weight: normal;
}
/*links*/
a{
	text-decoration: none;
	color: #0070B4;
	background-color: transparent;
}
a:link, a:visited{
	background-color: transparent;
	color: #0070B4;
}
a:hover{
	background-color: transparent;
	color: #48B65A;
}
a:active{
	background-color: transparent;
	color: #48B65A;
}
/*lists*/
ol{
	list-style-position: inside;
	}
.disc{
	list-style-type: disc;
	}
ol li{
	margin-top: 5px;
	font-size: 0.9em;
	}
dl{
	padding: 20px;
	background-color: #47B559;
	display: block;
	color: #FFFFFF;
	}
dt{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
dd{
	margin-top: 5px;
	}
dd a{
	font-weight: bold;
	color: #FFFFFF;
	}
dd a:link, dd a:visited{
	color: #FFFFFF;
	}
dd a:hover{
	color: #0070B4;
	}
dd a:active{
	color: #0070B4;
	}
/*contact-data*/
#it{
	padding: 20px;
	padding-left: 50px;
	background-color: #47B559;
	display: block;
	color: #FFFFFF;
	}
address{
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	}
#it a{
	font-weight: bold;
	}
#it a, #it a:visited{
	color: #FFFFFF;
	}
#it a:hover{
	color: #0070B4;
	}
/*rounded corners*/
.corner{
	height: 10px;
	width: 50%;
	display: block;
	}
.rtl{
	background-image: url(../img/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #47B559;
	position: absolute;
	left: 0;
	top: 0;
	}
.rtr{
	background-image: url(../img/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #47B559;
	position: absolute;
	right: 0;
	top: 0;
	}
.rbl{
	background-image: url(../img/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #47B559;
	position: absolute;
	left: 0;
	bottom: -1px;
	}
.rbr{
	background-image: url(../img/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #47B559;
	position: absolute;
	right: 0;
	bottom: -1px;
	}
/*other*/
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}
.field{
	margin-top: 15px;
	}
.return{
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
	}
.screen{
	z-index: 500;
	display: block;
	}
.print{
	z-index: 1;
	display: none;
	}


/* Table Styles */
table th{
  background: #47AD57;
  color: white;
}

table td,
table th{
   padding: 5px;
   text-align: left;
   vertical-align: top;
}

table td.right{
	text-align: right;
}

/* Beteiligungsmarkt */
.beteiligungsmarkt .back_link{
  border-bottom: 1px solid #D8EAF4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.beteiligungsmarkt .detail_description{
	margin-right: 320px;
  background: #f5f5f5;
}

.beteiligungsmarkt .detail_description .content{
    min-height: 250px;
  _height: 250px;
}

.beteiligungsmarkt .detail_head{
  width: 300px;
  float: right;
  background: #6CADD3;
  color: white;
}

.beteiligungsmarkt .detail_head h4{
	color: white;
}

.beteiligungsmarkt .detail_description .content,
.beteiligungsmarkt .detail_head .content{
  padding: 10px;
}

.beteiligungsmarkt h3{
  margin-bottom: 10px;
}

.beteiligungsmarkt h4{
  margin-top: 0px;
  color: #47AD57;
}

.beteiligungsmarkt .next_actions{
  clear: left;
  margin-top: 15px;
  border-top: 4px solid #fff;
  padding: 10px;
}

.beteiligungsmarkt .next_actions a{
	display: block;
	width: 200px;
	background: #47AD57;
	color: white;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 6px;
	margin-right: 10px;
}

.beteiligungsmarkt .next_actions .label{
	margin-left: 220px;
}

.hl{
  color: #47AD57;
}

/* Admin */

.beteiligungsmarkt_admin label{
	float: left;
	width: 180px;
}

.beteiligungsmarkt_admin textarea,
.beteiligungsmarkt_admin select{
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
}

.beteiligungsmarkt_admin .form_row{
	clear: left;
	margin-bottom: 10px;
}

.beteiligungsmarkt_admin input{
	border: 1px solid #ccc;
	background: #eee;
}