/*******************************************************************************/
/* CSS-File by stefan.krapf@synor.ch */
/* Date: 2007-03-23 */



/*******************************************************************************/
/* Template formatieren (DIV's usw.) für alle Elemente innerhalb "#container": */
/*******************************************************************************/
body {
	text-align: center;
	margin: 0px;
	background-image: url(/fileadmin/images/templates/main/hg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 992px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	background-image: url(/fileadmin/images/templates/main/middle_hg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
#top {
	background-image: url(/fileadmin/images/templates/main/top_hg.jpg);
	background-repeat: no-repeat;
	width: 992px;
}
#bottom {
	background-image: url(/fileadmin/images/templates/main/bottom_hg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 992px;
}
#content_top {
	background-image: url(/fileadmin/images/templates/main/content_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content_left {
	background-image: url(/fileadmin/images/templates/main/content_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#content_bottom {
	background-image: url(/fileadmin/images/templates/main/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content_right {
	background-image: url(/fileadmin/images/templates/main/content_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#content_or {
	background-image: url(/fileadmin/images/templates/main/content_or.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_ol {
	background-image: url(/fileadmin/images/templates/main/content_ol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_ul {
	background-image: url(/fileadmin/images/templates/main/content_ul.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_ur {
	background-image: url(/fileadmin/images/templates/main/content_ur.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content_top_image {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 183px;
}
#nav_pri_container {
	margin-left: 53px;
	height: 35px;
	margin-right: 53px;
}
#nav_pri {
	float: left;

}
#nav_global {
	text-align: right;
	float: right;
}
#header {
	background-image:url(/fileadmin/images/templates/main/header_hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
}
#content_main_container {
	background-color: #FFFFFF;
}
#content_main {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 37px;
	padding-bottom: 50px;
	min-height: 351px;
}
#content_main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #1295CD;
}
#content_main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #78B61D;
}
#content_main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #854823;
	margin-bottom: 3px;
}
#footer_container {
	height: 52px;
	margin-right: 36px;
	margin-left: 36px;
	background-image: url(/fileadmin/images/templates/main/footer_linie.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
}
#footer_container p.bodytext {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0px;
}
#footer_container a, #footer_container a:visited {
	color: #003a52;
}
#footer_container a:hover {
	color: #0082B9;
}
#footer {
	padding-left: 29px;
	padding-bottom: 4px;
}
#nav_footer {
	font-size: 11px;
	line-height: 20px;
	padding-left: 29px;
	color: #003a52;
	float: left;
	width: 700px;
}
#go_top {
	float: right;
	text-align: right;
	padding-right: 29px;
}
#go_top p.bodytext {
	font-size: 11px;
	line-height: 20px;
}



/* -- start -- Formular */
.csc-mailform {
	border: 0px;
}
.csc-mailform-field {
}
.csc-mailform-field label {
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.csc-mailform input, .csc-mailform select {
	height: 17px;
	margin-bottom: 5px;
	border: 1px solid #A4A4A4;
}
.csc-mailform textarea {
	margin-bottom: 5px;
	border: 1px solid #A4A4A4;
}
/* hier eine Zeile, die nur ein Label ist: */
.csc-mailform-label {
	margin-left: 120px;
}
input.csc-mailform-submit {
	margin-left: 120px;
	width: 120px;
	margin-top: 10px;
	font-weight: bold;
	height: 27px;
	background-color: #F0F0F0;
}
/* -- end -- Formular */





/* teils aus typo3 css_styled_content */


/***************************/
/* General element styles: */
/***************************/
body, H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003a52;
	font-size: 14px;
	line-height: 22px;
}
H1, H2, H3, H4, H5, H6 {
	margin-top: 5px;
}
PRE { font-family: monospace; }
/*	A { color: #000066; text-decoration: underline; }	skj: das war originaldefinition */
a {
	color: #5A9700;
	text-decoration: underline;
}	/* skj: neu von mir */
a:visited {
	color: #666666;
	text-decoration: underline;
}
/*	A:hover { color: #660000; }	skj: das war originaldefinition */
a:hover {
	color: #78B61D;
}	/* skj: neu von mir */
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
UL, OL {
	margin-left: 30px;
	margin-top: 0px;
}
INPUT, TEXTAREA, SELECT {
	padding-left: 5px;
	font-size: 11px;
	line-height: 15px;
}
div, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
#content_main table.contenttable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content_main .table_referenzen1 {
	width: 480px;
	background-color: #EDFAFE;
}
#content_main .table_referenzen1 td, #content_main .table_referenzen1 th {
	padding-left: 10px !important;
}
#content_main .table_referenzen1 ul, #content_main .table_referenzen1 ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px !important;
}
#content_main .table_referenzen1 td, #content_main .table_referenzen1 th, #content_main .table_referenzen1 ul, #content_main .table_referenzen1 ol {
	font-size: 12px;
	line-height: 16px;
}
#content_main table.contenttable p {
	margin-bottom: 0px;
}
#content_main table.contenttable td, #content_main table.contenttable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99D5F1;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#content_main table.contenttable ul, #content_main table.contenttable ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}





/* -- start -- "Rahmen" in einem Content-Element */

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	border: 1px solid #CCCCCC;
}

DIV.csc-frame-rulerBefore {
	margin-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 862px;
	font-size: 0px;
	line-height: 0px;
}
DIV.csc-frame-rulerAfter {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 862px;
	font-size: 0px;
	line-height: 0px;
}
/* rechts umfliessen lassen */
.rahmen100 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* links umfliessen lassen */
.rahmen101 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Umfliessen aufheben */
.rahmen102 {
	clear: both;
}
/* Rahmen Referenzen Video */
.rahmen110-or {
	background-image: url(/fileadmin/images/templates/main/Rahmen_or_6x6_schwarz_hg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.rahmen110-ol {
	background-image: url(/fileadmin/images/templates/main/Rahmen_ol_6x6_schwarz_hg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.rahmen110-ul {
	background-image: url(/fileadmin/images/templates/main/Rahmen_ul_6x6_schwarz_hg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.rahmen110-ur {
	background-image: url(/fileadmin/images/templates/main/Rahmen_ur_6x6_schwarz_hg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.rahmen110 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.rahmen110-abstand {
	height: 6px;
}
/* -- end -- "Rahmen" in einem Content-Element */
