/************************************

	screen css www.cardarello.de
	author: Annette Schwindt, schwindt-pr

*************************************/

/************ General *************/

* {margin:0; padding:0;}

body {
     background-color: #600000;
     margin: 0px;
     padding: 0px;
     font-family: Arial, Helvetica, sans-serif;}


p {
     font-size: 0.9em;
     font-weight: 500;
     line-height: 1.5em;
     color: #ffcc66;
     text-align:center;
     margin-bottom:1em;
}

h1 {
     font-size: 2.3em;
     font-weight: 500;
     line-height: 1em;
     color: #ffcc66;
     text-align:center;
     margin-bottom:40px;
}

h2 { font-size: 1.2em;
     font-weight: 500;
     line-height: 1em;
     color: #ffcc66;
     text-align:left;
     margin-top:30px;
     margin-bottom:10px;
}

img {
  border:none;
}



/********* Links **********/

a:link {font-weight:600;
     text-decoration: underline;
     color: #ffcc66;
}
a:visited {font-weight:600;
     text-decoration: underline;
     color: #ffcc66;
}
a:hover {font-weight:600;
     text-decoration: none;
     color: #ffcc66;
}
a:active {font-weight:600;
     text-decoration: none;
     color: #ffcc660;
}
a:focus {font-weight:600;
     text-decoration: none;
     color: #ffcc66;
}

/************ Navigation *************/


#navi {
     position: fixed;
     top:  90px;
     left:  0px;
     padding:0;
     width:9em;
     float:left;
     z-index:3;
}

#navi ul {
     list-style-type: none;
     font-size: 0.9em;
     padding:0px;
     margin:5px 45px 15px 15px;
}

#navi li {color: #ffcc66;
          font-weight: 600;
          padding-top:0.2em;
}

#navi a:link {color: #ffcc66;
     font-weight: 600;
     text-decoration: underline;
}
#navi a:visited {color: #ffcc66;
     font-weight: 600;
     text-decoration: underline;
}
#navi a:hover {color: #ffcc66;
     font-weight: 600;
     text-decoration: none;
}
#navi a:focus {color: #ffcc66;
     font-weight: 600;
     text-decoration: none;
}

/*************** content ************/

#content {background-color: #300000;
     position:absolute;
     top:10px;
     left:120px;
     margin:0 100px 0 60px;
     padding:2.5em 3em 0.5em 3em;
     width: 45em;
     z-index:2;
}

ul {
     font-weight: 500;
     font-size: 0.8em;
     color: #330000;
     padding-left:0px;
     margin-left:1.3em;
}

li {
    padding-bottom:0.75em;
    padding-left:0.5em;
    line-height: 1.5em;
}


/************* Other classes *****************/

.willkommen {font-size: 1.1em;
             margin-bottom: 30px;
}

.renato {font-size: 2em;
     font-weight: 500;
     line-height: 1em;
     color: #ffcc66;
     text-align:center;
     margin-top:50px;
     margin-bottom: 20px;
}

.dist {margin-top:30px;
}

.right {text-align:right;
}

.left {text-align:left;
}

.up {clear:both;
     text-align:center;
}
