
/*
Main site layout
*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: transparent url("../img/background.jpg") repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .9em;
}

body.mceContentBody 
{
	background-image: none;
	background-color: #fff;
	font-size: 1em;
}

a, a:visited, a:active
{
	color: darkblue;
}

a:hover
{
	color: #45b6f0;
}

ol
{
	list-style-position: inside;
}

table
{
	border-collapse: collapse;
}

/*
 * Page container
 */

#container
{
	width: 994px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
}

/*
 * Header
 */

#header-container
{
	width: 994px;
	height: 220px;
	background: transparent url("../img/header_shadow_left.jpg") no-repeat;
}

#header-container-inside
{
	position: relative;
	width: 984px;
	height: 220px;
	padding: 0 5px;
	background: transparent url("../img/header_shadow_right.jpg") right top no-repeat;
}

#header
{
	width: 984px;
	height: 160px;
	background: transparent url("../img/header_bg.jpg") repeat-x;
}

#logo
{
	float: left;
	width: 126px;
	height: 160px;
	background: transparent url("../img/logo.jpg") center center no-repeat;
	cursor: pointer;
}

#slogan
{
	float: left;
	width: 204px;
	height: 160px;
	background: transparent url("../img/slogan.jpg") center 68px no-repeat;
}

#header-image
{
	float: right;
	width: 360px;
	height: 160px;
}

.clear
{
	width: 1px;
	height: 0px;
	overflow: hidden;
	clear: both;
}


/*
 * Navigation bar
 */

#navigation
{
	width: 984px;
	height: 10px;
	background: #fff url("../img/nav_bg.jpg") left top repeat-x;
}

/*
#navigation ul
{
	float: right;
	list-style-type: none;
	height: 38px;
	margin-top: 0px;
}

#navigation li
{
	float: left;
	display: inline;
	height: 38px;
}

#navigation li a
{
	display: block;
	height: 38px;
	background-repeat: none;
	background-position: left top;
}

#navigation li a strong
{
	display: none;
}
/*

/* Dutch */

#navigation li a#welkom
{
	width: 89px;
	background-image: url("../img/nav_welkom.jpg");
}

#navigation li a#modellen
{
	width: 98px;
	background-image: url("../img/nav_modellen.jpg");
}

#navigation li a#metimpuls
{
	width: 109px;
	background-image: url("../img/nav_metimpuls.jpg");
}

#navigation li a#methometrainer
{
	width: 155px;
	background-image: url("../img/nav_methometrainer.jpg");
}

#navigation li a#video
{
	width: 69px;
	background-image: url("../img/nav_video.jpg");
}

#navigation li a#contact
{
	width: 87px;
	background-image: url("../img/nav_contact.jpg");
}

#navigation li a#forum
{
	width: 89px;
	background-image: url("../img/nav_forum.jpg");
}

/* German */

#navigation li a#wilkommen
{
	width: 123px;
	background-image: url("../img/nav_wilkommen.jpg");
}

#navigation li a#modelle
{
	width: 89px;
	background-image: url("../img/nav_modelle.jpg");
}

#navigation li a#mitimpuls
{
	width: 107px;
	background-image: url("../img/nav_mitimpuls.jpg");
}

#navigation li a#mitheimtrainer
{
	width: 147px;
	background-image: url("../img/nav_mitheimtrainer.jpg");
}

#navigation li a#kontakt
{
	width: 90px;
	background-image: url("../img/nav_kontakt.jpg");
}

/* English */

#navigation li a#welcome
{
	width: 99px;
	background-image: url("../img/nav_welcome.jpg");
}

#navigation li a#models
{
	width: 84px;
	background-image: url("../img/nav_models.jpg");
}

#navigation li a#withimpuls
{
	width: 118px;
	background-image: url("../img/nav_withimpuls.jpg");
}

#navigation li a#withhometrainer
{
	width: 164px;
	background-image: url("../img/nav_withhometrainer.jpg");
}

/* French */

#navigation li a#bienvenue
{
	width: 88px;
	background-image: url("../img/nav_bienvenue.jpg");
}

#navigation li a#modeles
{
	width: 98px;
	background-image: url("../img/nav_modeles.jpg");
}

#navigation li a#avecelectro-stimulation
{
	width: 203px;
	background-image: url("../img/nav_avecelectro-stimulation.jpg");
}

#navigation li a#avechometrainer
{
	width: 155px;
	background-image: url("../img/nav_avechometrainer.jpg");
}

#navigation li a#videofr
{
	width: 69px;
	background-image: url("../img/nav_videofr.jpg");
}

#navigation li a:hover, #navigation li a.active
{
	background-position: left bottom;
}

#language_bar
{
	position: absolute;
	right: 10px;
	margin-top: 10px;
}

#language_bar img
{
	border: 0;
}

/*
 * Main content
 */

#main
{
	width: 984px;
	margin: 0 5px;
	/* background: transparent url("../img/sidebar_bg.jpg") 15px top repeat-y; */
}

#content
{
	float: left;
	width: 730px;
	padding: 10px 20px;
	min-height: 300px;
	font-size: .9em;
}

h1
{
	font-size: 1.2em;
	color: #333;
	margin-bottom: 10px;
}

h2
{
	font-size: 1.1em;
	color: #333;
	margin-bottom: 10px;
}

label
{
	width: 250px;
	display: -moz-inline-box;
	display: inline-block;
}

form
{
	margin-bottom: 40px;
}

fieldset
{
	border: 0;
}

textarea
{
	border: 1px solid #ccc;
}

input
{
	width: 250px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

input.radio
{
	width: 20px;
	height: 16px;
	text-align: text-bottom;
}

input.wide
{
	width: 500px;
	margin-bottom: 2px;
}

textarea
{
	width: 500px;
}

.submit, .submitHover
{
	width: 135px;
	height: 20px;
	margin: 6px 0;
	padding-bottom: 2px;
	background-position: left top;
	background-image: url("../img/button.jpg");
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

.submitHover
{
	background-position: left bottom;
}

/*
 * Light box
 */

.box-light, .box-normal, .box-dark, .box-hover
{
	width: 190px;
	margin: 10px 0;
	cursor: pointer;
}

.box-light .header
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_light_top.jpg") no-repeat;
}

.box-normal .header
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_normal_top.jpg") no-repeat;
}

.box-dark .header
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_dark_top.jpg") no-repeat;
}

.box-hover .header
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_hover_top.jpg") no-repeat;
}

.box-light .content, .box-normal .content, .box-dark .content, .box-hover .content
{
	color: #000;
	font-size: .78em;
	padding: 2px 4px;
}

.box-light .content
{
	background-color: #8fd4f7;
}

.box-normal .content
{
	background-color: #64c4f5;
}

.box-dark .content
{
	background-color: #45b6f0;
}

.box-hover .content
{
	background-color: #9adeff;
}

.box-light .content a, .box-normal .content a, .box-dark .content a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.box-light .content a:hover, .box-normal .content a:hover, .box-dark .content a:hover, .box-hover .content a:hover, .box-hover .content a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.box-light .footer
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_light_bottom.jpg") no-repeat;
}

.box-normal .footer
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_normal_bottom.jpg") no-repeat;
}

.box-dark .footer
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_dark_bottom.jpg") no-repeat;
}

.box-hover .footer
{
	width: 190px;
	height: 10px;
	background: transparent url("../img/box_hover_bottom.jpg") no-repeat;
}


/*
 * Sidebar Left
 */

#sidebar-left
{
	float: left;
	width: 195px;
	min-height: 300px;
	font-size: .9em;
	overflow: hidden;
}

#sidebar-left ul
{
	font-family: Verdana;
	list-style-type: none;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
}

#sidebar-left ul ul
{
	border: 0;
	margin: 0;
}

#sidebar-left ul > li
{
	margin: 4px 0;
	padding: 2px 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

#sidebar-left ul > li.drop
{
	border: 0;
}

#sidebar-left ul ul > li
{
	padding-left: 16px !important;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: .9em;
}

#sidebar-left ul a
{
	display: block;
	width: 195px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-left: 14px;
}

#sidebar-left ul a:hover
{
	color: #45b6f0;
	background: transparent url("../img/sidebar_overlay.jpg") left 4px no-repeat;
}

#sidebar-left > a
{
	margin-left: 20px;
}

#sidebar-left > a img
{
	border: 0;
}

/*
 * Breadcrumb navigation
 */

#breadcrumb
{
	font-size: .76em;
	color: #aaa;
	margin-top: 10px;
	margin-left: 200px;
}

/*
 * Footer
 */

#footer-container
{
	width: 994px;
	height: 170px;
	background: transparent url("../img/footer_shadow_left.jpg") no-repeat;
}

#footer-container-inside
{
	width: 984px;
	height: 80px;
	padding: 90px 5px;
	background: transparent url("../img/footer_shadow_right.jpg") right top no-repeat;
}

#footer
{
	width: 984px;
	height: 80px;
	background: transparent url("../img/footer_bg.jpg") repeat-x;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #666;
	text-decoration: underline;
}

#footer-border
{
	width: 984px;
	height: 5px;
	background: transparent url("../img/footer_shadow_bottom.jpg") repeat-x;
}

#colofon, #address
{
	width: 200px;
	height: 80px;
	float: left;
	padding: 6px 8px;
	font-size: .74em;
	color: #666;
}

#address
{
	margin-left: 200px;
	text-align: center;
}

#copyright
{
	width: 170px;
	height: 80px;
	float: right;
	padding: 6px 0;
	font-size: .74em;
	color: #666;
}