/*

Tuhhnfisch CMS Editor CSS 

*/

/*EDITOR DESIGN*/
/*GENERAL SETTINGS*/
/*    background: #fff url("../../images/side.jpg") 0 0 repeat-y fixed;*/

body{
    margin: 0px; 
    padding: 0px;
    text-align: left;
    font-size: 0.9em;
    font-family:"Helvetica", "Arial";
}
a:link {
    color: black;
    text-decoration:underline; 
}

a:visited {
    color: black;
    text-decoration:none; 
}

form{
    display:inline;
}
img{
	border:0px;
}

/*ID SETTINGS*/

#main{
    width:100%;
    margin: 0px auto;
    padding: 0px;
}
h1{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
        width: 100%;
        height:60px;
        background: #ffffff url("../../images/astra-banner.jpg") no-repeat 0% 50% ;
        font-size: 1.4em;
        color: #41748C;
	letter-spacing:0.1em;
	padding:0px;
	margin:0px;
}
h2{
    border-bottom: 2px solid #F8AB41;
    padding-bottom:4px;
    color: #41748C;
    width:110%;
}
h3{
    border-left: 4px solid #F8AB41;
    padding-left:4px;
    color: #41748C;
    width:60%;
}
h4{
    color: #41748C;
    width:90%;
}
#navi {
	background-color: #ADC4D3;
	width: 160px;
	color: white;
	position:absolute;
	left:0px;
	top:70px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:3000px;
	border:2px
}
html>body h1{
        position:fixed;
        color: #41748C;
}
html>body #navi{
        position:fixed;
}

#content {
	display:block;
	width: 500px;
	margin-left:200px;
	padding-top:80px;
}

/*CLASS SETTINGS*/

.menu{
    font-size: 0.9em;
    font-weight: bold;
    padding-top:10px;
}
.menu a {
    display:block;
    text-decoration:none; 
    color: #41748C;
    border: 1px solid #ffffff;
}
.menu a:hover {
    border: 1px solid #ffffff;
    color:#41748C;
    text-decoration:underline; 
}
.menu a:visited {
	 border: 1px solid #ffffff;
	color: #41748C;
}
.submenu{
    padding-left:10px;
    font-size: 0.9em;
}
.submenu a {
    display:block;
    color: #ffffff;   
    padding:1px;
    background:#41748C;
    text-decoration:none; 
    border-bottom: 1px solid #ffffff;
}
.submenu a:hover {
    background:#41748C;
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
}
.submenu a:visited {
	color: #ffffff;   
	border-bottom: 1px solid #ffffff;
}
.subselected  a{
	background-color: #41748C;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.selected a {
    border: 1px solid #41748C;
    color:#41748C;
    border-bottom: 1px solid #41748C;
}
.selected a:visited {
    border: 1px solid #41748C;
	color:#41748C;   
	border-bottom: 1px solid #41748C;
}
