/*  KiK Events 2009 */

@charset "UTF-8";

/* redefinitions */

a {
	text-decoration: none;
	color: #06C;
}
a:hover {
	color: #999;
}
a:visited {
	text-decoration:none;
	color:#900;
}

h1 {
	font-weight:normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(media/image/bg.jpg);
	background-repeat: repeat;
	font-size: small;
}

/* main layout */

.upper_bar {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	background-image: url(media/image/upper_corner.jpg);
	background-repeat: repeat-x;
}

.lower_bar-top {
	position: fixed;
	
	width: 100%;
	height: 47px;
	left: 0px;
	bottom: 53px;
	
	background-image: url(media/image/lower_corner-top.jpg);
	background-repeat: repeat-x;
	
	z-index: 0;
}

.lower_bar-bottom {
	position: fixed;
	
	width: 100%;
	height: 53px;
	left: 0px;
	bottom: 0px;
	
	background-image: url(media/image/lower_corner-bottom.jpg);
	background-repeat: repeat-x;
	
	z-index: 0;
}

.address {
	position: absolute;
	
	bottom: 20px;
	left: 4px;
	padding-top: 15px;
	font-size: small;
	color: #FFF;
	
	z-index: 5;
}

.middle_frame {
	position: fixed;
	
	height: 100%;
	width:800px;
	top:0px;
	left:140px;
	
	background-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7C1A29;
	border-left-color: #7C1A29;
	
	z-index: 1;
}

.main_inner_frame {
	/* old, better way below
	position:fixed;
	top:205px;
	left:141px;
	*/
	
	position:relative;
	top:2px;
	left:0px;
	
	height:72%;
	width:800px;
	overflow:auto;
	z-index:1;
}

.text-area {
	width:700px;
	padding-left:25px;
	padding-bottom:25px;
	padding-right:25px;
	overflow:auto;
}

.top_logo_frame {
	left: 0px;
	top: 0px;
	height: 120px;
	width: 800px;
	position: absolute;
	background-image: url(media/image/red_dark.jpg);
	background-repeat: repeat;
}
.top_image_bar {
	position: fixed;
	left: 141px;
	top: 0px;
	height: 133px;
	width: 800px;
	
	background-color:#7B1B29;
	
	z-index:5;
}

.top_menu_bar {
	color: #FFF;
	word-spacing: 4em;
	position: relative;
	height: 34px;
	padding: 10px;
	left: 20px;
}

.left_red_bar {
	width: 140px;
	height:100%;
	
	position: fixed;
	left:0px;
	top:0px;
	
	background-color: #7B1B29;
}

/* fonts, keywords and colors */

.kik-events {
	color: #900;
	font-weight: bold;
}

.headline {
	position:relative;
	left:0px;
	top:0px;
	
	
	padding:25px;
	
	background-color:#F00;
	
	height: 20px;
	width: 750px;
	
	font-size: x-large;
	background-color: #FFF;
	
	z-index:2;
}

.headline-pure {
	position:relative;
	left:0px;
	top:0px;
	
	font-size: x-large;
	
	padding-top:25px;
}

.subtitle {
	font-size:medium;
}

.keyword {
	color: #006699;
}
.keyword_red {
	color: #900;
}
.keyword_big {
	font-size: medium;
}

.black {
	color: #000;
}

.grey {
	color: #999;
}

.kik-logo {
	background-color: #FFF;
	background-image: url(media/image/kik-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	width: 141px;
	height: 133px;
	left: 0px;
	top: 0px;
	z-index: 10;
}

/* menu and stuff */

.menu {
	position: fixed;
	
	width: 119px;
	left: 21px;
	top: 155px;
	
	z-index: 10;
	line-height: 25px;
	background-color: #CCC;
	
	font-weight:bold;
}

.menu-entry-active {
	width: 110px;
	background-color:#FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	padding-left: 10px;
}

.menu-entry {
	padding-left: 10px;
}

.menu-entry:hover {
	background-color:#FFF;
}

.menu-link {
	text-decoration: none;
	color: #900;
	
	width: 200px;
}
.menu-link:hover {
	color: #999;
}

.menu_active {
	color: #900;
	text-decoration: underline;
}

/* miscellaneous */

.scroll-area {
	height:400px;
	width:500px;
	overflow:auto;
}

.marquee {
	position:relative;
 	overflow:hidden;
    border:none;
	
	left:0px;
	top:0px;
	height:133px;
	width:800px;
	
	background-color: #7B1B29;
	
	z-index:5;
}

.referenzen-big_img_bar {
	width:100%;
}

.keyword_spacer {
	height:5px;
}

/* hmm  */

/*
.referenzen {
	line-height: 25px;	
}

.kategorie {
	height: 130px;
	width: 130px;
}
*/

