

/* Definition des HTML-Tag */
html {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
	background-color: #224C8D;
	background-image: url(../art-global/00-bg-page-1mm-1920x1920.gif);
	background-position: 0 190px;
	background-repeat: repeat-y;
	/*background-repeat: no-repeat;*/
}


/* Definition des TEXTAREA-Tag */
textarea {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Max. Breite der Inhalte */
div.content-max-width {
	width: 982px;
}


/* Header */
div#header {
	position: relative;
	height: 130px;
	background-color: #FFFFFF;
}


/*Logo */
div#header-logo {
	position: absolute;
	top: 37px;
	left: 19px;
}


/* Titelbild */
div#header-image {
	position: relative;
	height: 100%;
	background-image: url(../art/titel/homepage.jpg);
	background-repeat: no-repeat;
	background-position: 274px;
}
div#header-image-transparency {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../art-global/header-image-transparency.png);
	background-repeat: no-repeat;
	background-position: right top;
}
* html div#header-image-transparency {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/art-global/header-image-transparency.png',enabled=true,sizingMethod='scale');
}


/* Navigation Global */
div#header-navigation-background {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: url(../art-global/header-navigation-background.gif);
	background-repeat: no-repeat;
	background-position: 642px top;
}
div#header-navigation-tranparency {
	background-image: url(../art-global/header-navigation-transparency.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#header-navigation {}



/* Hauptnavigation */
div#navigation-background {
	position: relative;
	background-color: #42669E;
	background-image: url(../art-global/navigation-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#navigation-tranparency {
	background-image: url(../art-global/navigation-transparency.png);
	background-repeat: repeat-x;
	background-position: top;
}
div#navigation {}



/* Breadcrumb-Navigation */
div#breadcrumb {
	height: 22px;
	padding: 13px 0 0 275px;
	background-image: url(../art-global/content-spacer-transparency.png);
	background-repeat: repeat-x;
	background-position: top;
}



/* Inhaltsspalte links */
div#content-left {
	width: 266px;
	/*background-color: red;*/
}
div#content-left-body {
	padding: 0 0 20px 17px;
}

/* Inhaltsspalte rechts */
div#content-right {
	width: 708px;
	/*background-color: lime;*/
}



/* Footer */
div#footer {
	padding: 0 0 20px 17px;
}



/* Produkt-Menue auf der Homepage */
div.homepage-menu {
	padding: 10px 0 20px 0;
}
div.homepage-menu-item {
	padding-left: 9px;
}



/* *** Inhalte 2-spaltig *** */
div.content-in-two-columns {
	width: 350px;
	/*background-color: red;*/
}



/* Allgemeine Klassen */
div.one-pix,
li.one-pix {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}



/* Klassen fuer Umfluesse */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}



/* *** Erweiterung CSS Styled Content (css_styled_content) *** */

	/* *** Email-Formular *** */
form#mailform {
	/*width: 600px;*/
	margin: 0 0 20px 0;
}
form#mailform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form#mailform .csc-mailform-field {}
div.csc-mailform-input-wrap {}
div.csc-mailform-label-wrap {}
div.csc-mailform-label-wrap label {
	padding: 2px 2px 3px 4px;
	display: block;
	width: 455px;
}
input.csc-mailform-input {
	width: 237px;
	/*padding: 1px 2px 1px 2px;*/
}
form#mailform textarea {
	overflow-x: hidden;
	overflow-y: auto;
	width: 570px;
	height: 110px;
	margin: 10px 0 0 0;
	padding: 1px 2px 1px 2px;
}
input.csc-mailform-submit {
	padding: 1px 20px 1px 20px;
	font-weight: bold;
}



	/* *** Abstand unter jedem Bild / Abstand unter dem letzen Bild *** */

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
	padding-bottom: 20px;
}
DIV.csc-textpic-imagerow {
/*	background-color: lime;
	margin-bottom: 0;
	padding-bottom: 20px;*/
}
DIV.csc-textpic DIV.csc-textpic-imagerow-last {
	margin-bottom: 0;
}


	/* *** Rahmen um Bilder *** */

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #FFCC00;
}


	/* *** Abstand von Bild zu Text *** */

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 0;
	padding-right: 12px;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 0;
	padding-left: 12px;
}


	/* *** Bilder nebeneinander - Abstaende zwischen den Bildern *** */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 0;
	padding-right: 30px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
	padding-left: 30px;
}


	/* *** Bilder nebeneinander - kein Abstaend neben dem letzten Bild *** */

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	padding-left: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	padding-right: 0;
}



/* *** Erweiterung News (tt_news) *** */
div.news-list-content {
	width: 477px;
	/*background-color:red;*/
}
div.news-list-image {
	width: 187px;
	/*background-color:green;*/
}
div.news-single-image {
	width: 189px;
	padding: 0 0 0 15px;
}



/* *** Erweiterung FLV-PLayer (user_flvupload) *** */
div.flv-player {
	padding-bottom: 20px;
}


