html {			background:url(img/bg.png);
				overflow-x:hidden;}

body {			font-size : 9px;
				line-height : 14px;
				color : #cdcdcd;
				margin:0;
				font-family:Lucida Sans Unicode;
				text-align : justify;
				background-image: url(img/band.png);
                background-repeat: repeat-x;}
				
/* Container */

#container {	margin:0 auto;
				padding: 50px 0 0 0;
				width: 450px;}

/* Pagination Effekt*/

#liste {		float:left;
				width:50px;
				margin:0;
				background:url(img/pagibg.png);
				min-height:300px;}

.container { 	float:left;
				width:400px; 
				height:300px;
				overflow:hidden; 
				position:relative; 
				cursor:pointer; }

#loopedSlider { margin:0px auto; 
				width:450px; 
				position:relative;}
				
ul.pagination {
				list-style-type:none;
				margin:0;
				padding:0;
				margin:0px auto;
				width:300px;}

ul.pagination li {
				padding:0px;
				margin:0 0px;
				list-style-type:none;}

ul.pagination a {
				display:block;
				padding-top:0px;
				overflow:hidden;
				width:50px;
				height:19px;			
				background-image:url(pagination.png);
				background-position:0 0;
				background-repeat:no-repeat;
				color:#cc6666;
				padding-top:4px;
				text-decoration:none;
				text-align:center;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:bold;
				font-size:12px;
				text-shadow: 0px 1px #333;}

ul.pagination li.active a {
				background-position:0 -25px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:bold;
				font-style:italic;
				color:#333;
				text-shadow: 0px 1px #ffcccc;} 


.slides { 
				position:absolute; 
				top:0; 
				left:0; }

.slides div { 
				position:absolute; 
				top:0; 
				width:600px; 
				display:none; }
				
/* Navigation */

#navi {   		clear: both;
				margin:0;
				width:450px;} 	

#navi  ul{		background-image:url(img/navibg.png);
				margin:0 auto;
				padding:6px;
				text-align:center;}

#navi li{		display:inline;
				list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
				margin-right:11px;}

#navi  a {		text-decoration:none;
				font-family: Lucida Sans Unicode;
				font-weight:normal;
				font-size:11px;
				color:#333;
				text-transform:uppercase;
				text-shadow: 0px 1px #ffcccc;}

#navi  a:hover {
				color:#ffcccc;
				text-shadow: 0px 1px #333;}
				
/* Content */

#content {		float: left;
				padding:16px;
				width:418px;
				background:#666;
				margin:0;}

/* Footer */

#footer{   		clear: both;
				width:100%;
				position: fixed;
				left:0;
				bottom:0px;
                background:#000;}

#footer  ul{    text-align:center;
                padding:0px;
                margin:0px;
				line-height:15px;
                font-size:9px;
                color:#ececec;
                text-transform:uppercase;
                text-shadow:#333 0px 1px;}

#footer li{     margin:3px;
                padding:0px;
                display:inline;
                list-style-position:inline;}

#footer  a:active, #footer a:visited, #footer a:link {    
				padding:1px;
                color:#fff;
                font-size:10px;
                letter-spacing:0px;
				text-decoration:none;
                text-shadow:#333 0px 1px ;}

#footer  a:hover { 
				color:#333;}

/* Content Sachen, Überschriften, Fontstyles Fett Kursiv etc. */

h1 {			font-family:Lucida Sans Unicode;
				font-size: 13px;
				color: #cc9999;
				text-align:right;
				margin:5px 0 10px 0;
				font-weight:lighter;
				text-transform:uppercase;
				text-shadow: 0px 1px #333;
        		letter-spacing: 2px;
				border-left:5px solid #cc9999;}
				
a:active, a:visited, a:link {  
				text-decoration:none;
                font-family:Lucida Sans Unicode;
                font-size:10px;
                color:#cc9999;
                text-transform:none;
                letter-spacing:1px;
				text-transform:uppercase;}

a:hover {       color:#000;}
				
blockquote {	color:#333;
				background:#fbfbfb;
				-moz-border-radius:3px;
				margin:5px;
				padding:10px;}

b {				color: #cc9999;
				font-family:Lucida Sans Unicode;
				font-size: 10px;
				text-transform:uppercase;}

i {     		color: #e1c6a3;
				text-transform:uppercase;
				text-decoration: none;}

u {     		color: #fbfbfb;
				text-transform:uppercase;
				text-decoration: none;
				border-bottom: 1px solid #333;}

