* {
	margin:0px;
	padding:0px;
	
}



body {
	background-color:#f1f1f1;
	background-image:url('../img/background.gif');
	background-position:top;
	background-repeat:repeat-x;
	
	text-align:center;
	
	font-family:arial, sans-serif;
	font-size:12px;
	color:#505050;
}

td {
	font-size:12px;
}


div#pvheader {
	position:relative;
/* 	text-align:right; */
	margin-right:10px;
	height:108px;
}

div#pvheader a {
	position:absolute;
	bottom:0px;
	right:0px;
}

div#pvcontent {
	margin:2px 0px 20px 0px;
}

div#center_container {
	width:944px;
	text-align:left;
	margin: 0 auto;
/* 	border:1px solid red; */
	position:relative;
}

div#header1 {
	position:relative;
	height:108px;
	width:944px;
}

div#header1 a {
	position:absolute;
	bottom:0px;
	right:0px;
}

div#header2 {
	height:28px;
	width:944px;
	background-image:url('../img/header2_background.gif');
}

img.headerimage {
	margin-left:1px;
}

div#main_content_box {
	width:944px;
/* 	height:500px; */
	background-image:url('../img/main_content_background.gif');
}

table#layouttable {
	border-collapse: collapse;
}

table#layouttable td{
	vertical-align:top;
}

div#left_column {
	width:193px;
/* 	overflow:hidden; */
/* 	float:left; */
}

div#left_column_spacer {
	background-color:white;
	height:15px;
}


div#midright_column {
	width:751px;
	margin-left:193px;
/*	float:right;
	position:absolute;*/
/* 	overflow:hidden; */
}

div#midright_header {
	width:751px;
}

/*div#middle_column {
	width:532px;
	margin-left:19px;
	margin-bottom:50px;
}*/

td#middle_column_td {
	width:566px;
}

div#middle_column {
	width:532px;
	margin-left:19px;
	margin-bottom:15px;
}

td#right_column_td {
	width:185px;
}

div#right_column {
	margin-left:8px;
}

div#footer_box {
	height:23px;
	background-image:url('../img/footer_background.gif');
	background-repeat:repeat-x;
	clear:both;
	padding-left:30px;
}



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

MAIN MENU

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


ul.mainmenu {
	margin:30px 0px 80px 0px;
	width:190px;
}

ul.mainmenu li{
	margin-left:26px;
	color:#003c75;
/* 	margin-bottom:0.8em; */
	line-height:1.8em;
	list-style-image:url('../img/bullet01.gif');
}

ul.mainmenu li a {
	color:#003c75;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

ul.mainmenu li a:hover {
	text-decoration:underline;
}

ul.mainmenu li.act a {
	color:#9cc110;
}

ul.mm_level1 {
	margin:0px 0px 0px 8px;
}

ul.mm_level1 li {
	list-style-image:none;
	list-style-type:none;
	margin:0px;
/* 	margin-bottom:0.5em; */
	line-height:1.5em;
	font-size:12px;
	color:#003c75;
}

ul.mm_level1 li a {
	font-size:12px;
	color:#003c75;
	text-decoration:none;
	font-weight:normal;
}

ul.mm_level1 li a:hover {
	text-decoration:underline;
}

ul.mm_level1 li.act a {
	color:#9cc110;
}

ul.mm_level1 li.no a {
	color:#003c75;
}

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

Rootline Menu -> horizontal submenu

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

div.rootline {
	background-image:url('../img/rootline_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:4px;
	margin-bottom:30px;
	color:#003c75;
	font-size:11px;
}

div.rootline a {
	color:#003c75;
	text-decoration:none;
	margin-right:15px;
}

div.rootline a:hover {
	text-decoration:underline;
}

div.rootline a.act {
	color:#9cc110;
}

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

Boxes

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

div.left_product_box {
	background-color:#cecfd0;
	margin-bottom:16px;
	border-bottom:1px solid #c8c8c8;
}

div.left_product_box a {
	color:#003c75;
	text-decoration:none;
}

div.left_product_box a:hover {
	text-decoration:underline;;
}

div.left_product_box h1{
	background-color:#003c75;
	color:white;
	font-size:12px;
	line-height:12px;
	border-top:1px solid #95adc4;
	border-bottom:1px solid #95adc4;
	background-image:url('../img/product_box_left_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding: 6px 5px 6px 26px;
}

div.left_product_box h1 a{
	text-decoration:none;
	color:white;
	font-size:12px;
	line-height:12px;
}

div.left_product_box h1 a:hover{
	text-decoration:underline;
}

div.left_product_box p {
	padding: 0px 5px 5px 26px;
	color:#003c75;
}



div.right_column_box {
	background-image:url('../img/box_right_background.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	width:170px;
	border-top:1px solid #e4e4e4;
	margin-bottom:10px;
}

div.right_col_spacer {
	padding:10px 10px 10px 10px;
}


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

FOOTER

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

p#footer_content {
	padding-top:5px;
	color:#a0a0a0;
	font-size:10px;
/* 	border:1px solid red; */
}

p#footer_content a{
	color:#a0a0a0;
	text-decoration:underline;
	margin-right:15px;
}

p#footer_content a:hover {
	color:#5C5C5C;
}

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

Header Content

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

div#login {
/* 	height:10px; */
	font-size:10px;
	line-height:10px;
	color:#828282;
	padding-left:15px;
	padding-top:5px;
}

a.joblink {
	background-color:#9cc110;
	color:white;
	text-decoration:none;
	padding:2px 10px 1px 10px;
}

div#language {
	position:relative;
	float:right;
	margin-top:5px;
	margin-right:13px;
}

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

Form Fields

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


input.login {
	border:1px solid #a5a4a4;
	background-color:#e6e6e6;
	background-image:url('../img/form_login_background.gif');
	color:#747373;
	font-size:12px;
}

/*.login_image {
	margin-top:1px;
}*/


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

3-fach Kompetenz

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

div.kompetenz_boxes {
	width:534px;
}

div.kompetenz_box	{
	background-image:url('../img/3er_kompetenz_background.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:12px;
}

div.kompetenz_header1 {
	background-image:url('../img/3er_kompetenz_header1.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
}

div.kompetenz_header2 {
	background-image:url('../img/3er_kompetenz_header2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
}

div.kompetenz_header3 {
	background-image:url('../img/3er_kompetenz_header3.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
}

div.kompetenz_content {
	padding:0px 10px 10px 10px;
}

div.kompetenz_content h2{
	margin:0px;
	color:#bd1220;
	font-size:12px;
	font-weight:bold;
}

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

News

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

div.news-list-image {
	float:right;
}

div.news-single-image {
	float:right;
	margin-left:15px;
}

p.news-single-imgcaption {
	text-align:center;
	margin-bottom:15px;
}

hr.clearer {
	color:white;
	line-height:0px;
	height:0px;
	margin:30px;
	border:0px;
	clear:right;
}

div.news-single-backlink {
	text-align:center;
}

div.news-single-backlink img {
	border:0px;
}

span.pager_arrow {
	width:13px;
	height:12px;
	background-image:url('../img/pager_arrows.gif');
	display:inline;
}

div.news-single-prev {
	float:left;
	text-align:left;
	background-image:url('../img/pager_arrow_left.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

div.news-single-prev:hover {
	background-image:url('../img/pager_arrow_left_ro.gif');
}



div.news-single-next {
	float:right;
	text-align:right;
	background-image:url('../img/pager_arrow_right.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}

div.news-single-next:hover {
	background-image:url('../img/pager_arrow_right_ro.gif');
}

span.news-single-up {
	background-image:url('../img/pager_arrow_up.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

span.news-single-up:hover {
	background-image:url('../img/pager_arrow_up_ro.gif');
}


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

general form styles

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

input[type=text], input[type=password] {
	border:1px solid #505050;
	font-size:12px;
}

input[type=submit] {
	border:1px solid #505050;
	font-size:12px;
	background-color:white;
}

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

direct mail subscription

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

.direct_mail_subscription dl {
	margin: 0px;
	padding: 1em 0px 0px 0px;
	font-size:12px;
}

.direct_mail_subscription dt, .direct_mail_subscription dd {
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}

.direct_mail_subscription dt {
	clear: both;
	width: 35%;
	text-align: right;
	padding-right: 1em;
}

.direct_mail_subscription dd {
	text-align: left;
	width: 50%;
}

.direct_mail_subscription fieldset {
	border:0px solid transparent;
}

.direct_mail_subscription p.error {
	color:red;
}

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

pager

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

div#pager_box {
	margin-top:10px;
	/*margin-bottom: 10px;*/
}

div#pager_box  img {
	border:0px;
}

/*div.pager_arrow {
	width:13px;
	height:12px;
	background-image:url('../img/pager_arrows.gif');
}*/

div.pager_left {
	float:left;
}

/*div.pager_left .pager_arrow {
	background-position:0px 0px;
}

div.pager_left:hover .pager_arrow {
	background-position:13px 0px;
}*/

div.pager_right {
	float:right;
}

/*div.pager_right .pager_arrow {
	background-position:0px -12px;
}

div.pager_right:hover .pager_arrow {
	background-position:13px -12px;
}*/

hr.clear_all {
	line-height:0px;
	height:0px;
	border:0px solid transparent;
	clear:both;
	color:white;
}

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

portfolio

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

div#ppsbox1 {
	float: left;
	width:250px;
}

div#ppsbox2 {
	margin-left:280px;
}

div.selectorbox {
	border:1px solid #CECFD0;
	height:120px;
	overflow:auto;
}

div.selectorbox div {
	padding:1px 4px 1px 4px;
	cursor:pointer;
}

div.selectorbox a {
	text-decoration:none;
}

div.selectorbox div.act {
	background-color:#9CC110;
}

div.selectorbox div.act a {
	color:black;
}

div.selectorbox div:hover {
	background-color:#003C75;
}

div.selectorbox div:hover a {
	color:white;
}

table.portfolio {
	width:90%;
}

table.portfolio td.left {
	width:60%;
}

table.projectview {
	border-collapse:collapse;
	border:1px solid #D0D0D0;
}

table.projectview tr.tr1 {
	background-color:#F1F1F1;
}

table.projectview td {
	padding:5px 5px 7px 5px;
}

table.projectview td.title {
	width:30%;
	font-weight:bold;
}


table.projectoverview {
	border-collapse:collapse;
	width:100%;
	border-bottom:2px solid #CFCFCF;
}

table.projectoverview tr.tr0 {
	background-color:white;
}

table.projectoverview tr.tr1 {
	background-color:#F1F1F1;
}

table.projectoverview td {
	border-left:2px solid #CFCFCF;
	border-right:2px solid #CFCFCF;
	padding:3px 5px 3px 5px;
	text-align:left;
	vertical-align:top;
	
}

table.projectoverview tr.header {
	background-color:#F1F1F1;
}

table.projectoverview tr.header td {
	font-weight:bold;
	color:#003C75;
	padding-top:10px;
	border-bottom:2px solid #2F2F2F;
}

.tx-srfeuserregister-pi1 dd {
text-align:left;
width:65%;
}
