
/* Globale Vorgaben */

html
{
	width: 100%;
	height: 100%;
}


body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(/Portals/_default/Skins/templates/images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

a
{
	text-decoration: none;
}

a:focus
{
	outline: none;
}

img, div
{
	behavior: url(/js/iepngfix.htc);
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */



/* Hauptlayout */

.fixwidth
{
	width: 951px;
}

.linie_horizontal
{
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-image: url(/Portals/_default/Skins/templates/images/linie_horizontal.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}


/* Head */

#site
{
	font-size: 0.8em;
	width: 100%;
	background-image: url(/Portals/_default/Skins/templates/images/bg_site.gif);
	background-repeat: repeat-x;
}

#mainhead
{
	width: 100%;
	height: 100px;
	color: white;
	overflow: hidden;
}

#logo
{
	float: left;
	width: 500px;
	height: 100px;
	margin-right: 1px;
}

#topnav
{
	float: left;
	width: 450px;
	height: 100px;
	overflow: hidden;
}

#topnav a
{
	color: #d7d7d7;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 6px 12px 0 0;
}

#topnav a:hover
{
	color: #16e8ea;
}


/* Begin PDF Cart */


#pdf-collector
{
	width: 160px;
	height: 20px;
	clear: both;
	margin-left: 91px;
	padding-top: 0px;
	font-size: 0.8em;
	color: #d7d7d7;
}

#pdf-collector-dialog
{
	position: fixed;
	z-index: 4000;
	top: 200px;
	left: 50%;
	width: 300px;
	height: 100px;
	margin-left: -150px;
	margin-top: -50px;
	color: #fff;
	border: solid 5px #fff;
	padding: 15px;
	background-color: #3ca8d5;
}

#pdf-collector-dialog a
{
	display: block;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

#pdf-collector-dialog a:hover
{
	color: #fff;
}



#pdf-collector-dialog-text
{
	color: #fff;
}

#pdf-collector-dialog-close
{
}

#pdf-cart-dialog
{
	position: fixed;
	z-index: 4000;
	top: 200px;
	left: 50%;
	width: 300px;
	height: 100px;
	margin-left: -150px;
	margin-top: -50px;
	color: #fff;
	border: solid 5px #fff;
	padding: 15px;
	background-color: #3ca8d5;
}

#pdf-cart-dialog a
{
	display: block;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

#pdf-cart-dialog-text
{
}

#pdf-cart-dialog-saveas
{
}

#pdf-cart-dialog-open
{
}

#pdf-cart-dialog-cancel
{
}

.pdf-document
{
	font-size: 0.8em;
	color: #fff;
	width: 100px;
	height: 140px;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 0 15px 15px 0;
	padding: 0px;
	float: left;
	background-color: #3ca8d5;
}

.pdf-document img
{
	border: 0;
}

.pdf-image
{
	width: 100px;
	height: 62px;
	overflow: hidden;
	background-color: #3ca8d5;
}

.closeimage
{
	display: block;
	width: 100px;
	height: 15px;
	overflow: hidden;
	background-color: #fff;
}

.closeimage img
{
	border: 0;
}

/* End PDF Cart */


/* Mainnavigation */

#mainnavigation
{
	clear: both;
	width: 100%;
	height: 28px;
	margin: 1px 0 1px 0;
	color: white;
	overflow: hidden;
}

#mainnav-left
{
	float: left;
	width: 500px;
	height: 28px;
	background-repeat: repeat-x;
	margin-right: 1px;
}

#mainnav-left a
{
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 6px 14px 0 0;
	margin: 0;
	white-space: nowrap;
}

#mainnav-right
{
	float: left;
	width: 450px;
	height: 28px;
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	color: white;
}

#mainnav-right a
{
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 6px 14px 0 0;
}

#mainnav-right a:hover
{
	color: #16e8ea;
}


/* Content */

#content
{
	clear: both;
	width: 951px;
	color: white;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content-left
{
	float: left;
	width: 500px;
	height: auto;
	margin-right: 1px;
	overflow: hidden;
	padding-bottom: 15px;
}

#content-right
{
	float: left;
	width: 450px;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
}

#dnn_ContentPane
{
	color: #fff;
}

#dnn_RightPane
{
	color: #fff;
}

.imagenav
{
	display: block;
	float: left;
	width: 150px;
	height: 109px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.imagenav:hover
{
	filter: Alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.imagenavhover
{
	filter: Alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	display:block;
	float:left;
	width:150px;
	height:109px;
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}


/* Dynamic Navigation */

#dynnav
{
	width: 450px;
	height: 314px;
	background-color: transparent;
}

#ebene3
{
	float: left;
	width: 220px;
	height: auto;
	overflow: hidden;
	text-transform: none;
	position: relative;
	top: 20px;
	left: 33px;
}

#ebene3 a
{
	text-decoration: none;
	color: #d7d7d7;
	text-transform: none;
	margin-bottom: 2px;
	line-height: 1.35em;
}

#ebene3 a:hover
{
	color: #16e8ea;
}

#ebene4
{
	float: left;
	width: 170px;
	height: auto;
	margin: 20px 0 0 0;
	position: relative;
	left: 37px;
	top: 0px;
}

#ebene4 a
{
	text-decoration: none;
	margin: 0 0 4px 0;
	font-size: 0.85em;
	line-height: 1.45em;
	color: #d7d7d7;
}

#ebene4 a:hover
{
	color: #16e8ea;
}

.ebene4terminal a
{
	color: #d7d7d7;
}

.ebene4design a
{
	color: #d7d7d7;
}



/* Container */

.container
{
	width: auto;
}


/* Article and Teaser */

.article
{
	padding: 12px 0 0 15px;
	width: 100%;
	background-color: transparent;
	line-height: 1.4em;
}

.article h1
{
	color: white;
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	padding: 0 0 5px 0;
	display: block;
	width: 100%;
}

.article h1 a
{
	color: #fff;
	text-decoration: none;
}

.article p
{
	padding-bottom: 0.8em;
	margin: 0;
}

.article a
{
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.article ul
{
	list-style-type: square;
	padding: 0;
	margin: 0px 0 10px 15px;
}

.article li
{
	list-style-type: square;
}

.articletext
{
	float: left;
	width: 83%;
}

.articlefunctions
{
	float: right;
	width: 26px;
	position: relative;
	left: -35px;
}

.articlefunctions img
{
	border: 0;
	margin: 4px 0 6px 0;
}

.newshead
{
	background-image: url(/Portals/_default/Skins/templates/images/linie_horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.backlink
{
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
	position: relative;
	left: -35px;
	margin-top: 5px;
}

.teaserimg
{
	width: 500px;
	height: 314px;
	background-image: url(/Portals/_default/Skins/templates/images/linie_horizontal.gif);
	background-position: 0 313px;
	background-repeat: repeat-x;
}

.teaserimg img
{
	border: 0;
}

.ai_left
{
	float: left;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 7px;
	border: 1px solid #fff;
}

.ai_right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #0199FF;
}


/* Gallery */

a.gallery_teaser
{
	display: inline;
	width: 93px;
	height: 58px;
	overflow: hidden;
	float: left;
	margin: 15px 0 0 15px;
	background-color: white;
	background-repeat: no-repeat;
}

.gallery_teaser img
{
	margin: 0;
	padding: 0;
}

.gallery_teaser:hover
{
	filter: Alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* Referenzen */

a.referenzen_teaser
{
	display: inline;
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 15px 0 0 15px;
	background-color: white;
	background-repeat: no-repeat;
}

.referenzen_teaser img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.referenzen_teaser:hover
{
	filter: Alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* Auszeichnungen */

.auszeichnung
{
	display: block;
	color: #fff;
	width: 400px;
	margin: 0 15px 0 15px;
	padding: 4px 10px 4px 10px;
	background-image: url(/Portals/_default/Skins/templates/images/linie_horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	cursor: hand;
}

.imageplaceholder
{
	width: 500px;
	height: 313px;
}

/* Download Container */

.DownloadContainer
{
	clear: both;
	margin-top: 10px;
	text-decoration: none;
}

.DownloadContainer strong
{
	display: block;
	margin-bottom: 5px;
}

.DownloadContainer a
{
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 3px 15px 3px 23px;
	text-decoration: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.DownloadContainer a:hover
{
	text-decoration: none;
}




/* Article and Teaser */

#login
{
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	margin-left: 10px;
}

#login a
{
	color: White;
	text-decoration: none;
	font-size: 0.8em;
}


/* Kontaktformular */

#kontaktformular
{
	margin-top: 15px;
	padding-left: 15px;
}

#kontaktformular table
{
	margin-top: 15px;
}

#kontaktformular td
{
	height: 1.3em;
}


.NormalTextBox
{
	border: 1px solid #ababab;
}

.textbox
{
	border: 1px solid #4a4a4a;
	background-color: #4a4a4a;
	margin: 1px 0 5px 0;
	height: 1.3em;
	width: 280px;
	padding-left: 2px;
	color: #fff;
}

.textarea
{
	border: 1px solid #4a4a4a;
	background-color: #4a4a4a;
	margin-bottom: 5px;
	width: 280px;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px 0 0 2px;
	color: #fff;
}

.ErrorMsg
{
	display: block;
}

.buttonarea
{
	
}

.formbutton
{
	color: #fff;
	padding: 4px;
	border: 1px solid #4a4a4a;
	background-color: #4a4a4a;
	margin: 10px 5px 0 0;
	text-decoration: none;
}

.formbutton a
{
	color: #fff;
	text-decoration: none;
}


/* --- Sitemap --------------------------------------------------------------*/

.sitemap
{
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sitemap a
{
	text-decoration: none;
	color: #18D6EA;
}

.sitemap a:hover
{
	text-decoration: none;
}

.sitemap ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	border: none;
}

.sitemap li
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sitemaplink
{
	border-top: 1px solid #ffffff;
	margin: 0;
}

.sitemaplink a
{
	display: block;
	padding: 3px 0 3px 0px;
	text-decoration: none;
	width: 100%;
}

.sitemaplink a:hover
{
	text-decoration: none;
}



