html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #666;
}

/****************/

#container{
    background: url( ../../images/container_bg.png ) repeat-y top left;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
	margin-top:10px;
}

/****************/

#header{
    background:  url( ../../images/header_bg.png ) repeat-y top left;
	height:220px;
    position: relative;
}
#logo {
	clear:both;
	width:224px;
	height:72px;
	float:right;
	margin-right:46px;
	margin-top:73px;
}
/****************/

#meta{
    background: none;
	  float:right;
	  width:400px;
	  margin-top:42px;
	  margin-right: 45px;
    position: relative;
	  color:#fff;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
	  display:inline;
	  float: right;  
}
#meta ul{

}
#meta li{
	color:#fff;
}
#meta li a{
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	line-height:1em;
	text-decoration:none;
	padding:0 5px;
}
#meta li a.active{
    font-weight: bold;
}
#meta li a:hover, #meta li a.active{
    text-decoration: underline;
}

/****************/

#navigation{
    background: url( ../../images/navigation_bg.gif ) repeat-x top left;
	margin:0 20px;
	margin-top:5px;
	height:31px;
	overflow:hidden;
    position: relative;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
	display:inline;
}
#navigation li a{
	font-size:12px;
	color: #666;
	font-weight:bold;
	text-decoration:none;
	padding:0 16px;
	display:block;
	float:left;
	text-transform:uppercase;
	line-height:30px;
	height:30px;
	border:1px solid transparent;
	_border:1px solid #D6D6D6;
	border-bottom:1px solid #999;
}
#navigation li a.active{
    font-weight: bold;
	background: #fff;
	border:1px solid #999;
	height:31px;
	color: #000;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: none;
	background: #fff;
	height:31px;
	color: #000;
	font-weight:bold;
	border:1px solid #999;
	border-bottom:0;
}

/****************/

#content{
    position: relative;
	width:919px;/*920-1*/
	margin:0 20px;
	border-left:1px solid #999;
}
#content .padding{
    padding: 35px 16px;
}
#content #left{
    background: #ffcccc;

    position: relative;
    width: 200px;
    float: left;
}
#content #center{
    position: relative;
    width: 689px;/*690-1*/
    float: left;
}
#content #right{
    position: relative;
    width: 230px;
    float: left;
}
#content #right .padding {
    padding: 120px 0px 40px 0px;
}
#right label, #right .floatleft{
    width: 100px;
}

/****************/

#footer{
    background: #fff url( ../../images/footer_bg.png ) no-repeat top left;
	width:960px;
	height:53px;
    text-align: center;
    position: relative;
	font-size:11px;
	color:#fff;
}
#footer a {
	text-decoration:underline;
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
	color:#fff;
}
#footer p{
	font-size:11px;
	color:#fff;
	line-height:25px;
}

#producedby {
	padding-top:10px;
	width:151px;
	height:5px;
	display:block;
	margin:0 auto;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{
	
}
h1{
    font-size: 18px;
	color:#EE1c24;
	font-weight:normal;
    margin: 0 0 40px 0;
}
#center h1{
	height:45px;
	display:block;
	overflow-y:hidden;
}
h1.gray {
	color:#666;
}
h2 {
    font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#EE1C24;
	margin:0;
	padding-left:20px;
	margin-bottom:5px;
	line-height:20px;
}
h2.teaser {
    width: 260px;
    height:20px;
    line-height:20px;
    display:block;
    clear:both;
}
h3{
    font-size: 12px;
}
#right h3 {
	margin-bottom:0;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0;
}
li {
	background: url( ../../images/li_square.gif ) no-repeat left 6px;
	padding-left:15px;
}
ul li, ol li{
    margin: 0;
	line-height:1.7em;
}
a{
    text-decoration: none;
    color: #666;
    text-decoration: underline;
}
a:hover, a.active{
    color: #666;
    text-decoration: none;
}
a img{
    border: none;
}

#right, #right p {
	color:#333;
}
#right li {
	color:#666;
}
/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    margin-right: 0;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 522px;
    float: left;
}
.columns .text .left{
    width: 120px;
}
.columns .text .right{
    width: 260px;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 210px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 170px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 200px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 180px;
}
#mSubmitButton, #mResetButton{
    float: left;
}

#asterisk{
    font-size: 10px;
}

/****************/

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

/****************/

#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password{
    display: block;
    width: 150px;
}
#login label{
    font-weight: bold;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/***************************/
#news_teaser .teaser_container,  #products_teaser .teaser_container {
	padding: 16px;
	background: #e1e1e1;
}
#news_teaser .teaser, #products_teaser .teaser_container {
	padding-bottom: 10px;
}
#products_teaser .teaser_container {
	margin-bottom:10px;
}
.gray {
	color:#666;
}

img['float="left"']{
	padding-right: 16px;
}

ul#products_categories_overview li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	text-align:center;
	display:block;
	float:left;
	width:150px;
/*	min-height:190px;
	_height:190px;*/
	margin:0px 10px 10px 0px;	
    border:1px solid #E1E1E1;
}
ul#products_categories_overview li.noMarginRight {
	margin-right:0;
}
ul#products_categories_overview li .image_box {
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	display:block;
/*	height:150px;*/
    margin-top:5px;
/*	min-height:145px;
	_height:145px;*/
	width:150px;
}
ul#products_categories_overview li a.moreLink {
    width:100%;
    display:block;
    margin-top:10px;
}

.charSelection ul, .charSelection ul li {
    margin:0;
    padding:0;
    list-style:none;
    background:none;
    display:inline;
}
.charSelection ul li {
    padding-right: 5px;
}
#representations p {
    padding-left:20px;
}
a.buchstabe {
    line-height:40px;
    margin: 30px 0px 10px 0px; 
    color:#EE1C24;
}
