/* General ----------------------------------- */

.clear {
	clear:both;	
}

p {
	padding-bottom:12px;	
}

a img {
	border:none;	
}

a {
	text-decoration:none;
}

.tinymcewysiwyg a {
	color:#da191b;
	text-decoration:underline;
}

.tinymcewysiwyg ul {
	margin-left:30px;
}

.colorbox .image {
	float:left;
	margin:0px 10px 10px 0px;
}

.full_image {
	min-width:1000px;
	padding:20px 0px;	
}

.full_image img {
	width:100%;	
}

/* Slideshow --------------------------------- */

#cycle,
#cycle img {
	min-width:1000px;
	width:100%;
	height:auto;
}

/* Icons ------------------------------------- */

#header a {
	position:absolute;
	display:none;
	bottom:5px;
	height:25px;
	width:25px;
	z-index:999;
}

#home {
	right:60px;
	background:url(home.png);
}

#contact {
	right:30px;
	background:url(contact.png);
}

#imprint {
	right:0px;
	background:url(imprint.png);
}

/* Menu -------------------------------------- */

#menu li {
	list-style:none;
	float:left;
	position:relative;
}

#menu a {
	display:block;
	color:#383838;
	text-transform:uppercase;
	font-size:13px;
	padding:0px 20px;
}

#menu a.item_1 {
	border-bottom:8px solid #000000; 
}

#menu a.item_1:hover,
#menu a.item_1.active {
	background:#000000;
	color:#ffffff; 
}

#menu a.item_2 {
	border-bottom:8px solid #ca2625; 
}

#menu a.item_2:hover,
#menu a.item_2.active {
	background:#ca2625;
	color:#ffffff; 
}

#menu a.item_3 {
	border-bottom:8px solid #848482; 
}

#menu a.item_3:hover,
#menu a.item_3.active {
	background:#848482;
	color:#ffffff; 
}

#menu a.item_4 {
	border-bottom:8px solid #65a6b8; 
}

#menu a.item_4:hover,
#menu a.item_4.active {
	background:#65a6b8;
	color:#ffffff; 
}

#menu a.item_5 {
	border-bottom:8px solid #f5b473; 
}

#menu a.item_5:hover,
#menu a.item_5.active {
	background:#f5b473;
	color:#ffffff; 
}

#menu a.item_6 {
	border-bottom:8px solid #739055; 
}

#menu a.item_6:hover,
#menu a.item_6.active {
	background:#739055;
	color:#ffffff; 
}

#menu a.item_7 {
	border-bottom:8px solid #000000; 
}

#menu a.item_7:hover,
#menu a.item_7.active {
	background:#000000;
	color:#ffffff; 
}

#menu ul.level_2 {
	position:absolute;
	width:600px;
	display:none;	
}

#menu li:hover ul.level_2 {
	display:block;	
}

#menu ul.level_2 a {
	text-transform:none;
	border-bottom:8px solid #ca2625;
	padding:0px 10px;
}

#menu ul.level_2 a:hover {
	background:#ca2625;
	color:#ffffff;
}

#menu .item_7 ul.level_2 a {
	text-transform:none;
	border-bottom:8px solid #000000;
	padding:0px 10px;
}

#menu .item_7 ul.level_2 a:hover {
	background:#000000;
	color:#ffffff;
}

#menu .item_2 ul.level_2 li:first-child a {
	width:76px;
	text-align:center;
}

/* Headers ----------------------------------- */

h1 {
    font-size:17px;
    /*text-transform:uppercase;*/
    font-weight:normal;
    line-height:24px;
    padding-bottom:12px;
    color:#da191b;
}

h2 {
    font-size:15px;
    line-height:22px;
    padding-bottom:12px;    
}