/* 
------------------------------------------------------------------
Algemeines Layout
------------------------------------------------------------------
*/

* {
}

html, body { 
    margin: 5px 0px 5px 0px; 
    padding: 0; 
}

body {
    font-family: Verdana, Helvetica, Arial , sans-serif;
    font-size: 0.96em;
    line-height: 120%;
    background-color: darkorange;
    z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 115%;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 0.95em;	
}

h4 {
	font-size: 0.8em;	
}

h5 {
	font-size: 0.65em;	
}

h6 {
	font-size: 0.5em;	
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.strong {
	font-weight: bold;
}

.normal {
	font-weight: normal;
	font-style: normal;	
}

.italic {
	font-style: italic;
}

img {
	border: 0px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 1px dotted orange;
	height: 1px;
}

/*
------------------------------------------------------------------
Design für Content
------------------------------------------------------------------
*/
.beautytek{
	font-size: 1.1em;	
}

#content ul {
	list-style: none;
	list-style-type: circle;
	display: block;
}

#content a,
#content a:focus,
#content a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted orange;
}

#content ul a,
#content ul a:focus,
#content ul a:visited {
	text-decoration: none;
	color: #000;
}

#content a:hover,
#content a:active,
#content ul a:hover,
#content ul a:active {
 	border-top: 1px dotted orange;
	border-bottom: 1px dotted orange;
	font-weight: normal;
}


/*
------------------------------------------------------------------
Design für Tabellen
------------------------------------------------------------------
*/

table.tabelle {
	border-collapse: collapse;
	border: 1px dotted orange;
	border-spacing: 0px;
	empty-cells: hide;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.tabelle td {
      border: 1px dotted orange;
      padding: 0px 0px 0px 10px;
      empty-cells: hide;
}

.team {
	width: 175px;
	height: 175px;
	text-align: center;
}

/* 
------------------------------------------------------------------
Grundgeruest Layout
------------------------------------------------------------------
*/

#mainpage {
	width: 962px;
	min-width: 962px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	border: 1px solid orange;
	height: 100%;
	background-color: white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	
}

#main {
	font-size: 0.9em;
	background-color: whitesmoke;
}

/* 
------------------------------------------------------------------
Header / Logo
------------------------------------------------------------------
*/

#header {
	font-size: 0.7em;
	margin: 10px;
	background-image: url('../bilder/design/logo_klein.jpg');
	background-repeat: no-repeat;
	height: 100px;
}

.header_top {
	float: right;
	font-size: 1.1em;
}

.header_info {
	float: left;
	margin-left: 300px;
	margin-top: 40px;
	font-size: 2em;
	color: darkorange;
}

.beautytek_logo {
	clear: both;
	margin-left: 725px;
}

.studioDesMonats_logo {
	margin-left:600px;
	margin-top:-90px;
}
/* 
------------------------------------------------------------------
Header Links
------------------------------------------------------------------
*/

.header_top a {
	font-family: Verdana, Helvetica, Arial , sans-serif;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.header_top a:hover, 
.header_top a.selected {
	border-top: 1px dotted orange;
	border-bottom: 1px dotted orange;
	font-weight: normal;
}




/* 
------------------------------------------------------------------
rechte Navigation 
------------------------------------------------------------------
*/

#right_content {
	font-size: 0.9em;
	margin: 15px 5px 10px 5px;
	width: 125px;
	height: 100%;
	float: right;
}

.right_box {
	float: left;
	width: 115px;
	height: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	background-color: LightGoldenRodYellow;
	border: 1px solid orange;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.right_box ul {
  margin: 0;
  padding: 0;
}

.right_box ul a,
.right_box ul a:focus,
.right_box ul a:visited {
	text-decoration: none;
	color: #000;
}

.right_box ul a:hover,
.right_boxt ul a:active {
	border-right: 1px dotted orange;
	font-weight: normal;
}


.right_box li {
	list-style: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #ffe1b6;
}

.right_box li a {
	line-height: 26px;
	text-align: left;
	display: block; 
	text-decoration: none;
}

.right_box ul li .headline:focus, 
.right_box ul li .headline:visited,
.right_box ul li .headline:active {
	color: #000000;
}

.right_box ul li .headline:hover {
	color: #000000;
	font-weight: bold;
}

#right_content .right_box ul li a:before {
	padding-right: 2px;
	content: url('../bilder/design/url_icon.gif');
}

.navOhne {
	padding-right: 2px;
	color: #000000;
	list-style: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #ffe1b6;
	line-height: 26px;
	text-align: left;
	display: block; 
	text-decoration: none;
}

/* 
------------------------------------------------------------------
Inhalt Texte
------------------------------------------------------------------
*/
#content {
	float: left;
	/*width: 810px;*/
    width: 800px;
	height: 100%;
	margin: 15px 5px 15px 5px;
	padding: 5px;
	border: 1px solid orange;
	background-color: LightGoldenRodYellow; 
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	
}
/* 
------------------------------------------------------------------
untere Navigation / Fusszeile
------------------------------------------------------------------
*/
#footer {
	clear: both;
	width: 950px;
	font-size: 0.7em;
	text-align: center;
	margin: 5px auto;
	padding: 1px 0px;
	border: 1px solid orange;
	background-color: LightGoldenRodYellow; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	
}

/* 
------------------------------------------------------------------
obere Navigation / Tabs mit Untermenue
------------------------------------------------------------------
*/

#top {
	float: left;
	font-size: 0.80em;
	margin: 0 1px;
}

#top li {
	display: inline;
	padding: 0px;
}

#tabs {
	background: transparent url('../bilder/design/fade_grey_tab.gif') repeat-x scroll center bottom;
	margin: 0px;
	padding: 0px;
}

#tabs ul {
	display: block;
	position: absolute;
}

#tabs ul.sub {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FCD290;
	z-index: 100;
	visibility: hidden;
}

#tabs li {
	background: #969696 url('../bilder/design/bg_grey_tab.gif') no-repeat scroll left top;
	display: inline;
	float: left;
	height: auto;
}

#tabs li li {
	background: #FFF0CE none repeat scroll 0%;
	display: block;
	float: none;
}

#tabs a.schmal {
	text-decoration: none;
	background: transparent url('../bilder/design/bg_grey_tab.gif') no-repeat scroll left top;
	border-right: 1px solid #A2A2A2;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	width: 106px;
}

#tabs a {
	text-decoration: none;
	background: transparent url('../bilder/design/bg_grey_tab.gif') no-repeat scroll left top;
	border-right: 1px solid #A2A2A2;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	width: 116px;
}

#tabs a.breit {
	text-decoration: none;
	background: transparent url('../bilder/design/bg_grey_tab.gif') no-repeat scroll left top;
	border-right: 1px solid #A2A2A2;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	width: 138px;
}

#tabs a:hover, 
#tabs a:active,
#tabs a.schmal:hover,
#tabs a.schmal:active,
#tabs a.breit:hover,
#tabs a.breit:active {
	background: #FCDA2E url('../bilder/design/bg_orange_tab.gif') no-repeat scroll left top;
	color: #FFFFFF;
	text-decoration: none;
}

#tabs ul a.schmal {
	background: #FFF0CE none repeat scroll 0%;
	border-bottom: 1px solid #FCD290;
	border-left: 1px solid #FCD290;
	border-right: 1px solid #FCD290;
	color: #666666;
	line-height: 20px;
	width: 104px;	
}

#tabs ul a {
	background: #FFF0CE none repeat scroll 0%;
	border-bottom: 1px solid #FCD290;
	border-left: 1px solid #FCD290;
	border-right: 1px solid #FCD290;
	color: #666666;
	line-height: 20px;
	width: 114px;	
}

#tabs ul a.breit {
	background: #FFF0CE none repeat scroll 0%;
	border-bottom: 1px solid #FCD290;
	border-left: 1px solid #FCD290;
	border-right: 1px solid #FCD290;
	color: #666666;
	line-height: 20px;
	width: 136px;	
}

#tabs ul ul a {
	background: #FFF9EA none repeat scroll 0%;
}

#tabs ul a.schmal:hover,
#tabs ul a.schmal:active,
#tabs ul a:hover, 
#tabs ul a:active,
#tabs ul a.breit:hover,
#tabs ul a.breit:active {
	background: transparent url('../bilder/design/bg_orange_tab.gif') no-repeat scroll left bottom;
}

#tabs li:hover ul, 
#tabs li.hl ul {
	visibility: visible;
}
#tabs li:hover ul ul, 
#tabs li.hl ul ul {
	visibility: hidden;
}

#tabs li:hover ul, 
#tabs li li:hover ul, 
#tabs li.hl ul, 
#tabs li li.hl ul {
	visibility: visible;
}

#tabs a.headline {
	font-weight: bold;
}

/* 
------------------------------------------------------------------
jQuery Tabs fuer die Studioauswahl etc.
------------------------------------------------------------------
*/

.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px 0 25px 0;
  /*background: transparent url('../bilder/design/fade_grey_tab.gif') repeat-x scroll center bottom;*/
}

.ui-tabs-nav li {
	background: #969696 url('../bilder/design/bg_grey_tab.gif') no-repeat scroll left top;
	display: inline;
	float: left;
	margin-top: 5px;
}
	
.ui-tabs-nav a {
	text-decoration: none;
	background: transparent url('../bilder/design/bg_orange_tab.gif') repeat scroll left bottom;
	border-right: 1px solid #A2A2A2;
	color: black;
	display: block;
	padding: 0px 5px;
	font-weight: normal;
	text-align: center;
}

.ui-tabs-nav .ui-tabs-selected a {
    color: black;
    font-weight: bold;	
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	color: black;
}

.ui-tabs-nav a:hover {
	color: white;
	background: transparent url('../bilder/design/bg_grey_tab.gif') repeat scroll left top;
}

.ui-tabs-hide { 
	display: none;
}

