#header {
	background-color: #adb8be;
	width: 800px;
height:150px;
	border: 1px solid #fff;
	font: italic normal 230% 'Times New Roman', Times, serif;
	margin: 10px auto 1px;
	padding: 0px 10px;
background-image:url(./bild/doppel2.gif);
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
color: #aaa;
	text-decoration: none;
}
* html div.content { 
    height: 1%;
}


body {
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:1em;
    background-color:#adb8be;
    margin:0px;
    padding:0px;
}
    
h1 {
    font-size:1.6em;
    font-weight:bold;
    color:white;
    display:inline;
}

h2 {
    font-size:1.4em;
    font-weight:bold, italic;
    color:black;
    display:inline;
}

h3 {
    font-size:1.2em;
    font-weight:bold;
    color:white;
    display:inline;
}

h4 {
    font-size:1.1em;
    font-weight:bold;
    color:white;
    display:inline;
}

div.footer { 
width: 800px;
margin: 1px auto 10px;
	padding: 0px 10px;
    border: 1px solid #fff;
    background-color:#CEDBE3;
    line-height:10px;
    voice-family:"\"}\"";
    voice-family:inherit;
    height:30px;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
}

div.footer a {
    /* top right bottom left */
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    color:#808285;
    text-decoration:none;
}

div.footer td {
    /* top right bottom left */
    margin:5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    color:#808285;
}

div.content {
    font-size:0.95em;
    margin: 0px 0px 0px 155px;
    padding: 0px 9px 0px 2px;
    min-width:515px;
    min-height:600px;
     border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    background-color:#A8A9AD;
    color:#FFFFFF;
    text-align:right;
    z-index:2;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:Alpha(opacity=80);
}

div.content img {
    position: relative;
    float:right;
    padding:3px 3px 2px 20px;
    border: 0px;
}

div.content td.date {
    font-size:0.75em;
}

div.content a {
    /* font-size:0.75em; */
    color:#CEDBE3;
    display:inline;
    text-decoration:none;
}

/* div.content td.link a:hover {
    background-color:#D18F25;
} */

div.content td.news {
    font-size:0.9em;
}

#navcontainer ul
{
z-index:2;
padding: .2em 10px;
margin: 1px auto 1px;
list-style-type: none;
background-color:#A8A9AD;
color: #FFF;
width: 800px;
font-size: 80%;
text-align: left;
border: 1px solid #fff;
 opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);


}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #A8A9AD;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color:#CEDBE3;
color:#808285;
}
 
div.navi {
z-index:2;
    float:left;
    font-size:0.8em;
    position:relative;
    margin:0px 1px 0px 0px;
    left:0px;
    width:150px;
min-height: 600px;
    background-color:#A8A9AD;
    border-top:1px solid white;
    border-right:1px solid white;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
}

div.navi a {
    display:block;
    padding:1px 0px 1px 3px;
    text-decoration:none;
    color:white;
}

div.navi a:hover {
    background-color:#CEDBE3;
    color:#808285;
}

div.container {
	z-index:1;
    width:800px;
   min-height: 600px;
    margin: 0px auto 0px auto;
    padding: 5px 10px 5px 10px;
    background-color:#E1E1E1;
    border: 1px solid white;
        background-image:url(./bild/hakan_orhan.jpg);
    background-repeat:repeat-y;
}

/**
 * Administration part.
 *
 * We use td.input and td.textarea, because otherwise the
 * submit buttons also get the width.
 */
div.delete {
    text-align: left;
}

div.admin_content {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    position: relative;
    width: auto;
    margin: 23px 11% 10px 11%;
    padding: 20px 20px 20px 20px;
    border: 1px dashed black;
    color: black;
    background: #C6C6CF;
    text-align: right;
}

div.admin_content td {
    vertical-align: bottom;
}

div.admin_content td.input input {
    width: 575px;
}

div.admin_content td.textarea textarea{
    width:  575px;
    height: 120px;
}

div.admin_content input, select, textarea {
    background-color: #ECEDEE;
    border-color: #B9B9C1;
    border-style: solid;
}

div.admin_content input:focus, select:focus, textarea:focus {
    background-color: #CEDBE3;
    border-color: #FBAB2C;
    border-style: solid;
}

div.admin_content input.submit:hover {
    background-color: #CEDBE3;
    border-color: #FBAB2C;
    border-style: solid;
}

/**
 * Navigation on the admin page.
 * Similar to div.navi, div.navi a, and div.navi a:hover
 */
div.admin_navi {
    font-size: 0.8em;
    position: absolute;
    margin: 33px 1px 0px 10px;
    top: 0px;
    width: 167px;
    background-color: #CEDBE3;
    border: 1px dashed #FBAB2C;
    opacity:0.75;
}

div.admin_navi a {
    display: block;
    padding: 1px 0px 1px 3px;
    text-decoration: none;
    color: #D18F25;
}

div.admin_navi a:hover {
    background-color: #FECC72;
    color: #EFFFFA;
}

/*Das ist der Aktive link mit javascript credit goes to http://www.projectseven.com/*/
#navcontainer #navlist .uberlink {
background-color:#CEDBE3;
color:#808285;
font-style: italic;
}

