body {
	margin: 0;
	padding: 0;
	background: url("../images/background.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b464b;
}

#page {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 325px;
}

#logo {
	width: 980px;
	height: 163px;
}

#menu {
	display: block;
	background: url("../images/background2.jpg") no-repeat center top;
	height: 138px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block; float: left;
}

#menu li a {
	font-family: "ff-netto-web-1","ff-netto-web-2", Arial, Helvetica, sans-serif;
	font-size: 17px;
	display: block; float: left;
	height: 34px;
	width: 98px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fafbfc;
	border: 1px solid #dff2fb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 104px;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
	background-color: #e3f0f5;
}

#nav-ueber-uns {
	background-image: url('../images/nav-ueber-uns.jpg');
}

#nav-nachhilfe {
	background-image: url('../images/nav-nachhilfe.jpg');
}

#nav-services {
	background-image: url('../images/nav-services.jpg');
}

#nav-training {
	background-image: url('../images/nav-training.jpg');
}

#nav-anmeldung {
	background-image: url('../images/nav-anmeldung.jpg');
}

#nav-skype {
	background-image: url('../images/nav-skype.jpg');
}

#nav-kontakt {
	background-image: url('../images/nav-kontakt.jpg');
}

#content {
	position: relative;
	width: 670px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer {
	position: relative;
	width: 980px;
	text-align: right;
	padding: 10px 20px 20px 0;
	font-size: 13px;
	clear: both;
}


#footer-links {
	position: absolute;
	font-size: 15px;
	top: 20px;
	left: 0;
}

p {
	
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #3b464b;
	text-align: left;
}

h1 {
	font-family: "ff-netto-web-1","ff-netto-web-2", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 15px 0 20px 0;
	margin: 0;
	color: #44a1b9;
}

h2 {
	font-family: "ff-netto-web-1","ff-netto-web-2", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 16px 0 10px 0;
	margin: 0;
	color: #44a1b9;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #44a1b9;
	text-decoration: underline;
}

a:hover {
	color: #44a1b9;
	text-decoration: none;
}

hr {
	color: #cfcfcf;
	background-color: #cfcfcf;
	height: 1px;
	border: 0;
}

ul {
	margin: 0;
}

li {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}

.blue {
	color: #44a1b9;
}

.error {
	color: #ff0000;
}

p.formfloat {
	float: left; 
	padding-right: 10px;
}

#sprachenangebot img {
	padding-right: 7px;
}

#sprachenangebot li {
	list-style-type: none;
}

#sprachenangebot ul {
	padding-left: 20px;
}









/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
	background-color: #62bcd3;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
	text-decoration: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #62bcd3;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#bilder-button	{
	position: absolute;
	display: block;
	width: 98px;
	padding: 0 10px;
	background: #62BCD3;
	top: 20px;
	left: -150px; 
	
	font-family: "ff-netto-web-1","ff-netto-web-2", Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	width: 98px;
	background-color: #fafbfc;
	border: 1px solid #dff2fb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

#bilder-button:hover {
	background: #dff2fb;
}
