/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background: url("../bg.gif") repeat-x scroll left top #e8e7e5;
}

a {
color: #c18a59;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0 3px 0 0;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 240px;
	height: 450px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
background: url("../rostock.jpg") no-repeat scroll 0 0 #ffffff;	
}
#kwick_2 {
background: url("../service.jpg") no-repeat scroll 0 0 #ffffff;	
}
#kwick_3 {
	background: url("../vita.jpg") no-repeat scroll 0 0 #f4f4f4;
}
#kwick_4 { 
	
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.thema{
background: url("../desc_background.png") repeat scroll 0 0 transparent;
    height: 25px;
    left: 0;
    padding: 10px;
    position: relative;
    top: 395px;
    width: 220px;
    z-index: 99;
    
}

.thema h2 {
color: #F5f5f5;
line-height: 20px;
padding: 0;
margin: 0;
font-family: Arial;
font-size: 14px;
}

.inhalt h1, h3 {
line-height: 20px;
padding: 0;
margin-bottom: 20px;
font-family: Times New Roman, Georgia;
font-size: 14px;
}

.inhalt{
color: #666666;
    font-family: Times New Roman, Georgia;
    font-size: 14px;
    left: 235px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 345px;
    z-index: 9;
    
}

.inhalt li{
	background: url("../strich.png") no-repeat scroll 0px 0 transparent;
    border: medium none;
    height: auto;
    padding-left: 15px;
    width: auto;
}



.google{
width: 700px;
top: 0px;
left: 0px;
position: absolute;
z-index:9;

}

#logo {
margin-bottom: 5px;
}

#kontakt {
width: 700px;
float: left;
color: #666666;
    font-family: Times New Roman, Georgia;
    font-size: 15px;
    margin: 15px 0 40px;
    padding-left: 10px;
}

#main{
margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 700px;
    
} 
#content{
    width: 700px;
    
} 
