body {
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #888888;
	background-color: #F4F4F4;
}
td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #666666;
}
input {
	font-family: Arial, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
div {
	margin :0;
	padding: 0;

	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #666666;
}


a {
	text-decoration: underline;
	color: #333333;
}
a:HOVER {
	text-decoration: none;
	color: #999999;
}
.nobr {
	white-space: nowrap;
}


#portal_main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 939px;
	height: 649px;
	margin-top: 20px;
	background-image: url('/images/layout/portal_bg.jpg');
	background-repeat: no-repeat;
}
#portal_footerleft {
	position: absolute;
	left:0px; top: 535px; 
	width: 500px; height: 65px;
	font-size: 10px;
}
#portal_footerright {
	position: absolute;
	left: 557px; top: 535px; 
	width: 377px; height: 58px;	
	white-space: nowrap;
}
.portaloverlay {
	position: absolute;
	width: 350px; height: 155px;
	background-repeat: no-repeat;
}
.portaloverlay div {
	position: relative;
	padding: 5px;
}
.portaloverlay div span {
	font-weight: bold;;
}
.portaloverlay div div {
	position: absolute;
	right: 2px;
	top: 108px;
}
.portaloverlay div div a {
	text-decoration: none;
	font-weight: bold;
}
#portal_overlay_robier {
	left: 1px; top: 1px; 
	background-image: url('/images/layout/portal_overlay_robier.gif');
}
#portal_overlay_tiefbohr {
	left: 175px; top: 1px; 
	background-image: url('/images/layout/portal_overlay_tiefbohr.gif');
}
#portal_overlay_kuthy {
	left: 413px; top: 1px; 
	background-image: url('/images/layout/portal_overlay_kuthy.gif');
}
#portal_overlay_grebien {
	left: 588px; top: 1px; 
	background-image: url('/images/layout/portal_overlay_grebien.gif');
}


#portal_button_robier {
	display: block;
	position: absolute;
	left: 0px; top: 167px; 
	width: 227px; height: 112px;	
}
#portal_button_tiefbohr {
	display: block;
	position: absolute;
	left: 238px; top: 167px; 
	width: 227px; height: 112px;	
}
#portal_button_kuthy {
	display: block;
	position: absolute;
	left: 475px; top: 167px; 
	width: 227px; height: 112px;	
}
#portal_button_grebien {
	display: block;
	position: absolute;
	left: 712px; top: 167px; 
	width: 227px; height: 112px;	
}


#header {
	position: relative;
	width: 1055px; height: 124px;
	background-repeat: no-repeat;
}

#headerswitches {
	position: absolute;
	width: 143px; height: 93px;
	left: 912px; top: 0px;
}


#main {
	position: relative;
	width: 1055px;
	background-repeat: repeat-y;
}

#mainright {
	margin: 13px 14px 0px 0px;
	float: right;
	width: 226px;
}


.boxborder {
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
	margin-bottom: 13px;
	min-height: 20px;
}
.boxborder_bg1 {
	background-image: url('/images/layout/box_bg_top.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F4F4F4;
}
.boxborder_bg2 {
	background-image: url('/images/layout/box_bg_bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #BCBCBC;
}
.boxinner_padding {
	padding: 10px;
}


.boxform {
	margin: 5px 0px 5px 0px;
}
.boxinputdiv {
	width: 204px;
	height: 25px;
	margin-bottom: 5px;
	background-image: url('/images/layout/boxinput_bg.gif');
	background-repeat: no-repeat;
}
.boxinput {
	width: 180px;
	margin: 4px 3px 0px 3px; 
	padding: 0px 0px 0px 0px;
	border: 0px;
	color: #666666;
	background-color: transparent;
}
.boxbutton {
	width: 11px;
	height: 18px;
	border: 0px;
	margin: 0px 0px 0px 2px; 
	vertical-align: middle;
	background-color: transparent;
	background-image: url('/images/layout/search_button.gif');
	
}

.boxinner_padding a {
	display: block;
	background-image: url('/images/layout/tick.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin: 4px 0px 4px 0px; 
	padding-left: 10px;
	color: #575757;
	text-decoration: none;
}
.boxinner_padding a:HOVER {
	background-image: url('/images/layout/tick_hover.gif');
	color: #000000;
}

#logindivoverlay {
	position: absolute;
	background-color: white;
	height: 1px;
	opacity: .75; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75); 
}

#mainleft {
	padding-top: 13px;
	padding-left: 70px;
}
#mainleftinner {
	width: 730px;
}

#footer {
	position: relative;
	width: 1055px; height: 40px;
	background-repeat: no-repeat;
	font-size: 10px;
}
#footerleft {
	position: absolute;
	width: 600px; height: 20px;
	left: 70px; top: 3px;
	font-size: 10px;
	color: #FFFFFF;
}
#footerleft a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerleft a:HOVER {
	color: #AAAAAA;
}
#footerright {
	position: absolute;
	width: 300px; height: 20px;
	left: 740px; top: 3px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
#footerright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerright a:HOVER {
	color: #AAAAAA;
}

#footerbottom {
	position: absolute;
	width: 1055x; height: 20px;
	left: 70px; top: 25px;
	font-size: 10px;
	color: #878787;
}

#footerbottom_lehrlinge {
	position: absolute;
	width: 1055x; height: 20px;
	left: 70px; top: 25px;
	font-size: 10px;
	color: #FFFFFF;
}

#pathline {
	width: 1055x; height: 20px;
	padding-left: 70px;
	font-size: 10px;
	color: #878787;
}
#pathline a {
	color: #878787;
	text-decoration: none;
}
#pathline a:HOVER {
	color: #000000;
}

#navi {
	position: absolute;
	width: 700px; height: 20px;
	left: 71px; top: 101px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#navi a {
	margin-right: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
#navi a:HOVER {
	text-decoration: none;
	color: #E4E4E4;
}
#navi a.selected {
	text-decoration: none;
	color: #E4E4E4;
}


ul.projects {
	font-family: Arial, sans-serif;
	list-style-type: none;

	margin: 0px;
	padding: 0px;
	width: 739px;
}
ul.projects li {
	position: relative;
	float: left;
	width: 237px;
	height: 250px;
	margin: 0px 9px 10px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
ul.projects li div.inner {
	margin-top: 125px;
	background-image: url('/images/layout/projects_bg.jpg');
	background-repeat: no-repeat;
	width: 237px;
	height: 125px;
}
ul.projects li div.inner div.innerpadded {
	padding: 10px;
	cursor: pointer;
}
ul.projects li div.inner div.innerpadded a {
	color: #565656;
	text-decoration: none;
}

ul.projects_archive {
	font-family: Arial, sans-serif;
	list-style-type: none;

	margin: 0px;
	padding: 0px;
	width: 730px;
}
ul.projects_archive li {
	position: relative;
	width: 730px;
	height: 55px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background-image: url('/images/layout/projects_archive_bg.jpg');
	background-repeat: no-repeat;
}
ul.projects_archive li div.inner {
	position: absolute;
	left: 115px;
	top: 0px;
	width: 613px;
	height: 53px;
}
ul.projects_archive li div.inner div.innerpadded {
	padding: 10px;
	cursor: pointer;
}
ul.projects_archive li div.inner div.innerpadded a {
	color: #565656;
	text-decoration: none;
}

.backlink {
	color: #565656;
	text-decoration: none;
}

a.sitemap {
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
a.sitemap:HOVER {
	text-decoration: underline;
	background-color: #F3F3F3;
}

div.pages {
	font-weight: normal;
}
div.pages a {
	font-weight: normal;
	color: #6C9D30;
	text-decoration: none;
}


ul.boxedelement {
	font-family: Arial, sans-serif;
	list-style-type: none;

	margin: 0px;
	padding: 0px;
	width: 753px;
}
ul.boxedelement li {
	float: left;
	width: 373px;
	height: 107px;
	margin: 0px 3px 5px 0px;
	padding: 0px;
}
ul.boxedelement li p {
	font-size: 13px;
}


ul.members {
	font-family: Arial, sans-serif;
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}
ul.members li {
	float: left;
	width: 126px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

ul.members li a {
	color: #6C9D2F;
	text-decoration: none;
}
ul.members li aHOVER {
	color: #D71618;
}




.slidediv {
	position: absolute; 
	#left: 188px;
	left: 347px;
	top: 0px;
	width: 601px; 
	height: 601px; 
	border: 1px solid #666666; 
	cursor: pointer; 
	z-index: 10001; 
	background-color: #222222; 
	background-image: url('/images/layout/closepicdiv.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.plus {
	display: block;
	position: absolute;
	top: 5px; right: 5px;
	width: 24px; height: 24px;
}


.page_title {
	font-size: 30px;
	margin: 0px 0px 15px 0px;
}

.text_title {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}
.text_text {
	margin: 0px 0px 0px 0px;
}



.gray {	color: #CCCCCC; }



.stdtable	{ background-color: #666666; }
.stdheader	{ background-color: #CCCCCC; }
.stdrow1	{ background-color: #DDDDDD; }
.stdrow2	{ background-color: #EEEEEE; }

.edit { color: #FFCCCC; }

h1	{ font-size: 18px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }
h2	{ font-size: 16px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }
h3	{ font-size: 14px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }
p	{ font-size: 12px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }
h4	{ font-size: 11px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }
h5	{ font-size: 10px; font-family: Arial, sans-serif; margin: 0; padding: 0px;  }





.bubble {
	color: #000000;
	font-size: 11px;
}



.general_button {
	background-color: #555555;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px outset #999999;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
}

.general_cancelbutton {
	background-color: #B90A10;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px outset #91C0E2;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
}

.disabled_button {
	background-color: transparent;
	color: #EEEEEE;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
}

.general_input {
	background-color: #F7F7F7;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #BBBBBB;
}

.general_input_tinymce {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border: 1px outset #CCCCCC;
	background-color: #F7F7F7;
}

.general_select {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border: 1px outset #CCCCCC;
	background-color: #F7F7F7;
}

.general_horizontalline {
	color: #BBBBBB;
	height: 1px;
}



.general_formtitle {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #000000;
}

.general_formtable {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.general_formlabel {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
}

.general_formlabel_required {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color: #550000;
	font-weight: bold;
}

.general_formnotice {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color: #888888;
	font-size: 11px;
	font-weight: normal;
}

.general_error {
	color: #990000;
	font-weight: bold;
}

.general_actiondone {
	color: #333333;
	font-weight: bold;
}

.general_langspacerrow {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 14px;
	padding: 5px;
	margin: 5px;
}

ul.slideshow {
	font-family: Arial, sans-serif;
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}
ul.slideshow li {
	float: left;

	margin: 0px;
	padding: 0px;

	text-align: left;

	font-size: 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}




/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/layout/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/layout/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/layout/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#444444; font-weight: bold;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/layout/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/layout/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/layout/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/layout/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/layout/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}



/* -- SWFUpload ------------------------------- */
div.swfuploadquee {
	width: 700px;
	margin-top: 10px;
	padding: 10px;
	border:  1px solid #999999;
}

.progressWrapper {
	overflow: hidden;
}

.progressContainer {
	margin: 4px;
	padding: 4px;
	border: solid 1px #999999;
	overflow: hidden;
}

/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #999999;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #BB9999;
}

/* Current */
.green {
	border: solid 1px #99BB99;
}

/* Complete */
.blue {
	border: solid 1px #999999;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #000000;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 5px;
	background-image: url('/js/swfupload/progressbar.gif');
	background-color: #00852F;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('/js/swfupload/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


.swfupload {
	vertical-align: top;
}


a.picturepreview {}

._admincontrol {
	color: #FFFFFF;
}