/*  
Theme Name: Mozart - Collie to Enjo my Life
Description: Ein kleines feines Template für Mozart und seine Seite.
Version: 1.0
Author: Dennis Puszalowski
*/

/* Gesamtes Dokument */

body {
 height:100%;
 margin:0px;
 text-align:center;
 font-family:Verdana;
 font-size:14px;
 background-color:#FFF8Ba;
 }

#root {
 height:100%;
 min-height:100%;
 width:980px;
 margin:0px auto;
 text-align:left;
 }
 
a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#999999; }

/* Header und Content */

#header {
 height:190px;
 width:980px;
 background-image:url(images/header.png);
 }

#content {
 height:100%;
 width:980px;
 paddin:0px 0px 90px 0px;
 background-image:url(images/root_back.png);
 background-repeat:repeat-y;
 }


/* Navigation */

#navi_root {
 height:auto;
 width:263px;
 float:left;
 background-image:url(images/navi_back.png);
 background-repeat:repeat-y;
 }

#navi_head {
 height:auto;
 width:263px;
 background-image:url(images/navi_head.png);
 background-position:top;
 background-repeat:no-repeat;
 }
 
#navi_content {
 padding:1px 20px 1px 40px;
 line-height:20px;
 }
 
#navi_content ul {
 list-style:none;
 }

#navi_bottom {
 height:35px;
 width:263px;
 background-image:url(images/navi_bottom.png);
 }
 
.navi_center_text {
 text-align:center;
 font-size:9px;
 }


/* Inhalt */

#content_root {
 height:100%;
 width:717px;
 float:right;
 background-image:url(images/content_back.png);
 background-repeat:repeat-y;
 }
 
#content_head {
 height:auto;
 width:717px;
 background-image:url(images/content_head.png);
 background-position:top;
 background-repeat:no-repeat;
 }
 
#main_content {
 font-size:11px;
 padding:1px 80px 10px 30px;
 line-height:20px;
 }
 
#content_title {
 }


/* Footer */

#footer {
 height:90px;
 width:980px;
 background-image:url(images/footer.png);
 }
 
#footer_content {
 text-align:center;
 font-size:11px;
 color:#FFFFFF;
 padding-top:44px;
 }
 
#footer_content a:link { text-decoration:none; color:#FFFFFF; }
#footer_content a:visited { text-decoration:none; color:#FFFFFF; }
#footer_content a:hover { text-decoration:none; color:#BBBBBB; }


/* Diverses */

.clear {
 clear:both;
 }
 
.center {
 text-align:center;
 }
 
.center_text {
 text-align:center;
 font-size:9px;
 }

.half {
 width:50%;
 height:100%;
 float:left;
 text-align:center;
 font-size:9px;
 }
 
.notice {
 width:80%;
 height:auto;
 margin:0px auto;
 padding:10px;
 border:1px #FFF59F solid;
 background-color:#FFFEEF;
 }
