@import url(/styles/live/stylecoach/articles.css);
@import url(/styles/live/stylecoach/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    height: 100%;
}

body {
    margin : 0;
    padding : 0;
    font-family: Georgia, "Trebuchet MS", serif;
    font-size : 14px;
    color : #494949;
    text-align : left;
    height: 100%;
}

body.home {
    background-color: #F5F1F0;
    background-image: url(/images/stylecoach/bg_home.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

body.men {
    background-color: #F8CAB3;
    background-image: url(/images/stylecoach/bg_male.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

body.female {
    background-color: #D1EDF9;
    background-image: url(/images/stylecoach/bg_female.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #ea661e;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
}

h2 {
    margin: 15px 0px 5px 0px;
   	padding: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 93px;
    float: right;
    color: #fff;
    text-align: right;
    padding: 15px 0px 0px 0px;
    width: 960px;
}

#topnav {
    width: 960px;
    float: right;
    text-align: right;
}

div.logoWrapper{
	float: right;
	margin: 10px 20px 0px 0px;
}

div.logoWrapperHome{
	float: right;
	margin: 130px 20px 0px 0px;
}

#sidenav {
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    float: left;
}

#content {
	float: right;
    width: 380px;
    padding: 30px 25px;
    min-height: 250px;
    height: auto !important;  /* for modern Browsers */
    height: 250px;  /*for IE */
	background-image: url(/images/stylecoach/cont.png);
	background-repeat: no-repeat;
	background-position: top;
    position: relative;
}

#klammer{
	position: absolute;
	bottom: -90px;
	right: -28px;
	background-image: url(/images/stylecoach/klammer.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	height: 101px;
	padding: 25px 80px 25px 20px;
}

img.headimage{
	position: absolute;
	top: 70px;
	right: 425px;
}

#contentWrapper {
	float: right;
    width: 430px;
    min-height: 250px;
    height: auto !important;  /* for modern Browsers */
    height: 250px;  /*for IE */
    position: relative;
}

#contentWrapperHome {
	float: right;
    width: 430px;
    margin: 120px 0px 0px 0px;
    min-height: 250px;
    height: auto !important;  /* for modern Browsers */
    height: 250px;  /*for IE */
    position: relative;
}

#topWrapper{
}

#footer {
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
    position: relative;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position: inside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}

div#angebot{
	position: absolute;
	top: -4px;
	right: 20px;
}