/* Allgemeine Definitionen */

html {
	background: #DBDBDB;
	padding: 20px 0px 20px 0px;
	font-family: arial, sans-serif;
}

body {
	background:#FFFFFF;
	border: 1px solid #888888;
	width: 960px;
	height: auto;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

form, input {
	margin: 0;
}

input, textarea {
	font-size: 12px;
	font-family: arial, sans-serif;
}


/* Kopfbereich */

div.head
{
	/*border: 1px solid #FF0000;*/
	padding:0px;
	width: 960px;
	height: 150px;
	background: url(/~cms/images/headBackground.jpg) no-repeat right 53px;
	/*border: 1px solid red;*/
}

div.head div.logo {
	background: url(/~cms/images/headLogo_2.gif) no-repeat 0 25px;
	height: 145px;
}

div.head img
{
	float: left;
}

/* Empty-DIV  für IE 5.5 Mac+PC */
div.head div.empty_div
{
	/*border: 1px solid #FF0000;*/
	float: right;
	height:25px;
	width:480px;
	border: 1px solid green;
	display: none;
}

/* Meta-Navigation */

div.head div.metanav
{
	/*border: 1px solid #FF0000;*/
	/*clear: right;*/
	float: right;
	margin-top: 53px;
	line-height: 13px;
	width: 73px;
	height: 62px;
	padding:0px;
	/*border: 1px solid green;*/
	background-color: #003a78;
}

div.head div.metanav div.metanav_innen {
	padding: 12px 0px 0px 8px;
	
}

div.head div.metanav a
{
	display: block;
	color: #c2c2c2;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div.head div.metanav a:hover
{
	color: #FF6600;
}

div.head div.metanav a.active
{
	color: #FF6600;
}


/* Navigations-Ebene 1 */

div.head div.navLevel1
{
	/*border: 1px solid #0000ff;*/
	clear: right;
	float: right;
	/*margin-top: 9px;*/
	/*line-height: 22px;*/
	width: 720px;
	height: 40px;
	padding: 0px;
	background-color: #cecece;
	
	
	/*border: 1px solid green;*/
}

div.navLevel1_innen {
	padding-left: 10px;
}

div.head div.navLevel1 a
{
	/*border: 1px solid #0000ff;*/
	text-decoration: none;
	color: #7F7F7F;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 9px 3px 9px;
	border-right: 1px dotted #7F7F7F;
	/*border: 1px solid red;*/
	margin: 0px;
}

div.head div.navLevel1 a:hover
{
	color: #FF6600;
}

div.head div.navLevel1 a.active
{
	color: #FF6600;
}


/* Navigation links */

div.navLeft
{
	/*border:#0099CC solid 1px;*/
	border-left:#ff8000 solid 6px;
	padding: 0px 0px 0px 7px;
	float: left;
	width: 210px;
	height: auto;
	margin:44px 0px 20px 23px;
	
	
}

div.navLeft a
{
	display: block;
	float: left;
	width: 165px;
	font-size: 12px;
	text-decoration: none;
	color: #A1A1A1;
}

div.navLeft a:hover
{
	color: #FF6600;
}

div.navLeft a.active
{
	color: #FF6600;
}


/* Navigations-Ebene 2 */

div.navLeft div.navLevel2 a
{
	/*border: 1px solid #ff0000;*/
	font-weight: bold;
	padding: 6px 0 6px 0;
}

div.navLeft div.navLevel2 span
{
	float: left;
	display: inline;
	width: 28px;
	margin: 6px 9px 0 0;
	color: #FF6600;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

div.navLeft div.navLevel2 a.activeOpen
{
	color: #FF6600;
	border-bottom: none;
	padding: 6px 0 0 0;
}


/* Navigations-Ebene 3 */

div.navLeft div.navLevel2 div.navLevel3
{
	padding: 6px 0 6px 0;
}

div.navLeft div.navLevel2 div.navLevel3 a
{
	margin: 2px 0 2px 50px;
	display: inline;
	border: none;
	padding: 0;
	font-weight: normal;
}


/* Inhalt: allgemeines */

div.content
{
	float: left;
	margin: 20px 0px 60px 0px;
	width: 660px;
	/*background: url(/~cms/images/contentDottedOrange.gif) no-repeat;*/
	font-size: 12px;
	color: #203061;
	line-height: 140%;
}

div.content hr
{
	clear: both;
	margin: 0;
	visibility: hidden;
}


/* Inhalt: Text-Container */

div.content div.col
{
	float: left;
	width: 110px;
	margin-right: 10px;
	padding-left: 4px;
	background: url(/~cms/images/contentDottedOrange.gif) no-repeat 0 2px;
	font-size:11px;
}

div.content div.col p.freecall
{
	margin-top: -10px;
	margin-left: -4px; 
	background: url(/~cms/images/contentFreecall.gif) no-repeat -4px 0px;
	padding-top: 16px;
	padding-left: 4px;
}


/* Inhalt: Text */

div.content h1
{	
	margin: 0 0 20px 0px;
	padding-left: 8px;
	font-size: 14px;
	color: #002964;
	border-left: 1px dotted #002964;
	/*border-bottom: 1px dashed #FF6600;*/
}

div.content h2
{
	margin: 24px 0 0 0;
	font-size: 14px;
	color: #002964;
	line-height:125%;
}

div.content h3
{
	margin: 0;
	font-size: 12px;
	color: #002964;
}

div.content h4
{
	margin: 0;
	font-size: 12px;
	color: black;
}

div.content p
{
	margin: 0 0 12px 0;
}

div.content p.freecall
{
	margin-top: 8px;
	background: url(/~cms/images/contentFreecall.gif) no-repeat -4px 0px;
	padding-left: 65px;
}


/* Inhalt: Handelspartner */

div.content div.handelspartner
{
	float: left;
	width: 540px;
}

div.content div.handelspartner h3
{
	margin-bottom: 20px;
}

div.content div.handelspartner a.logos
{
	float: left;
	width: 130px;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
}

div.content div.handelspartner span
{
	float: left;
	width: 135px;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
}

div.content div.handelspartner p.anker
{
	margin-bottom: 30px;
}

div.content div.handelspartner p a
{
	margin-right: 10px;
}


/* Inhalt: Links */

div.content a
{
	color: #FF6600;
}


/* Inhalt: Definitionslisten */

div.content dl
{
	margin: 0 0 10px 0;
}

div.content dt
{
	font-weight: bold;
	color: #FF6600;
	margin: 12px 0 2px 0;
}

div.content dd
{
	margin: 0 0 4px 30px;
}


/* Inhalt: Sitemap */

div.content a.sitemapLevel1
{
	display: block;
	margin: 12px 0 0 0;
	font-weight: bold;
}

div.content a.sitemapLevel2
{
	display: block;
	margin: 2px 0 2px 16px;
}

div.content a.sitemapLevel3
{
	display: block;
	margin: 2px 0 2px 32px;
}

/* Inhalt Listen */

div.content ul
{
	margin-top: 0;
	margin-bottom: 16px;
	list-style-type: square;
}

div.content ul li
{
	margin-bottom: 2px;
	margin-left: -24px;
}

div.content ol
{
	margin-top: 0;
	margin-bottom: 16px;
}

div.content ol li
{
	margin-bottom: 2px;
	margin-left: -24px;
}


/* Inhalt Bildleiste */

div.content img.bildleiste
{
	clear: both;
	position: relative;
	display: block;
	margin: 50px 0 -20px 0;
}


/* Inhalt Bildergalerie */

div.content a.thumb
{
	float: left;
	margin: 2px 5px 3px 0;
}


/* Inhalt Formulare */

div.content form input.text
{
	border: 1px solid #002964;
	color: #002964;
}

div.content form input.submit
{
	background: #002964;
	color: white;
	border: 1px solid #002964;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

/* Klassen von Catforce Studio */
img.vetrine {
	border: 0px solid;
	margin: 0px 0px 20px 30px;
	border-left:#FF9900 15px solid;
}
.orange {
	color:#FF6600;
}