html {
	background: #b26f28;;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(images/bg.jpg) #FFFFFF; 
	background-repeat:repeat-x;
}


a:link, a:visited {	color: #666666; text-decoration: underline; }
a:active, a:hover { color: #996633; text-decoration: none; }

#slider {
    width: 900px; /* important to be same as image width */
    height: 380px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 18px 13px;
    width: 860px;
    background-color: #666666;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

img.right {
	float: right;
	margin: 5px 2px 2px 2px;	
}


p {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #777;
	text-align: justify;
	margin: 0 0 20px 0;	
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 25px;
	color: #999999;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ac6c07;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#Site {
	width: 940px;
	margin: auto;
	background: #FFFFFF;
}

#Head {
	width: 940px;
	height: 380px;
	margin: 0;
	padding: 0;
}

#Logo {
	width: 940px;
	margin: 25px 0px 0 0px;
	padding: 5px 10px 0 0px;
}


/* menu */

#Navi {
	float: left;
	width: 940px;
	height: 25px;
	background: url(images/Navi_bg.jpg);
	padding:0;
	margin: 10px 0 25px 0;
}

#Navi ul {
	float: left;
	margin: 0 0 0 7px;
	padding: 0 0 0 0;
	width: 940px;
	list-style: none;
}

#Navi ul li {
	display: inline;
}

#Navi ul li a {
	float: left;
	padding: 5px 40px 0 33px;

	height: 20px;
	text-align: center;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	color: #996633;	
	font-family: "Brush Script MT", Arial;
	font-size: 20px;
	outline: none;
}

#Navi li a:hover, #Navi li .current {
	color:#666666;
}

#Navi li .last {
	background: none;
}

/* end of menu*/

#Content {
	width: 940px;
	border-bottom: 1px dotted #b0b0b0;
}

.Welcome {
	float: left;	
	width: 316px;
	height: 46px;
}

.Welcome  h1 {
	float: left;
	display: block;
	font-family: Tahoma;
	font-size: 25px;
	color: #996633;
	font-weight: normal;
	margin: 0 0 2px 0;
}

.erste_Spalte {
	float: left;
	width: 500px;
	padding: 0px 20px 10px 52px;
}

.zwei_Spalten {
	float: left;
	width: 300px;
	padding: 0px 0px 10px 27px;
}

.zwei_Spalten img.border {
	border: 2px solid #e1e1e1;
	margin: 0 0 10px 0;
	
}

.zwei_Spalten .templatemo_gallery img{
	border: 5px solid #fff;
}

.Kanadapfeil{
	float: right;
	color: #b0b0b0;
	font-size: 10px;
	margin: 0 10px 10px 0;
	background: url(images/Kanadapfeil.png) no-repeat ;
	padding: 4px 0 0 17px ;
	background-position: 0 7px;
}

.Kanadapfeil a{
	text-decoration: none;
	color: #777;
}

.Kanadapfeil a:hover, .Kanadapfeil:hover{
	text-decoration: underline;
}

#fuss {
	width: 100%;
	color: #666666;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.aufzaehlung {
	list-style: none;
	padding: 0 0 0 25px;
}

.aufzaehlung li {
	color: #777777;
	font-family: Tahoma;
	font-size: 11px;
	background: url(images/Kanadablatt.png) no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0 ;
}

.blank {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}