/*-------------------------------- Razoon AG, 2010-02-04 --------------------------------*/

/*-------------------------------- RESET DEFAULT SETTINGS --------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}


/*-------------------------------- FONT --------------------------------*/
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 76%;
color: #666;
line-height: 1.5em;
text-align: left;
background-color:#EBEBEB;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
}

h1,
h2,
h3 {
color: #636563;
}
/* light blue #009BE1 */

h1 {
font-size: 1.6em; /* gross 2.5*/
}

h2 {
font-size: 1.4em; /* mittel 2.0*/
}

h3 {
font-size: 1.2em; /* norm 1.2*/
}

p{
margin-bottom:0.7em;
}

a:link,
a:visited {
color:#636563; /*gray*/
text-decoration: underline;
}

a:hover,
a:focus,
a:active {
color: #009BE1;
text-decoration: underline;
}


/*-------------------------------- LAYOUT --------------------------------*/
#container {
width: 1000px;
background-color: #fff;
padding: 0px;
margin: 10px auto;
}

#header {
background: url(/template/pic/BGTop.jpg) no-repeat left top;
height:119px;
position: relative;
}

#content {
padding: 0;
background: url(/template/pic/BGContent.jpg) repeat-y left top;
background-color: #FFF;
}

#sidebarLeft {
width: 150px;
min-height:400px;
float: left;
padding: 30px 0 0 40px;
position: relative;
}

#mainContent {
margin: 0;
padding: 30px 60px 0 0;
float: right;
width: 730px;
}

#footer{
background: url(/template/pic/BGBottom.jpg) no-repeat left top;
height:33px;
}
	

/*-------------------------------- GENERAL --------------------------------*/
.clearfloat {
clear: both;
}

.leftFloat{
float: left;
padding: 0 15px 0 0;
}

.rightFloat{
float: right;
padding: 0 0 0 15px;
}

.list {
padding: 0 0 0 15px;
margin: 0;
list-style-position: inside;
list-style-type: square;
}


/*-------------------------------- NAVIGATION --------------------------------*/

ul#menu li a:link,
ul#menu li a:visited {
  text-decoration: none;
  font-size: 1.2em;
}

ul#menu li a:hover,
ul#menu li a:focus,
ul#menu li a:active {
}

#kontaktdaten li{
		color: #999999;
		font-size: 0.9em;

}

/*------------------------------Slideshow-------------------------------------*/


/* Easy Slider */

	div.Slider{}	
	div.Slider ul, div.Slider li{
		margin:0;
		padding:0;+
		list-style:none;
		}
	div.Slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:350px;
		height:260px;
		overflow:hidden; 
		}	
	span.prev a:focus{
				outline: none;

	}
	span.next a:focus{
			outline: none;

	}

	a img{
		position: relative;
		left: 364px;
		top: -22px;

	
	}

/*
	span.prev a img{
			position: relative;
			left: -2px;
			top: -142px;
	
	}
	
	span.next a img{
			position: relative;
			left: 298px;
			top: -142px;
	
	}*/