/**
 * generell settings 
**/
* {
	margin: 0;
	padding:0;
}

img{
	border: none;
}

body{
	background-color: #ccc;
	font-family: Arial;
}

.c {
	clear:both;
}

#wrapper{
	width: 802px;
	height:652px;
	margin:0 auto;
	background-color: #fff;
}

#content {
	margin:0 120px;
	width: 562px;
	height:652px;
}


#logo{
	text-align:right;
}

#logo img{
	margin-top: 25px;
	margin-right: 4px;
}

/**
 * Collections
**/
#collections{
	margin: 100px 20px 0 20px;
	font-size:14px;
	line-height:18px;
}

#collections img{
	margin: 19px 0 6px 0;
	border: none;
}

#collections a {
	text-decoration: none;
	color: #000;
}

#collection_left{
	width: 300px;
	height:400px;
	float: left;
}

#collection_right{
	width: 200px;
	height:400px;
	float: left;
}

/**
 * fairdates  and showrooms
**/
#fairdates{
	width: 300px;
	height:765px;
	background-image: url(../_images/_global/termine_08_en.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	float:left;
}

#showrooms{
	width: 200px;
	height:765px;
	background-image: url(../_images/_global/showrooms.gif);
	background-repeat: no-repeat;
	margin: 15px 0 0 60px;
	float:left;
	font-size: 11px;
}
 
#fairdates_de{
	width: 300px;
	height:740px;
	background-image: url(../_images/_global/termine_08_dt.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	float:left;
}

#showrooms_de{
	width: 200px;
	height:740px;
	background-image: url(../_images/_global/showrooms.gif);
	background-repeat: no-repeat;
	margin: 15px 0 0 60px;
	float:left;
	font-size: 11px;
}
 
#fairdates_fr{
	width: 300px;
	height:765px;
	background-image: url(../_images/_global/termine_fr.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	float:left;
}

#showrooms_fr{
	width: 200px;
	height:765px;
	background-image: url(../_images/_global/showrooms.gif);
	background-repeat: no-repeat;
	margin: 15px 0 0 60px;
	float:left;
	font-size: 11px;
}

.default{
	font-size:11px;
	width:160px;
	float: left;
}

.date{
	width: 120px;
	text-align:right;
	float: left;
	font-size: 11px;
}

/**
 * Menü 
**/
#menu {
	margin-top: 10px;
}

#menu img{
	border:none;
}

.menu_fr{
	margin-right:25px;
	float:left;
}

.menu_en{
	margin-right:40px;
	float:left;
}

.menu_de{
	margin-right:37px;
	float:left;
}

/**
 * Hier werden die menü images definiert sowie die mouseover / hovers dafor
 * Die *_over werden in der inc.navigation.php abgefragt, falls eine seite aktiv
 * ist wird der menüpunkt mit dem hoverimage angezeigt.
**/
#menu_1{
	background-image: url(../_images/english/nav_home.gif);
	background-repeat: no-repeat;
	width:29px;
	height:17px;
}

#menu_1_over{
	background-image: url(../_images/english/nav_home_f2.gif);
	background-repeat: no-repeat;
	width:29px;
	height:17px;
}

#menu_1:hover{
	background-image: url(../_images/english/nav_home_f2.gif);
}

#menu_2{
	background-image: url(../_images/english/nav_kollektionen.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_2_over{
	background-image: url(../_images/english/nav_kollektionen_f2.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_3{
	background-image: url(../_images/english/nav_storefinder.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_3_over{
	background-image: url(../_images/english/nav_storefinder_f2.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_3:hover{
	background-image: url(../_images/english/nav_storefinder_f2.gif);
}

#menu_4{
	background-image: url(../_images/english/nav_messetermine.gif);
	background-repeat: no-repeat;
	width:48px;
	height:17px;
}

#menu_4_over{
	background-image: url(../_images/english/nav_messetermine_f2.gif);
	background-repeat: no-repeat;
	width:48px;
	height:17px;
}

#menu_4:hover{
	background-image: url(../_images/english/nav_messetermine_f2.gif);
}

#menu_5{
	background-image: url(../_images/english/nav_philosophie.gif);
	background-repeat: no-repeat;
	width:48px;
	height:17px;
}

#menu_5_over{
	background-image: url(../_images/english/nav_philosophie_f2.gif);
	background-repeat: no-repeat;
	width:48px;
	height:17px;
}

#menu_5:hover{
	background-image: url(../_images/english/nav_philosophie_f2.gif);
}

#menu_6{
	background-image: url(../_images/english/nav_history.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_6_over{
	background-image: url(../_images/english/nav_history_f2.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_6:hover{
	background-image: url(../_images/english/nav_history_f2.gif);
}

#menu_7{
	background-image: url(../_images/english/nav_kontakt.gif);
	background-repeat: no-repeat;
	width:116px;
	height:17px;
}

#menu_7_over{
	background-image: url(../_images/english/nav_kontakt_f2.gif);
	background-repeat: no-repeat;
	width:116px;
	height:17px;
}

#menu_7:hover{
	background-image: url(../_images/english/nav_kontakt_f2.gif);
}

#menu_8{
	background-image: url(../_images/france/nav_home.gif);
	background-repeat: no-repeat;
	width:71px;
	height:17px;
}

#menu_8_over{
	background-image: url(../_images/france/nav_home_f2.gif);
	background-repeat: no-repeat;
	width:71px;
	height:17px;
}

#menu_8:hover{
	background-image: url(../_images/france/nav_home_f2.gif);
}

#menu_9{
	background-image: url(../_images/france/nav_kollektionen.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_9_over{
	background-image: url(../_images/france/nav_kollektionen_f2.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_9:hover{
	background-image: url(../_images/france/nav_kollektionen_f2.gif);
}

#menu_10{
	background-image: url(../_images/france/nav_storefinder.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_10_over{
	background-image: url(../_images/france/nav_storefinder_f2.gif);
	background-repeat: no-repeat;
	width:54px;
	height:17px;
}

#menu_10:hover{
	background-image: url(../_images/france/nav_storefinder_f2.gif);
}

#menu_11{
	background-image: url(../_images/france/nav_messetermine.gif);
	background-repeat: no-repeat;
	width:85px;
	height:17px;
}

#menu_11_over{
	background-image: url(../_images/france/nav_messetermine_f2.gif);
	background-repeat: no-repeat;
	width:85px;
	height:17px;
}

#menu_11:hover{
	background-image: url(../_images/france/nav_messetermine_f2.gif);
}

#menu_12{
	background-image: url(../_images/france/nav_philosophie.gif);
	background-repeat: no-repeat;
	width:52px;
	height:17px;
}

#menu_12_over{
	background-image: url(../_images/france/nav_philosophie_f2.gif);
	background-repeat: no-repeat;
	width:52px;
	height:17px;
}

#menu_12:hover{
	background-image: url(../_images/france/nav_philosophie_f2.gif);
}

#menu_13{
	background-image: url(../_images/france/nav_history.gif);
	background-repeat: no-repeat;
	width:59px;
	height:17px;
}

#menu_13_over{
	background-image: url(../_images/france/nav_history_f2.gif);
	background-repeat: no-repeat;
	width:59px;
	height:17px;
}

#menu_13:hover{
	background-image: url(../_images/france/nav_history_f2.gif);
}

#menu_14{
	background-image: url(../_images/france/nav_kontakt.gif);
	background-repeat: no-repeat;
	width:104px;
	height:17px;
}

#menu_14_over{
	background-image: url(../_images/france/nav_kontakt_f2.gif);
	background-repeat: no-repeat;
	width:104px;
	height:17px;
}

#menu_14:hover{
	background-image: url(../_images/france/nav_kontakt_f2.gif);
}

#menu_15{
	background-image: url(../_images/deutsch/nav_home.gif);
	background-repeat: no-repeat;
	width:29px;
	height:17px;
}

#menu_15_over{
	background-image: url(../_images/deutsch/nav_home_f2.gif);
	background-repeat: no-repeat;
	width:29px;
	height:17px;
}

#menu_15:hover{
	background-image: url(../_images/deutsch/nav_home_f2.gif);
}

#menu_16{
	background-image: url(../_images/deutsch/nav_kollektionen.gif);
	background-repeat: no-repeat;
	width:62px;
	height:17px;
}

#menu_16_over{
	background-image: url(../_images/deutsch/nav_kollektionen_f2.gif);
	background-repeat: no-repeat;
	width:62px;
	height:17px;
}

#menu_16:hover{
	background-image: url(../_images/deutsch/nav_kollektionen_f2.gif);
}

#menu_17{
	background-image: url(../_images/deutsch/nav_storefinder.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_17_over{
	background-image: url(../_images/deutsch/nav_storefinder_f2.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_17:hover{
	background-image: url(../_images/deutsch/nav_storefinder_f2.gif);
}

#menu_18{
	background-image: url(../_images/deutsch/nav_messetermine.gif);
	background-repeat: no-repeat;
	width:72px;
	height:17px;
}

#menu_18_over{
	background-image: url(../_images/deutsch/nav_messetermine_f2.gif);
	background-repeat: no-repeat;
	width:72px;
	height:17px;
}

#menu_18:hover{
	background-image: url(../_images/deutsch/nav_messetermine_f2.gif);
}

#menu_19{
	background-image: url(../_images/deutsch/nav_philosophie.gif);
	background-repeat: no-repeat;
	width:51px;
	height:17px;
}

#menu_19_over{
	background-image: url(../_images/deutsch/nav_philosophie_f2.gif);
	background-repeat: no-repeat;
	width:51px;
	height:17px;
}

#menu_19:hover{
	background-image: url(../_images/deutsch/nav_philosophie_f2.gif);
}

#menu_20{
	background-image: url(../_images/deutsch/nav_history.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_20_over{
	background-image: url(../_images/deutsch/nav_history_f2.gif);
	background-repeat: no-repeat;
	width:55px;
	height:17px;
}

#menu_20:hover{
	background-image: url(../_images/deutsch/nav_history_f2.gif);
}

#menu_21{
	background-image: url(../_images/deutsch/nav_kontakt.gif);
	background-repeat: no-repeat;
	width:101px;
	height:17px;
}

#menu_21_over{
	background-image: url(../_images/deutsch/nav_kontakt_f2.gif);
	background-repeat: no-repeat;
	width:101px;
	height:17px;
}

#menu_21:hover{
	background-image: url(../_images/deutsch/nav_kontakt_f2.gif);
}

/**
 * Footer settings
**/
#footer{
	width:802px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	margin-top: 5px;
}

#footer a{
	text-decoration:none;
	margin-right: 20px;
	color: #333;
	float:left;
}

#right-content{
	float:left;
	width:400px;
}
