
/* Definition des HTML-Tag */
html {
	/*overflow-x: hidden;*/
	/*overflow-y: auto;*/
}

/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

/* Definition des TEXTAREA-Tag */
textarea {
	overflow-x: hidden;
	overflow-y: auto;
}

/*  */
div#center-content {
	width: 980px;
	margin: 0 auto 0 auto;
	background-color: #A7A7A7;
}

/*  */
div#header-block {
	width: 224px;
	height: 30px;
	margin-left: 185px;
	background-color: #414141;
}

/*  */
div#header {
	margin: 0 30px 0 30px;
	padding-left: 155px;
	background-color: #FBFBFB;
}

/*  */
div#header-column-left {
	width: 224px;
}
div#logo-block {
	height: 30px;
	background-color: #525252;
}
div#logo {
	height: 180px;
	padding-top: 50px;
	text-align: center;
	background-image: url(../art_global/logo.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}

/*  */
div#header-column-right {
	width: 525px;
	padding-top: 26px;
}

/*  */
div#homepage-content-border-left,
div#homepage-content-border-right {
	width: 30px;
	height: 240px;
	background-color: #878787;
}

/*  */
div#homepage-content-background {
	width: 920px;
	background-color: #FBFBFB;
}

/*  */
div#homepage-content-image {
	width: 571px;
	height: 240px;
	background-color: #C6C6C6;
	text-align: right;
}

/*  */
div#homepage-content {
	width: 285px;
	padding: 0 25px 0 24px;
}

/*  */
div#homepage-content-spacer {
	height: 50px;
}

/*  */
div#homepage-content-border-right-small {
	width: 15px;
	height: 240px;
	background-color: #C6C6C6;
}

/*  */
div#content-border-left,
div#content-border-right {
	width: 30px;
	height: 112px;
	background-color: #878787;
}

/*  */
div#content-background {
	width: 920px;
	background-color: #FBFBFB;
}

/*  */
div#content-navigation {
	width: 379px;
}

/*  */
div#content-image {
	width: 100%;
	height: 112px;
	background-color: #C6C6C6;
	text-align: right;
}

/*  */
div#content {
	width: 460px;
	padding: 0 50px 0 16px;
}

/*  */
div#content-spacer {
	height: 50px;
}

/*  */
div#content-border-right-small {
	width: 15px;
	height: 112px;
	background-color: #C6C6C6;
}

/*  */
div#footer {
	height: 24px;
	margin-left: 425px;
	padding-top: 6px;
}

/* Allgemeine Klassen */
.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;
}

/*  */
form {
	margin: 0;
}
form fieldset {
	padding: 0;
	border: none;
}
form label {
	margin: 0;
	padding: 0;
}
form div {
	padding: 0 0 2px 0;
}
input.text {
	padding: 2px 4px 1px 2px;
	border: 1px solid #000000;
}
input.submit {
	background-color: #FBFBFB;
	border: 1px solid #000000;
}

/*  */
div.logout-feuser {
	clear: left;
	padding: 10px 0 0 0;
}


/* *** CSS-Klassen fuer Text m/Bild *** */

/* Abstand unter Bild + Unterschrift */
DIV.csc-textpic-imagewrap {
	padding-bottom: 30px;
}

/* Abstand unter dem Bild */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

/* Rahmen um Bilder */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #8F9EAF;
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-text,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-left DIV.csc-textpic-text {
	padding-left: 0px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-text,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-right DIV.csc-textpic-text {
	padding-right: 0px;
}



