
html {
	height:101%;
}

body {
	font-size:9pt;
	font-family:arial,sans-serif;
	color:#333333;
	padding:0px;
	margin:0px;
	background-color:#E6E6E6;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}


#MainFrame {
	margin:auto;
	width:834px;
	position:relative;
	margin-top:20px;
	height:100%;
}

#NavigationColumn {
	width:152px;
	position:absolute;
	top:0px;
	padding-top:95px;
	left:0;
}

#Menue {
	background-image:url(../images/menue_mitte.png);
}

#Menue_top {
	background-image:url(../images/menue_oben.png);
	height:11px;
}

#Menue_bottom {
	background-image:url(../images/menue_unten.png);
	height:11px;
}

#ContentColumn {
	width:682px;
	position:absolute;
	right:0;
	top:0;
	background-color:#DADDDD;
	background-image:url(../images/content_bg.png);
	border-bottom:2px solid #DAE887;
	
}

#Banner {
	height:96px;
	background-image:url(images/banner.jpg);
	/*background-repeat:no-repeat;*/
	position:relative;
}

#gb_net {
	color:#d3d3d3;
	text-transform:uppercase;
	position:absolute;
	width:194px;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
	right:13px;
	top:3px;
}
#gb_net a {
	color:#d3d3d3;
}
#gb_net a:hover {
	color:white;
}


#Content {
	line-height:160%;
	margin:0px 25px 50px 35px;
	padding-top:0px;
}

#Content a {
	color:#BDCC65;
}

#Content a:hover {
	text-decoration:underline;
}

#Bottom {
	position:relative;
	top:25px;
	text-align:center;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	height:25px;
	padding-top:4px;
	font-size:8pt;
	color:white;
}

#Bottom a {
	color:#d3d3d3;
}



.NavUL_1 {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top:1px solid white;
}

.NavUL_1 li {
	padding:0px;
	margin:0px;
	border-bottom:1px solid white;
	font-weight:bold;
}

.NavUL_1 a {
	display:block;
	padding:5px 0px 5px 3px;
}

.NavUL_1 a:hover {
	background-color:#e3e0c6;
	color:black;
}

/* Nav normal */
.NavLink_2_0:link, .NavLink_2_0:visited {
	color:black;
	text-decoration:none;
}

.NavLink_2_0:hover {
	text-decoration:none;
	font-weight:bold;
}

/* Nav aktiv */
.NavLink_2_2:link, .NavLink_2_2:visited {
	color:#e3e0c6;
	text-decoration:none;
}

.NavLink_2_2:hover {
	text-decoration:none;
	font-weight:bold;
}


.icon {
	border:none;
}


/* BILDER */

.TopicPics {
	margin:auto;
	width:600px;
	margin-top:15px;
	margin-bottom:15px;
}

.TopicPics ul {
	margin:0px;
	padding:0px;
}


.PreviewPic1 {
	width:120px;
	height:120px;
	padding:3px 2px 3px 3px;
	margin:12px;
	display:block;
	background-image:url(../images/Rahmen_120x120.png);
}
.PreviewPic2 {
	background-position:center;
	background-repeat:no-repeat;
	background-color:black;
	width:120px;
	height:120px;
	display:block;
}

.PicPageNav a, .PicPageNav span {
	margin:0px 5px 0px 5px;
}

.PicPageNavActive {
	background-color:#EE7A15;
	color:white;
	padding:3px;
	font-weight:bold;
}



/* FORMULAR */


fieldset {
	border:1px solid #c4c4c4;
	border-top:2px solid gray;
	padding:10px 10px 10px 10px !important;
	padding:0px 10px 10px 10px;
	background-image:url(../images/banner_bg.png);
	background-repeat:repeat-x;
	background-position:0px 0px !important;
	background-position:0px 13px;
	width:555px;
}

fieldset.fullWidth {
	width:795px;
}

fieldset.nonLegend {
	background-position:0px 0px;
	padding-top:20px;
}

fieldset legend {
	font-weight:bold;
	border:1px solid gray;
	padding:3px;
	margin-bottom:0px !important;
	margin-bottom:10px;
	background-color:#c4c4c4;
}

fieldset label, .left {
	float:left;
	text-align:right;
	width:120px;
	margin-right:5px;
}

.normalLabel {
	float:none;
	width:700px;
	text-align:left;
	display:block;
}

fieldset .right, fieldset button {
	 margin-left :125px;
}

button {
	height:37px;
	text-align:center;
	color:white;
	font-weight:bold;
	border:none;
	margin-top:15px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	font-size:10pt;
}

button.button_large {
	width:200px;
	background-image:url(../images/button_200px.png);
}
button.button_medium, button {
	width:150px;
	background-image:url(../images/button_150px.png);
}
button.button_small {
	width:100px;
	background-image:url(../images/button_100px.png);
}

#Content a.button_large, #Content a.button_medium, #Content a.button_small {
	height:32px;
	color:white;
	display:block;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	background-repeat:no-repeat;
	font-size:10pt;
}


#Content a.button_medium{
	width:150px;
	background-image:url(../images/button_150px.png);
}
#Content a.button_small {
	width:100px;
	background-image:url(../images/button_100px.png);
}



input, textarea, select {
	border:1px solid #C4C4C4;
	background-color:#F6F6F6;
}

fieldset input, fieldset textarea, fieldset select {
	margin-bottom:8px;
}

fieldset .fullWidth {
	width:435px;
}

fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
	background-color:white;
}

.errormessage {
	color:red;
}

fieldset .errormessage {
	display:block;
	margin-top:15px;
}

.noInputMargin input, .noInputMargin select {
	margin-bottom:0;
}

fieldset .InputDescription {
	float:none;
	display:block;
	text-align:left;
	width:95%;
	font-weight:bold;
}

fieldset .InputFullLine {
	margin-left:0;
}


.disabled {
	background-color:#DDDDDD;
	color:#555555;
}

/* Table */


.Table {
	
}
.Table td {
	background-color:#F6F6F6;
	padding:3px;
}

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

.TableHeadline td {
	background-color:#D3D3D3;
}

.TableHead{
	width:551px;
	background-color:#008000;
	border-left:2px solid #555555;
	border-top:2px solid #555555;
	border-right:2px solid #555555;
	font-weight:bold;
	padding-left:25px;
	position:relative;
}


.PageHeadline {
	color:#EE7A15;
	font-size:14pt;
	background-image:url(../images/PageHeadline_line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:23px;
	margin:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.Line {
	background-image:url(../images/PageHeadline_line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:3px;
}


.PortfolioIcon {
	float:left;
	margin:10px 20px 10px 0px;
}

.PicTable {
	font-size:11pt;
	margin-top:30px;
	font-weight:bold;
}

.PicTable span {
	color:gray;
}

.PicTable td {
	vertical-align:top;
}

.PicTableDesc {
	font-size:7pt;
	margin-bottom:20px;
	color:#999999;
}

.Box1 {
	background-image:url(../images/PageHeadline_line.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:8px;
	padding-bottom:10px;
}

.Box1Clear, .Clear {
	height:0px;
	clear:both;
}

.Box1Left {
	width:95px;
	height:79px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
}


.Box1Content {
	margin:0px 0px 0px 110px;
}

.Box1Headline {
	font-size:11pt;
	font-weight:bold;
}

.NewsDetailPicture {
	float:left;
	width:352px;
	height:286px;
	background-image:url(../images/Rahmen_350x284.png);
	background-repeat:no-repeat;
	padding:3px 0px 0px 3px;
	margin:0px 20px 20px 0px;
}


table tr.odd td {
	background-color:#f8f8f8;
	padding-left:3px;
}
table tr.even td{
	padding-left:3px;
}
