/*******************************************************************************/
/* 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/body_hg_chamois.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	width: 920px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 209px;
	width: 920px;
}
#middle {
	background-image: url(/fileadmin/images/templates/main/container_middle_hg.gif);
	background-repeat: repeat-y;
	background-position: center 611px;
}
#top {
	width: 920px;
}
#bottom {
	background-image: url(/fileadmin/images/templates/main/container_bottom_hg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 920px;
}
#nav_pri_container {
	height: 34px;
	background-color: #00447b;
	padding-left: 40px;
}
#nav_pri {

}
#content_main_container {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 40px;
	min-height: 300px;
}
#content_main {

}
#content_main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #00447B;
	margin-top: 0px;
	margin-bottom: 7px;
}
#content_main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #6CC6EC;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content_main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #D5AF00;
	margin-top: 0px;
	margin-bottom: 3px;
}
#content_main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #00447B;
	margin-top: 0px;
	margin-bottom: 3px;
}
#content_main h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #78b61d;
	margin-top: 0px;
	margin-bottom: 10px;
}
#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: 140px;
	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: 150px;
}
input.csc-mailform-submit {
	margin-left: 150px;
	width: 120px;
	margin-top: 10px;
	font-weight: bold;
	height: 27px;
	background-color: #F0F0F0;
}
/* -- end -- Formular */






/*******************************************************************************/
/* Synor Media Logo */

#synor_footer {
	padding-bottom: 30px;

}
#synor_logo {
	margin-top: 7px;
	margin-left: 840px;
}










/* 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: Georgia, "Times New Roman", Times, serif;
	color: #002F55;
	font-size: 16px;
	line-height: 24px;
}
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; }
div, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
#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;
}





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: 839px;
	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: 839px;
	font-size: 0px;
	line-height: 0px;
}