/*** Reset styles, taken from Yahoo! UI ***/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
body {font:13px arial,helvetica,clean,sans-serif;}
body * {line-height:1.22em;}



/********** PAGE [start]       **********/
body {
    background:#F5F5F5 url(../img/bg.jpg) repeat-x;
    color:#464646;
    font-family:verdana, helvetica, sans-serif;
    font-size:9pt;
    }
#left a {color:#3364A3; text-decoration:none; border-bottom:1px dotted;}
#left a:link {}
#left a:visited {}
#left a:hover {border-bottom:1px solid; color:#d8ef8a;}
#left a img {}
#page {
    /*position:absolute; left:0; top:20px;*/
    }
/********** PAGE [end]         **********/



/********** HEADER [start]     **********/
#header {
    background:url(../img/header.jpg) repeat-x;
    height:209px;
    width:700px;
    margin:0 auto;
    }
#header .medienupload {
    display:block;
    float:left;
    }

/********** HEADER [end]       **********/



/********** NAVIGATION [start] **********/
#navigation {
    margin:-52px auto 52px auto;
    width:700px;
    }
#navigation ul {
    float:right;
    }
#navigation li {
    float:left;
    margin:0;
    padding:0;
    }
#navigation a, #navigation span {
    text-decoration:none;
    display:block;
    background:transparent url(../img/nav_li_bg_btm.png) no-repeat;
    }
#navigation a {
    background-color:#575757;
    border-color:#9E9E9E #373737 #252525 #7B7B7B;
    border-style:solid;
    border-width:1px;
    color:#DCDCDC;
    display:block;
    font-weight:normal;
    line-height:35px;
    padding:0 12px;
    text-decoration:none;
    }
#navigation a:hover, #navigation li.active a {
	background-color: #dcdcdc;
	color: #575757;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #5c5c5c;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #8b8b8b;
    }
#navigation span {
    font-weight:bold;
    }
#navigation a:focus { outline: none; }
#navigation li.impressum {}
/********** NAVIGATION [end]   **********/



/********** CONTENT [start]    **********/
#content {
    background:#FFF;
    clear:both;
    width:700px;
    margin:auto;
    }
#content div.top {
    height:5px;
    background:transparent url(../img/content_bg_top.png) no-repeat;
    }
#content div.center {
    padding:15px 20px 0 20px;
    background:none;
    }
#content div.bottom {
    background-color:#333233;
    color:#FFCC03;
    font-size:8pt;
    height:17px;
    line-height:17px;
    padding:5px 8px 5px 0;
    text-align:right;
    margin-top:15px;
    }

h1 {
    background:transparent url(../img/headline_bg.jpg) no-repeat scroll 0 0;
    color:#FFCC03;
    font-size:12pt;
    font-weight:normal;
    height:49px;
    padding:0 0 15px 35px;
    width:660px;
    }

h2 {
	padding-top:9px;
	color:#f1c000;
	font-size:13pt;
	font-weight: normal;

    }
h3 {
    padding-top:9px;
	color:#333;
	font-size:10pt;
	font-weight: bold;
    }
p {
    margin-bottom:12px;
    line-height:150%;
    }
hr {
    margin:5px 0;
    padding:0;
    }
strong {
    font-weight:bold;
    }
blockquote {
    margin:0 0 12px 12px;
    font-style:italic;
    }
#content img {
    vertical-align:text-bottom;
    }
#content li {
    margin:0 0 8px 24px;
    padding-left:10px;
    background:transparent url(../img/list_bullet.png) no-repeat 0 50%;
    }
input.button {
    background:#fbda27 url(../img/button_fade.png) repeat scroll 0%;
    border-color:#dfb717 #a58814 #a58814 #dfb717;
    border-style:solid;
    border-width:1px;
    color:#464646;
    font-size:11px;
    font-family:tahoma,arial,helvetica,sans-serif;
    font-weight:bold;
    padding:5px;
    margin-right:5px;
    cursor:pointer;
    }
label {
    cursor:pointer;
    }
input.button:hover {
    color:#000;
    }
input.button:active {
    border-color:#a58814 #dfb717 #dfb717 #a58814;
    background:transparent url(../img/button_fade_active.png) repeat scroll 0%;
    outline: none;
    }
em {
    font-style:italic;
    }
#neuer-user {
    margin-top:12px;
}
p.error {
    padding:10px;
    background:#F00;
    font-weight:bold;
    color:#FFF;
    margin-bottom:0 !important;
    margin-top:10px;
    }
#kontakt label, #neuer-user label {
    display:block;
    margin-bottom:1px;
    font-size:11px;
    }
#kontakt div {
    margin-bottom:5px;
    }
#subject {
    width:400px;
    }
#kontakt input, #kontakt textarea {
    padding:1px;
    font-size:12px;
    }
#message {
    width:400px; height:150px;
    }
#comment {
    width:400px; height:80px;
    }
#kontakt input, #kontakt textarea, #neuer-user input, #neuer-user textarea {
    padding: 3px;
    margin-bottom:5px;
    font-family: Helvetica, Arial, sans-serif;
    }


#content a {color:#AAA;}
#content a:link {}
#content a:visited {}
#content a:hover {}
#content a img {}

#intro {
    background:#333;
    color:#FFF;
    padding:15px 15px 5px 15px;
    }
#intro p {
    margin:0 0 10px 0;
    }
/********** CONTENT [end]      **********/



.controls {
    margin-top:10px;
    }
input.input-text {
    border:1px solid #888;
    font-size:12px;
    padding:1px;
    vertical-align:text-bottom;
    }
textarea.input-text {
    border:1px solid #888;
    font-size:12px;
    padding:1px;
    }
#filelist_table a {
    text-decoration:none;
    border:none;
    color:#333;
    }
#filelist_table {
    font-family:verdana, tahoma, helvetica, sans-serif;
    font-size:11px;
    line-height:11px;
    width:100%;
    margin-bottom:10px;
    }
#filelist_table caption {
    margin-bottom:5px;
    font-family:arial,helvetica, sans-serif;
    }
#filelist_table th {
    font-weight:bold;
    padding-bottom:3px;
    }
#filelist_table tr {
    border-bottom:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
    background:#ECECEC;
    }
#filelist_table tr.head {
    background:none;
    border-left:none;
    border-right:none;
    }
#filelist_table tr.alt {
    background:#F5F5F5;
    }
#filelist_table td {
    padding:3px 10px 3px 3px;
    }
#filelist_table img {
    vertical-align:text-bottom;
    }

.tx-fileupload-pi1 {}


/*** Specific Formatting END ***/


/***  Gerneral Formatting START ***/

/*** General Formatting END ***/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:22px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:16px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
