/* @override http://alexa.keinefalschebewegung.de/alexa_styles.css */

html, body {
	height: 100%;
	width:100%;
	background-color: #FFF;
	position: relative;
	}

body {
	background-color:white;
	margin: 0;
	}

img, img a { border: none; }
a {
	text-decoration: none;
	color: #5c1f5c;
	font-weight: bold;
	}	
a:active, a:focus {outline: none;}

a:hover {
	color: #e3ace5;
	}

#frame {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(images/background_white_01.jpg) no-repeat left top;
	font: 14px/18px Times, "Times New Roman", Georgia, serif;
	color: #000000;
	}

#background_image_frame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
	
#content_frame {
	width: 800px;
	margin: auto;
	height: 500px;
	padding: 0 20px;
	background: url(images/content_background_white_shadow.png) repeat-y center top;
	position: relative;
	z-index: 5;
	}
	
#logo {
	padding-top: 10px;
	width: 800px;
	text-align: center;
	overflow: hidden;
	}
	
#navi_bar {
	width: 100%;
	height: 48px;
	background: url(images/navi_background_01.png) repeat-x 0 top;
	text-align: center;
	z-index: 5;
	}
	
#navi_items {
	padding-top: 14px;
	width: 700px;
	margin: auto;
	overflow: hidden;
	}
		
#navi_items a {
	font: 14px/18px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	display: inline-block;
	padding: 0 10px;
	}


#copyright {
	bottom: 0;*/
	height: 24px;
	width: 100%;
	background-color: #260f26;
	color: gray;
	text-align: center;
	line-height: 22px;
	z-index: 5;
	}

#main_content {
	width: 800px;
	position: absolute;
	padding-top: 28px;
	}
	
.oneCol {
	text-align: center;
	padding: 0 60px;
	}
	
#twoCol_left {
	width: 280px;
	float: left;
	padding-left: 100px;
	}
	
#twoCol_right {
	width: 280px;
	float: right;
	padding-right: 60px;
	}

.center {
	text-align: center;
	}
	
h1 {
	font-size: 14px;
	color: #5c1f5c;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/*** GALLERY ***/


#gallery_frame { width: 800px; height: 150px; overflow: hidden; border-top: 1px solid #000; border-bottom: 1px solid #000; padding-left: 1px; }
#gallery_bigImage { text-align: center; position: relative; width: 800px; height: 350px; overflow: hidden; }
#gallery_slide_left, #gallery_slide_content, #gallery_slide_right { width: 100px; height: 150px; overflow: hidden; background: url(images/gallery_arrow_left_wide.png) no-repeat top left; position: relative; float: left; }
#gallery_slide_right { background: url(images/gallery_arrow_right_wide.png) no-repeat top right; }
#gallery_slide_content { width: 600px; }
#gallery_slide { width: 586px; height: 150px; margin: 0; }
#gallery_slide img { margin: 0; padding: 0; float: left}
