/* useful css settings which may differ in different projects */
html {
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}


div, form
{
	margin: 0;
	padding: 0
}

p, ul, ol, table
{
    display: block;
	padding: 0px 0px 0px 0px;
	margin: 1em 0px 1em 0px;
}
p.align-right {text-align: right; padding-right: 37px;}

.ctype-table table
{
  border-collapse: collapse;
  width: 100%
} 
h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.9em;
	text-decoration: none;
	color: #424C4D;
	margin: 5px 0px 0.5em 0;
	padding: 0 0px 7px 0px;
}

h1 a { color: #F13314 }
h1 a:link	{ color: #F13314 }
h1 a:visited	{ color: #F13314 }
h1 a:hover	{ color: #5F5F5F }
h1 a:active	{ color: #FFFFFF; background-color:  #F13314 }
h1 a:focus	{ color: #FFFFFF; background-color:  #F13314 }

h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #424C4D;
	margin: 0.3em 0 0.6em 0;
	padding: 0;
}

h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	margin: 1.0em 0 0.8em 0;
	padding: 0;
}

h5, h6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	margin: 1.0em 0 0.5em 0;
	padding: 0;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #446D00;
	margin: 1.0em 0 0.5em 0;
	padding: 0;
}

h2 {font-size: 1.3em }
h3 { font-size: 1.2em }
h4 { font-size: 1.1em }
h5 { font-size: 1.0em }
h6 { font-size: 1.0em }


#container-main table td, #container-main table th  { padding: 0px; margin: 0px; text-align: left; width: 398px;}
#container-main table th  h1 {padding: 0px; margin: 0px;}

ul { margin-left: 17px }
ol { margin-left: 25px }

strong, b { font-weight: bold }
u { text-decoration: underline }
em, i { font-style: italic }

a			{ color: #446D00; text-decoration: underline }
a:link		{ color: #446D00; text-decoration: underline }
a:visited	{ color: #446D00; text-decoration: underline }
a:hover		{ color: #424C4D; text-decoration: underline }
a:active	{ color: #FFFFFF; background-color: #446D00;; text-decoration: underline }
a:focus		{ color: #FFFFFF; background-color: #446D00;; text-decoration: underline }


			img,
a			img,
a:link		img,
a:visited 	img,
a:hover		img,
a:active	img,
a:focus		img
{ border: 0px none #FFFFFF; }

img { margin: 0; padding: 0 }

input, select, option, textarea, button
{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF
}

#tmpl-default
{
	margin: 10px 0 10px 0;
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_all.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

/**
  * Inhaltscontainer
  */
#container-header
{
	position: relative;
	width: 904px;
	height: 259px;
	background-image: url('../images/bg_header.gif');
	background-position: left top;
	background-repeat: no-repeat;
}  

#container-all
{
	width: 904px;
	padding-top: 40px;
}

#container-main
{
    line-height: 1.4;
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px
}

#container-main ul { list-style-image: url('../images/pfeil.gif'); }

#container-left
{
	float: left;
	width: 200px;
	padding-left: 30px
}

#container-footer
{
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url('../images/bg_footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/** 
  * Basismenue 
  */
#nav-basemenu
{
	position: absolute;
	top: 0px;
	left: 618px;
	z-index: 3;
	width: 279px;
	height: 24px;
}

#nav-basemenu ul
{
	margin: 4px 0 0 18px;
	list-style-image: none;
}

#nav-basemenu ul li
{
	list-style: none;
	display: inline;
	border-left: 1px solid #000000;
	padding: 0px 5px 0 7px;
}

#nav-basemenu ul li.first
{
	list-style: none;
	display: inline;
	border: none;
	padding: 0px 5px 0 0px;
}

#nav-basemenu ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0
}

#nav-basemenu ul li a:link		{ color: #000000 }
#nav-basemenu ul li a:visited	{ color: #000000 }
#nav-basemenu ul li a:hover		{ color: #446D00; }
#nav-basemenu ul li a:active	{ color: #C2C2C2; background-color: #000000 }
#nav-basemenu ul li a:focus		{ color: #C2C2C2; background-color: #000000 }

/**
  * Hauptmenue 
  */
 
#nav-mainmenu ul
{
	margin: 0;
	padding: 4px 0px 4px 9px;
}

#nav-mainmenu ul li
{
	list-style: none;
	display: block;
	border: 1px solid #F7F7F7;
	padding: 2px 0px 6px 18px;
	background-image: url('../images/bg_menu.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

* html #nav-mainmenu ul li
{
	list-style: none;
	display: block;
	border: 1px solid #F7F7F7;
	height: 20px;
	padding: 2px 0px 2px 18px;
	background-image: url('../images/bg_menu.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#nav-mainmenu ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

#nav-mainmenu ul li a:link,
#nav-mainmenu ul li a:visited
{
	color: #000000;
}

#nav-mainmenu ul li a:hover
{
	color: #446D00;
}

#nav-mainmenu ul li a:active,
#nav-mainmenu ul li a:focus
{
	color: #DCDCDC;
	background-color: #000000;
}

#nav-mainmenu ul.level1 li.active a
{
	color: #434343;
	font-weight: bold;
}

#nav-mainmenu ul li.active a:hover
{
	color: #446D00;
	font-weight: bold
}

#nav-mainmenu ul li.active a:active,
#nav-mainmenu ul li.active a:focus
{
	color: #DCDCDC;
	background-color: #434343;
}

#nav-mainmenu ul li ul
{
	margin: 0;
	padding: 8px 0px 0px 0px;
}

#nav-mainmenu ul li ul li
{
	background-image: none;
	padding: 0px 0px 2px 20px;
}

* html #nav-mainmenu ul li ul li
{
	background-image: none;
	padding: 0px 0px 2px 20px;
	height: 0
}

#nav-mainmenu ul li.active ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal
}

#nav-mainmenu ul li.active ul li a:link,
#nav-mainmenu ul li.active ul li a:visited
{
	color: #000000;
	font-weight: normal
}

#nav-mainmenu ul li.active ul li a:hover
{
	color: #446D00;
	font-weight: normal
}

#nav-mainmenu ul li.active ul li a:active,
#nav-mainmenu ul li.active ul li a:focus
{
	color: #DCDCDC;
	background-color: #000000;
	font-weight: normal
}

#nav-mainmenu ul li.active ul li.active a.active
{
	color: #626262;
	font-weight: bold;
}

#nav-mainmenu ul li.active ul li.active a:hover
{
	color: #446D00;
	font-weight: bold;
}

#nav-mainmenu ul li.active ul li.active a:active,
#nav-mainmenu ul li.active ul li.active a:focus
{
	color: #DCDCDC;
	background-color: #000000;
}

/**
  * Inhaltscontainer
  */
#content-main .cframe .ctype-image
{
	padding-top: 10px;
	padding-bottom: 10px
}

#container-main ul li
{
	padding-bottom: 5px
}
 
#content-logo
{
	position: absolute;
	top: 47px;
	left: 23px;
	z-index: 2;
	width: 205px;
	height: 200px;
}

#content-header
{
	position: absolute;
	top: 0px;
	left: 245px;
	z-index: 2;
	width: 651px;
	height: 239px;
}

#content-main
{
	float: left;
	width: 410px;
	padding-top: 15px;
	overflow: hidden
}

#content-main .col2-onetwo .cframe-alt .ctype-image
{	
	padding-top: 0;
	padding-bottom: 0;	
	background-image: url('../images/bg_img.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 122px;
}

#content-main .col2-onetwo .cframe-alt .ctype-image .image
{
	padding: 4px 8px 11px 0px
}

#content-main .col2-onetwo .cframe-alt .ctype-text p
{
	padding-top: 7px
}

#content-main .col2-onetwo .cframe-alt .ctype-text a
{
	display: block;
	padding-top: 7px
}

#content-main .onetwo-left .cframe-alt
{
	width: 105px;
}

#content-extra
{
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	width: 210px;
	overflow: hidden
}

#content-extra .cframe
{
	background-image: url('../images/bg_extra.gif');
	background-position: left bottom;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#content-extra .cframe-inner
{
	background-image: url('../images/bg_extra_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

* html #content-extra .ctype
{
	width: 210px;
	overflow: hidden
}

#content-extra .ctype
{
	background-image: url('../images/bg_extra_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	overflow: hidden
}

#content-extra .ctype:after
{
	content: " ";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden
}

#content-extra h2,
#content-extra h3,
#content-extra h4,
#content-extra h5
{
	margin: 0;
	padding: 0.5em 5px 0.5em 10px;
}

#content-extra .header-date
{
	margin: 0;
	padding: 0em 5px 0.5em 10px;
}

#content-extra .cframe .csc-frame .csc-header h2
{
	font-size: 1.0em;
	color: #000000;
	background-image: url('../images/bg_extra_h2.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#content-extra .cframe-default h2
{
	font-size: 1.0em;
	color: #000000;
	margin: 0;
	padding: 0.5em 5px 0.5em 10px;
}

#content-extra .cframe p.bodytext
{
	padding: 5px 15px 5px 15px;
	font-size: 0.9em
}

#content-extra .ctype-textpic,
#content-extra .ctype-image,
#content-extra .ctype-text,
#content-extra .ctype-uploads
{
	width: 199px;
	overflow: hidden
}

#content-extra .ctype-textpic .text
{
	padding-top: 0px;
}

#content-extra .ctype .image
{
	padding-left: 1px;
	padding-bottom: 5px
}

#content-extra .cframe .ctype-textpic .image-text 
{
	padding-top: 3px;
	font-size: 0.9em;
}

#content-extra .zoom-link
{
	font-size: 0.8em;
}

#content-footer
{
	float: left;
	padding-top: 0px;
	padding-left: 239px;
	padding-bottom: 20px;
	font-size: 0.8em
}

#extra-info
{
	float: right;
	padding-top: 10px;
	padding-right: 25px
}

/**
  * CSS-Switcher
  */
#content-mainmenu
{
	margin-top: 27px;
	padding-left: 12px;
	padding-bottom: 20px;
	overflow: hidden
}

.cssSwitcherLinks a
{
	text-decoration: none;
	font-size: 8px
}

/** 
 * flex Content
 */
#content-main .col2-onetwo,
#content-main .col2-twoone,
#content-main .col2-oneone,
#content-main .col3-oneoneone
{
	clear: left;
	padding-top: 10px;
	padding-bottom: 5px
}

.col2-oneone .oneone-left { width: 200px; }
.col2-oneone .oneone-right { width: 200px; padding-left: 10px; }

.col2-onetwo .onetwo-left { width: 130px; }
.col2-onetwo .onetwo-right { width: 270px; padding-left: 10px; }

.col2-twoone .twoone-left { width: 270px; }
.col2-twoone .twoone-right { width: 130px; padding-left: 10px; }

.col3-oneoneone .oneoneone-left { width: 125px; }
.col3-oneoneone .oneoneone-middle {width: 125px; padding-left: 10px; }
.col3-oneoneone .oneoneone-right { width: 125px; padding-left: 10px; }

/** Kontakt **/

.tx-thmailformplus-pi1
{
	padding-top: 20px;
}

.mailform-label-input
{
	padding-bottom: 4px
}
 
.mailform-label-input input.input
{
	border: 1px solid #434343;
}

.mailform-label-input textarea
{
	border: 1px solid #434343;
}

.mailform-infotext
{
	padding-top: 10px;
	font-size: 0.9em
}

.mailform-buttons 
{
	padding-left: 148px
}

.mailform-buttons input.button
{
	border: 1px solid #434343;
	margin-top: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.mailform-required
{
	color: #446D00;
	font-weight: bold
}

div.mailform-label { width: 150px; }
div.mailform-input { margin-left: 150px; width: 200px; }
div.mailform-input input,
div.mailform-input textarea { width: 180px; }
div.mailform-buttons { padding-top: 10px; }


.cframe .ctype-textpic .text
{
	padding-top: 0px;
}

.cframe .ctype-textpic .image
{
	padding-right: 5px;
}

.cframe .ctype-image .image-text,
.cframe .ctype-textpic .image-text 
{
	padding-top: 5px;
}

.image-links ul
{
	margin-left: 0;
}

.image-links ul li
{
	list-style: none;
}

.zoom-link
{
	font-size: 0.8em
}

.ctype-uploads ul
{
	padding-left: 15px
}

.ctype-uploads ul li
{
	padding-bottom: 5px
}
	
	
#tmpl-default #content-header #video { float: left; background-image: url(../images/bg_video.gif); height:239px; width:651px;}
#tmpl-default #content-header #video #mediaspace {float: left; padding: 29px 0px 0px 120px; width: 531px;}
