/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
}

ul,ol {
list-style: none;
}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}


/*-------------------SCHRIFT / GRÖSSE ---------------
---------------------------------------------------*/

ul,ol {
list-style: disc;
list-style-position: outside;
padding-left:15px;
line-height: 1.8em;
}


p{font-size:100%}
h1{font-size:150%}
h2{font-size:120%}
h3{font-size:100%}
h4{font-size:100%}
h5{font-size:100%}
h6{font-size:100%}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color: #1D1E20;
}

p {
line-height: 1.5em;
padding-bottom:6px;
}

h1 {
font-size: 1.7em;
text-transform: none;
font-weight: normal;
font-family: "Times New Roman", serif;
color: #224D86;
}

h2 {
font-size: 1.4em;
text-transform: none;
font-family: "Times New Roman", serif;
font-weight: normal;
color: #224D86;
padding-bottom: 1.0em;
}

h3, h4, h5, h6 {
font-size: 1.1em;
text-transform: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:#224D86;
}

a {
	font-weight: normal;
	text-decoration:underline;
	color: #224D86;
}

a:hover {
	text-decoration:none;
}

/*----Text und Überschrift für die rechte Spalte----
---------------------------------------------------*/

#rightcolcontent p {
	line-height: 1.3em;
	font-size: 0.9em;
	color: #333333;
	padding-bottom: 10px;
}
#rightcolcontent h3 {
	font-weight:normal;
	font-size: 0.95em;
}

#rightcolcontent a.mail {
	color: #333333;
	text-decoration: none;
}


/*----Überschrift h5 für Produktinformationen----
-----(im Backend Layout 5 waehlen)----------------*/


h5 {
	color: #616161;
	text-transform: uppercase;
	word-spacing: 1px;
	font-size: 1.1em;
	line-height: 1.8em;
	padding-bottom: 5px;
}



/*-------------------Boxmodell-----------------------
---------------------------------------------------*/
html {
	background-color: #224D84;
}

body {
	text-align: center;
	background-color: #224D84;
}

#outerwrapper {
width: 100%;
background: #fff;
}

#outer {
	background-color: #FFF;
}

#container {
width: 980px;
margin: 0 auto;
background-color: #FFF;
position: relative;
text-align:left;
}

#header {
	position:relative;
	height: 160px;
	clear:both;

}

#logowrapper {
	position:absolute;
	left:0px;
	top: 0px;
	width:220px;
	height:160px;
	border-bottom: 1px solid #d5d5d5;
}

#logo {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 147px;
	width: 220px;
	margin-bottom: 13px;
}

#sloganrightwrapper {
	position:absolute;
	left:320px;
	top: 0px;
	width:660px;
	height:160px;
	border-bottom: 1px solid #d5d5d5;
}


#slogan {
	position: absolute;
	left: 0px;
	height: 147px;
	width: 440px;
	margin-bottom: 13px;
}

#headerright {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 210px;
	height: 110px;
	margin-bottom: 15px;
	border-left: 1px solid #d5d5d5;
}

#mainnav {
	position: absolute;
	top: -6px;
	margin-left:-1px; 
	display:block;
	width: 210px;

}


#searchboxbutton {
	position:absolute;
	left:123px;
	top:50px;
	margin-left:1px;
	
}

#address {
	position:absolute;
	top: 60px;
	margin-left:10px;
	width: 210px;
	font-size: 0.95em;
	color: #333333;
}
#address p {
	font-size: 0.8em;
	line-height:1.4em;
	padding-bottom: 0px;
}

#content {
	padding-top: 20px;
	background-color: #FFF;
	width: 980px;
}

#leftcol {
	float: left;
	width: 320px;
}

#maincolrightcolwrapper {
	float:right;
	width:660px;
}

#maincol {
	float:left;
	width: 440px;
}

#maincolcontent {
	float:left;
	width: 400px;
}

#rightcol {
	float: right;
	width: 220px;
}

#rightcolcontent {
	margin-left:20px;
}

#footerwrapper {
	clear:both;
	width:100%;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 192px;
	z-index:-2;
}

#footer {
	position:relative;
	clear:both;
	width:980px;
	margin: 0 auto;
	text-align:center;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 192px;
	
}

#footerleft {
	position:absolute;
	left:0px;
	margin-top: 75px;
	text-align:left;
	color:#FFF;
	font-size: 0.8em;

}
#footerleft p{
	padding-bottom: 0px;
}

#footerleft a {
	color:#FFF;
	text-decoration:none;
	padding-right: 4px;
	
}

#footerleft a:hover {
	text-decoration:underline;
	padding-right: 4px;

}


#middlefooter {
	position:absolute;
	left: 270px;
	width: 440px;
	margin-top:0px;
	z-index:1;
}


#rightfooter {
	position:absolute;
	left: 775px;
	margin-top: 75px;
}

#footerright {
	color: #fff;
}

#footerright a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	padding-right:4px;
	
}

#footerright a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 0.8em;
	padding-right:4px;
	
}


/*----------nur rechte Spalte allgemein Abstände_Text
---------------------------------------------------*/
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:20px !important;
}

/*----------(nur Bild-Rahmen1 auswählbar)-----------
---------------------------------------------------*/


div.csc-frame-frame1 div.csc-textpic-imagewrap img{
	border: 5px solid #333333;
	margin-right: 5px;
}

/*-----nur Bild-Rahmen1 Unterschrift rechte Spalte--
---------------------------------------------------*/
div.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color: #333333;
	font-size: 0.8em;
	padding:5px 2px 0px 0px;
}

/*----------nur Bild-Unterschrift rechte Spalte-----------
---------------------------------------------------*/

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color: #333333;
	font-size: 0.8em;
	padding:5px 2px 0px 0px;
}


/*----------(nur Bild-Rahmen2 auswählbar)-----------
---------------------------------------------------*/


div.csc-frame-frame2 div.csc-textpic-imagewrap img{
	border: 4px solid #e3e6ee;
}

/*-----nur Bild-Rahmen2 Unterschrift maincol--
---------------------------------------------------*/
div.csc-frame-frame2 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color: #333333;
	font-size: 0.8em;
	padding:5px 2px 20px 0px;
}

/*--beeinflusst den Abstand vom Bild zum Text------
---------------------------------------------------*/
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	padding-left: 20px;
}


/*----------nur Bild-Rahmen Checkbox Medien--------
---------------------------------------------------*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 4px solid #e3e6ee;
}


div.csc-frame-rulerAfter {
	border-bottom: 1px solid #d5d5d5;
	margin-top: 20px;
	margin-bottom: 20px;
}




/*----------Styles für EXT mm-cleanfilelink---------
---------------------------------------------------*/


td.csc-uploads-icon {
	padding-right: 15px;
	padding-bottom: 6px;
	
}

td.csc-uploads-fileName a {
	text-decoration:none;
}

td.csc-uploads-fileSize {
	padding-left: 10px;
	color: #224D86;
	padding-bottom: 6px;
}

/*-------------------EXT--SEO--Sitemap -------------
---------------------------------------------------*/
.tx-flseositemap-pi1 ul li{
	list-style:none;
	line-height: 1.3em;
	padding-left: 10px;	
}
.tx-flseositemap-pi1 ul li a{
	text-decoration:none;
	list-style:none;
	background-image: url(images/keil_gross.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.7em;
	padding-left: 12px;	
}

.tx-flseositemap-pi1 ul li a:hover{
	text-decoration:underline;
	list-style:none;
	background-image: url(images/keil_gross.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.7em;
	padding-left: 12px;	
	
}



/*-------------------Kontaktformular-------------------
---------------------------------------------------*/

label {
	font-size: 100%;
}

form font{
	color: #555555;
	font-size: 100%;
	line-height: 150%;
}

.csc-mailform{
	border: none;
	padding: 0;
}

.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field textarea, form input, form textarea, form select{
	font-size: 100%;
	color: #555555;
	padding: 2px 2px 2px 2px;
    margin: 15px 2px 0px 0;
}

input:hover {
	font-style: normal;
}

form input[type=checkbox]{
	border: none;
}
.csc-mailform .csc-mailform-field textarea {
	margin: 10px 0px 0px 0px;
	font-size: 100%;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	width: 389px;
	
	}
.csc-mailform-field label, form label{
	display: block;
	color: #555555;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
}

/*------Searchbox (erscheint auf jeder Seite)------
---------------------------------------------------*/

#searchbox {
	position: absolute;
	top: 35px;
	left: 8px;
	width: 200px;
	height: 19px;
	
}


#searchform {
	position: absolute;
	top: 0px;
	left: 0px;

}

#searchform .lupe {
	position:absolute;
	top:  0px;
	left: 110px;
	
		
}

#searchform input {
	position:absolute;
	padding: 0px;
	top:  0px;
	left: 0px;
	border:none;
	padding-left: 2px;
	color: #224D86;
	font-size:88%;
	margin:0px;
}

/*------SuchergebnisSeite--------------------------
---------------------------------------------------*/

.tx-indexedsearch {
	margin-top: 20px;
}


.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	margin-left: 20px;
	margin-top: 0px;
	width:200px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
margin-top:10px;
margin-left: 20px;
margin-bottom: 20px;
padding: 0px;
width:100px;
}



