 /* =====================================================
Stylesheet für openairkinodavos.ch
Datum: 18.02.10
Datei: screen.css
Autor: Jürg Mathis - grischuni.COM

Aufbau:
1. Kalibrierung und allgemeine Styles
2. Styles für Layoutbereiche
3. Navigation
4. Sonstige Styles

===================================================== */

/* ==================================================
   1. Kalibrierung und allgemeine Styles
   ================================================== */

* {
    padding: 0;
    margin: 0;
}

html {
   height: 101%; 
}

body {
    margin: 0 auto;
    padding: 0;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    background: #f4f4f4 url(bg.gif) top center repeat-y;
}

h1, h2, h3, p, ul {
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 1.8em;
    margin: 0 0 1em 0;
}

h2 {
    font-size: 1.5em;
    margin-top: 1em;
}

h3 {
    font-size: 1.2em;
    margin-top: 1em;
}


a {
    text-decoration: none;
    color: #286ea0;
}

a:hover {
    text-decoration: underline;
    color: #286ea0;
}

a img {
    border: 0;
}

/* ==================================================
   2. Styles für Layoutbereiche
   ================================================== */

#wrap {
    color: #505050;
    margin: 0 auto;
    width: 780px;
}

#header {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #ffd048;
    border-bottom: 1px solid #505050;
}


#header p {
    position: absolute;
    top: 118px;
    right: 10px;
    padding: 0;
    margin-bottom: 0;
}

#content {
    margin: 0 10px 60px 170px;
    border-left: 1px solid #f0f0f0;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
}


.imgrahmen {

}

#content img {
    margin: 3px;
    border: 0px;
}

.mime_icon{
	vertical-align: middle;
}

#content li {
    margin-left: 1em;
}


#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 1px solid #8c8c8c;
    width: 760px;
    text-align: center;
    color: #808080;
    font-size: 0.9em;
}

#footer img {
    margin: 5px 5px 10px 5px;
}

#footer a {
    color: #808080;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* ==================================================
   3. Navigation
   ================================================== */

#menu {
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 10px 10px;
    padding: 0;
    font-size: 0.9em;
}

#menu ul {	
    list-style: none;
    width: 150px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1em;
}

#menu ul ul {	
    list-style: none;
    width: 150px;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 1.1em;
}

#menu li, #menu li li {
    margin-bottom: 4px;
}

#menu li li {
    margin-bottom: 0;
}

#menu li a, #menu li span {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 10px;
    background: #f4f4f4;
    border-left: 4px solid #cccccc;
}

#menu li li a {
    font-weight: normal;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 3px 0 0 20px;
    background: #f4f4f4;
    border-left: 4px solid #cccccc;
}

#menu li li span {
    font-weight: normal;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 3px 0 0 20px;
    background: #f4f4f4;
    border-left: 4px solid #cccccc;
}
	
#menu li a:hover {
    background: #eaeaea;
    color: #286ea0;
    border-left: 4px solid #286ea0;
}

#menu li .active {
    background: #eaeaea;
    color: #286ea0;
    border-left: 4px solid #286ea0;
}

#menu li li .active {
    background: #eaeaea;
    color: #286ea0;
    border-left: 0px solid #cccccc;
}

/* ==================================================
   4. Sonstige Styles
   ================================================== */
   
.anzeige {
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 130px;
    color: #505050;
    background-color: #f4f4f4;
    line-height: 1.3em;
}

#header .logo {
    padding: 10px;
}


.float_left {
    margin: 0 5px 3px 0;
    float: left;
}

.float_right {
    margin: 0 0 5px 10px;
    float: right;
}

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.invisible {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* Kontaktformular */
form {
	background-color: #f4f4f4;
	width: 340px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}

label {
	display: block;
	cursor: pointer;
}

input, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}

input:focus, textarea:focus {
	background-color: #eaeaea;
}

.error {
	color: red;
}







