/******************************************************************************************
	HTML
*******************************************************************************************/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
}

h1, h2, h3{
	color:#F00097;
	font-size:18px;
	margin:0px;
	padding:0px 0px 20px 0px;
	font-weight:400;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	padding:0px 0px 0px 0px;
}

p{
	line-height:21px;
	margin:0px 0px 22px 0px;
}

a{
	color:#979797;
	text-decoration:none;
}

a img{
	border:none;
}

hr{
	height:0px;
	border:none;
	border-bottom:1px solid #979797;
}

iframe{
	border:none;
	overflow:auto;
}


/* menu */
.clear{
	clear:both;
}

#mainContainer{
	width:760px;
	text-align:left;
	margin:0 auto;
	height:100%;
}

#topBar{
	width:760px;
	height:100px;
}

#leftMenu{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#mainContent{
	width: 520px;
	padding-right:10px;	
	float:left;
}

.catalog_download a, .catalog_get a, .catalog_back a{
	display:block;
	background-color:#F5F5F5;
	border:1px solid #e6e6e6;
	margin-top:1px;
	padding:5px;
}

.catalog_get a, .catalog_back a{
	float:right;
	width:150px;
	text-align:center;
	margin-top:10px;
}

.catalog_get a:hover, .catalog_back a:hover{
	background-color:#e6e6e6;
	color:#EE0096;
}

.catalog_back a{
	float:left;
}

/*
General rules
*/
#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}

#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}

/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color:#626262;
	text-decoration:none;	
	display:block;
	clear:both;
	padding:5px 5px 5px 5px;
}

/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	background-color:#EE0096;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/slidemenu_01_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	background-color:#F5F5F5;
	background-image:url(../images/slidemenu_02_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	border-bottom:1px solid #E6E6E6;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth1:hover{
	color:#CCC;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2:hover{
	color:#EE0096;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth3:hover{
	color:#EE0096;
}


/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1

instead of 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul, 
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul,
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	padding-left:10px;
}

/******************************************************************************************
	FORM
*******************************************************************************************/
form{
	clear:both;
	padding:10px 0px 0px 0px;
}

.formElement{
	clear:both;
	border:1px solid #F5F5F5;
	padding:0px;
	margin-bottom:1px;
	background-color:#F5F5F5;
	padding:0px 0px 0px 20px;
}

.formElement .left{
	width:100px;
	float:left;
	padding:5px 0px 5px 0px;
}

.formElement .right{
	width:310px;
	float:right;
	padding:5px 0px 5px 40px;
	background-color:#FFF;
}

input, textarea, select{
	width:200px;
	border:1px solid #626262;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input:focus, textarea:focus{
	border:1px solid #F00097;
}

.street{
	width:170px;
}

.number{
	width:25px;
} 

.plz{
	width:55px;
}

.city{
	width:140px;
}

.newsletter{
	border:none;
	width:20px;
	position:absolute;
	left:210px;
}

.button{
	background-color:#FFF;
	color:#626262;
}

.error, .success{
	background-color:#F00097;
	color:#FFF;
	padding:10px;	
}

.success{
	background-color:#00CC00;
}