body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	font-size:13px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

h3{
	text-align:center;
	padding-bottom: 15px;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	margin: auto;
}

#content_box{
	margin-top:20px;
	min-height:200px;
	width:590px;
	float: left;
    padding-bottom: 50px;
}

#menu_box{
	margin-top:20px;	
	width:198px;
	float: left;
	padding-top:15px;
	padding-bottom:15px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;	
}

#menu_box_spacer{
	height: 55px;
	clear:both;
}

header{
	margin-top:50px;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

.content_1{
	margin: 0 20px 20px 0;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}


.content_box2{
	width:540px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: right;
}

menu2{
	margin-top:20px;

	width:170px;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	float: right;
	
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.footer-info{
	padding:15px 0 0 0;
	width:800px;
	margin:auto auto;
	text-align:left;
}

footer {
    position:fixed;
    bottom:0px;
	width: 100%;
  	background: url(../login_panel/images/tab_c.png) repeat-x 0 0;
	height: 42px;
    z-index: 999;
	text-align:center;
	clear: both;
}

.menu_link{
	border-bottom: 1px solid #CCC;
	line-height: 35px;
	display:block
}

.menu_link:last-child{
	border-bottom: none;
}

.menu_link:hover, .menu_link.active{
	background-color:#CCC;
}

.menulink{
	padding-left: 15px;
	display:block
}

.menu_link a, .menu_link a:visited {
	color: #555555!important;
	text-decoration:none;
	outline:none;
}

.menu_link a:hover, .menu_link.active a{
	color: #fff!important;
}

div.content_1 label.control-label{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
	width: 200px;
	float:left;
}


div.content_1 input[type='text'],div.content_1 input[type='password'],div.content_1 input[type='email'],div.content_1 textarea{
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
	width: 230px;
}

div.content_1 textarea{
    min-height: 200px;
	width: 230px;
	resize:none;
}


div.content_1 select{
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    *margin-top:4px: ;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

div.content_1 input[type='submit'] {

	width: 94px;
    color: white;
    background: transparent url(../login_panel/images/bt_register.png) no-repeat 0 0;
    display: block;
    float: left;
    clear: left;
    height: 24px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 10px 0;

}

div.content_1 input[type='button'] {
    display: inline-block;
    *display:inline:: ;
    *zoom:1:: ;
    padding: 4px 12px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#e6e6e6:: ;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border:0:: ;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left:.3em:: ;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    height: 30px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert h3{
    text-align:left!important;
	padding: 0px!important;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.header_grey{
	line-height:10px;	
}

input[readonly="readonly"]
{
    background-color:#ddd;
	color:#999!important;

}

input[readonly=""]
{
    background-color:#ddd;
	color:#999!important;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#tabs_menu li {
  padding: 0;
}

div .margin{
	margin-top:10px;
	font-size:14px;
	
}

div.margin input[type="checkbox"], input[type="radio"] {
	  position:absolute; 
	  clip: rect(0,0,0,0);
}
div.margin input[type="checkbox"]:focus + label , input[type="radio"]:focus + label{
  font-weight: bold;
}



div.margin input[type="checkbox"] + label {
  background: transparent url("../images/s-checkbox.png") no-repeat 0 -32px;
  padding-left: 20px;
}

div.margin input[type="checkbox"]:checked + label {
  background-position: 0 0;
}

div.margin input[type="checkbox"]:-moz-ui-invalid + label {
  background: transparent url("../images/s-checkbox.png") no-repeat 0 -32px; 
  color: red;
}
div.margin input[type="checkbox"]:-moz-ui-invalid + label:after {
  content: '<<<--- Pflichtfeld!';
}

.content_1 li{
	padding: 0	
}

.content_1 ul{
	padding-left: 30px;	
}

.content_1 h3{
	text-align: left;
	padding: 12px 0;	
}

.sell{
	margin-left: 445px;
	position: absolute;
}

div.content_1 div.order input[type='text'].small{
	width: 60px;
}

div.content_1 div.order input[type='text'].medium{
	width: 145px;
}

.image_carousel {
	padding: 0 0 0 15px;
}		

.image_carousel img { 
	border: 1px solid #ccc; 
	background-color: white; 
	padding: 9px; 
	margin: 7px; 
	display: block; 
	float: left; 
} 

.image_carousel a { 
	display: block; 
	float: left; 
} 

.pagination {
	text-align: center;
	margin: 0 auto
}
.pagination a {
	background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}

.clearfix { 
	float: none; 
	clear: both; 
} 

.content_type {
	position: absolute;
	background: #88b7d5;
	border: 2px solid #c2e1f5;
	height: 50px;
	width: 50px;
	margin: -20px 0 0 -70px;
	display:none
}
.content_type:after, .content_type:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content_type:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 15px;
	margin-top: -25px;
}
.content_type:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 18px;
	margin-top: -28px;
}

.big_icon {
	color: #fff;
	font-size:50px;
	padding:15px 0 0 15px;
	font-family: "Lucida Console", Monaco, monospace;
}

.menulink img {
    padding: 11px 0 0 0;
    position: absolute;	
}


<!-- FAQ Slider -->

.ac-container{
	text-align: left;
}

.ac-container label{
	padding: 3px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	line-height: 29px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	border: 1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}

.ac-container label:hover{
	background: #fff;
	background: -moz-linear-gradient(top, #eaeaea 1%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #eaeaea 1%,#fff 100%);
	background: -o-linear-gradient(top, #eaeaea 1%,#fff 100%);
	background: -ms-linear-gradient(top, #eaeaea 1%,#fff 100%);
	background: linear-gradient(top, #eaeaea 1%,#fff 100%);
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;

}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}

.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}

.ac-container input{
	display: none;
}

.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	border: 1px solid #ccc;
	
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 10px 20px;
}
.ac-container input:checked ~ article{
	
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	border: 1px solid #ccc;

	
}
.ac-container input:checked ~ article.ac-small{
	height: 150px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

.paginator{
	
}