/*	Desc: keek.ch Screen Style Sheet
	Author: Mark Nolan, mark@dieblender.ch
	Date: September 2008
	+ Colours
	ff0033 Red
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	height: 100%;

}
body {
	background: #5a5b4c url(../cssimg/bg_main.gif);
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #474a51;
	text-align: center;
	height: 100%;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #55543a;
	/* letter-spacing: 1px; */
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
}

td {
	text-align: left;
}

strong {
	text-transform: uppercase;
}






/*=DIV Definitions
=== === === === === === === === === === */
#header {
    margin:0 auto;
    width:875px;
	height: 36px;
	text-align: left;
}

#navigation {
    width:710px;
	height: 18px;
	float: left;
	text-align: left;
}

#info {
    width:150px;
	height: 15px;
	float: right;
	text-align: right;

}

#splash {
    margin:0 auto;
    width:875px;
	height: 540px;
	border: 1px solid #aead8b;
	background-image: url(../pics/pc_flucht.jpg);
}

#wrapper {
    margin:0 auto;
    width:875px;
	height: 540px;
}

#wrapper2 {
    width:875px;
	height: 540px;
	border: 1px solid #aead8b;
	background-color: #949377;
	float:  right;
}

#left {
	width: 435px;
	height: 540px;
	float: left;
}

#right {
	width: 438px;
	height: 540px;
	float: right;
	overflow: auto;
	background-color: #c0bfa2;
	text-align: center;
}

#content {
    margin:0 auto;
    margin-top: 3px;
    width:468px;
	height: 500px;
	background-color: #949377;
}

#footer {
    margin:0 auto;
    margin-top: 4px;
    width:875px;
	height: 14px;
	text-align: right;
}


/*=TEXT AND LAYOUT OPTIONS
=== === === === === === === === === === */
h1 {
	margin: 0 0 0 0; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-size: 17px; 
	text-align: right;
	padding-right: 33px;
	text-transform: uppercase;
	color: #403f2b;
	padding-top: 15px;
	padding-bottom: 4px;
	
}

hr {	
	color: #646349; 
	background-color: #646349; 
	border: 2px solid #646349; 
	border-style: none none solid; 
	width: 368px;
	margin-left: auto;
	margin-right: auto;
}

#right img.float {
	display: block;
	float: right;
	padding-right: 36px;
	padding-left: 15px;
}

p.konzert {
	text-align: right;
}

span.konzertmain { 
	text-transform: uppercase;
	color: #403f2b;
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
}

span.description { 
	color: #73725f;
}

span.info { 
	color: #494839;
}





/*=IMAGES
=== === === === === === === === === === */
img.menu {
	padding-right: 7px;
}


/*=HYPERLINKS
=== === === === === === === === === === */

a.konzert {
	text-transform: uppercase;
	color: #cc0000;
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.konzert:hover {
	text-transform: uppercase;
	color: #cc0000;
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.konzert:active {
	text-transform: uppercase;
	color: #cc0000;
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


a.lokal {
	color: #ffffff;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.lokal:hover {
	color: #ffffff;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

a.lokal:active {
	color: #ffffff;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}


#right a {
	font-family: Georgia, serif; 
	font-weight: normal; 
	color: #cc0000;
	text-decoration: none;
	text-transform: uppercase;
}

#right a:hover {
	font-family: Georgia, serif; 
	font-weight: normal; 
	color: #cc0000;
	text-decoration: none;
	text-transform: uppercase;
}

#right a:active {
	font-family: Georgia, serif; 
	font-weight: normal; 
	color: #cc0000;
	text-decoration: none;
	text-transform: uppercase;
}




