/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #f9fbfc;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border-left: 1px solid #ced8e2;
 border-right: 1px solid #ced8e2;
 border-bottom: 1px solid #ced8e2;
 background: #fff; 
 font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
} 

#wrapper {
	width:1000px;
	height: 100%;
	float: left;
	display: inline;
	margin-bottom: 10px;}

#wrapper p {
	margin: 0;
	padding: 5px 0;
  line-height: 1.4;}
	
li
{line-height: 1.4;}
/* -- links -- */
/*a {font: normal 10px Verdana, Arial;}*/

a:link, a:visited {
	color: #ff0000;
	text-decoration: none;} 
	
a:hover, a:active, a:focus {
	color: #cc0000;
	text-decoration: none;
	outline: none;} 

/* -- typography -- */
h1 {
	font: normal 13px Verdana, Arial, sans-serif;
	font-variant: small-caps;
	color:#000;
	margin: 0;}
	
h2 {
	font: bold 12px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color:#ff0000;
	margin: 0;
	line-height: 1.5;
	padding: 10px 0;}
	
h2.ttl {
	height: 22px;
	line-height: 20px;
	width: 100%;
	padding-top: 3px;
	background: url(../img/ttlbg.jpg) 0 0 repeat-x;
	text-align: center;
	font: bold 12px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color:#F30B0B;} 

h3 {
	font: bold 11px Verdana, Arial, sans-serif;
	color:#CC0000;
	margin: 0;}
	
	
/* -- LEFT COLUMN -- */
#leftcol{
 width:270px; 
 float:left; 
 position:relative;
 margin: 0;
 height: 100%; }
 
#leftcol .leftcol {
	margin: 0;
	padding: 0 20px;}
	
#leftcol #logo {
	display: block;
	margin:30px 0 0px 20px;}

#leftcol .lang {
	position:absolute;
	text-align: right;
	width:230px;
	height: 17px;
	padding: 0;
	top:5px;}
#leftcol .lang a {
	padding-left: 3px;}


/* MAIN MENU */
#menu {
	width: 230px;
	height: 100%;
	margin: 10px 0 10px 0;
	background: #cc0000;
	text-align: center;
	float: left;}
	
#menu div.menu {
	margin: 0;
	position: relative;
	text-align: left;
	width: 230px;
	height: 121px;
	float: left;
	background: url(../img/menu_line.jpg) bottom left no-repeat;}
#menu h1 {
	background: url(../img/menu.jpg) repeat-x;
	height: 30px;
	width: 230px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;}
	
#menu a {
	font: normal 13px Verdana, Arial, sans-serif;
	font-variant: small-caps;
	color:#fff;}
	
#menu a, #menu a:visited {
	background:transparent;
	display: block;
	line-height: 30px;
	height:30px;
	margin: 0;
	padding-left: 35px;}

#menu a:hover, #menu a:active {
	background: #cc0000 url(../img/bullet_hover.gif) 7% 55% no-repeat;
	height: 30px;
	line-height: 30px;
	color:#fff;
	margin: 0;}
	
#menu h1.active {
	background: #990000 url(../img/bullet.gif) 7% 55% no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0;}
	
#menu h1.active a {color: #ff3333;}
#menu h1.active a:hover {color: #fff;}

html #menu a {
	line-height: 30px;
	height:30px;
	margin: 0;}

#menu img {	
	display: inline;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 10px 0;}
	
	
/* REGISTRATION FORM */
#form {
	width: 230px;
	background: transparent url(../img/form.jpg) no-repeat;
	height: 360px;
	margin: 15px auto;
	text-align: center;
	float: left;}
#form form.register {
	margin: 170px auto 0 auto;
	width: 165px;
	display: block;
	color: #cc0000;
	font-size: 10px;
	text-align: left;}
#form form.register input.data {
	width: 143px;
	height: 16px;
	border: 1px solid #cc0000;
	margin: 0 0 5px 9px;
	font-size: 11px;}
	
#form form.register span.checkbox  {
	/*float:right;*/
	/*width: 200px;*/
	text-align: left;
	margin: 0;
	float: right;
	width: 160px;}

#form form.register label {
	text-align: left;
	margin: 0 0 0 10px;}

#form form.register input.button {
	float: left;
	width: 73px;
	height: 16px;
	margin: 5px 10px 0 10px;
	border: none;
	background: url(../img/btn_orderen.jpg);
	cursor:auto;
}
#form form.register input.button:hover {
	background: url(../img/btn_order_hoveren.jpg);
}



/* -- MAIN COLUMN -- */
#maincol{
 float: right; 
 display:inline; 
 clear: both;
 position: relative; 
 width:730px; 
 margin: 0;
 height: 100%;
 text-align: left; }
 
#maincol .maincol {
	margin: 0;
	padding: 10px 20px;
	float: left;
}
#maincol ul, #maincol ol {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: square outside;
	color: red;
}
#maincol li {
	color: #000;
}
#maincol h3 {
	margin: 15px 0 5px 0;
}

#maincol ol {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: decimal outside;
	color: red;
}
/* -- header -- */
#header {
	float: right;
	width: 730px;
	height: 501px;
	margin: 0;
	margin-top: 1px;
	background: url(../img/header-newen.jpg);
}
#header #bigbuttons {
	float: left;
	width: 570px;
	margin: 0;
	padding-left: 10px;
	padding-top: 362px;
}
#bigbuttons .bigbutton_middle {
	/*background: url(../img/bigbtn3-en.jpg);*/
	width: 570px;
	height: 130px;	
	margin: 0;
	float: left;
	text-align: center;
}
#bigbuttons .bigbutton_left {
	background: url(../img/bigbtn1.jpg);
	width: 240px;
	height: 130px;	
	float: left;
	text-align: center;
}
#bigbuttons .bigbutton_right {
	background: url(../img/bigbtn2.jpg);
	width: 320px;
	height: 130px;	
	float: right;}

#bigbuttons .bigbutton_left a {
	background: url(../img/btn_reg.jpg);
	width: 100px;
	height: 18px;
	display: inline;
	text-align: center;
	position:relative;
	top:99px;	
	left: 70px;
	float: left;} 
	
#bigbuttons .bigbutton_right a  {
	background: url(../img/btn_reg.jpg);
	width: 100px;
	height: 18px;
	display: inline;
	text-align: center;
	position:relative;
	top:99px;	
	left: 110px;
	float: left;} 
	
#bigbuttons .bigbutton_left a:hover,
#bigbuttons .bigbutton_right a:hover,
#bigbuttons .bigbutton_middle a:hover {
	background: url(../img/btn_reg_hoveren.gif);}
	
#bigbuttons .bigbutton_middle a {
	background: url(../img/btn_regen.jpg);
	width: 100px;
	height: 18px;
	display: inline;
	text-align: center;
	position:relative;
	top:99px;	
	left: 190px;
	float: left;}


/* -- content -- */
#maincol .maincol_left {
	margin: 20px 0;
	padding:0 15px;
	float: left;
	text-align: justify;
	/*clear: left;*/
	width: 520px;}
	
#maincol .maincol_left div.img {
	float: left;
	text-align: center;
	width: 520px;
	margin: 10px auto;}
#maincol .maincol_left img {	
	display: inline;
	margin: 0 auto;}
	
#maincol .maincol_left span.grafic {
	float: left;
	width: 250px;
	margin: 0;
	line-height: 1.7;}
	
	
#maincol div.twoimg {
	float: left;
	display:inline;
	text-align: center;
	width: 520px;
	margin: 10px auto;}
	
#maincol div.twoimg img {
	margin: 0 2px;
	}
	
#maincol .maincol_right {
	margin-top: 15px;
	padding: 10px 10px 20px 10px;
	float: right;
	width: 158px;
	border-left: 1px solid #ced8e2;
	text-align: left;}
	
#maincol .maincol_right h3 {
	margin: 0;
	padding-bottom: 5px;}
	
#maincol .maincol_right a img {
	border: 1px solid #ccc;
}
#maincol .maincol_right a:hover img {
	border: 1px solid red;
}

/* -- news -- */
.news {
	margin: 10px 0 20px 0;}
.date {
	color: #999999;
	font-size: 10px;
	margin: 0;
	padding: 0;}
.ttl {
	color: #333;
	/*color:#CC0000;*/
	font-weight: bold;
	margin: 0;}

 
/* -- OTHERS -- */
#footer{
 height:70px; 
 background-color:#fff; 
 clear:both; 
 text-align: center;
 margin: 0;} 

#footer .footer {
	border-top: 2px solid red; 	
	margin: 0 20px;
	padding: 10px 0;
	font-size: 10px;
	color: #cc0000;
	/*text-align: center;*/}
#footer .footer_left {
	width: 220px;
	text-align: left;}
#footer .footer_right {
	width: 700px;
	text-align: right;}
 
/* -- OTHERS -- */
.left {
	float: left;
	clear: left;}
.right {
	float: right;
	clear: right;}
.small {	font-size: 10px;}
#maincol span.red {
	color: #CC0000;
	font-weight: bold;}
.red  {color: #CC0000;}


.redblock {
	background: #cc0000;
	border: 2px solid #9E0601;
	width: 98%;
	padding: 5px 0 10px 0;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 10px;
	color: #fff;
	-moz-border-radius: 7px;
	text-align: center;
	font: bold 12px Verdana;
	line-height: 1.5;
	float:left;}
	
.redblock a {
	color: #FFECB4;
	font: bold 12px Tahoma, Georgia;}
	
.redblock a:hover {
	color: #fff;}
.redblock span {
	font: bold 22px Times New Roman, Georgia, Tahoma;
	color: #FFBFBF;}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden; }
 
.clearfix{display: inline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

