/* Start of CMSMS style sheet 'style.css' */
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ul,li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	height:100%;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
label{
	cursor:pointer;
}
a,
a:visited{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fff;
	color:#333;
	font:100%/1 Helvetica,sans-serif;
	height:100%;
}
#wrapper{
	width:831px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	background:url(images/wrapper_background.gif) repeat-y;
}

/* Header */
#header{
	width:831px;
	height:120px;
	background:url(images/header_salzgrotte_franchise.jpg) no-repeat;
}

#header p{
	color:#fff;
	font-size:12px;
	padding:98px 0 0 670px;
}

#splitter{
	width:831px;
	height:32px;
	background:url(images/trennbalken.jpg) repeat-x;
}

/* Main Area */
#main {
	width:831px;
}

/* Nav */
#nav {
	width:276px;
	height:100%;
	float:left;
	background-color:#f39911;
}
#nav ul{
	font-size:12px;
}


#nav li a{
	display:block;
	height:30px;
	width:266px;
	font-weight:bold;
	padding:18px 0 0 10px;
	background:url(images/linie.png) repeat-x bottom;
}


#nav li a,
#nav li a:visited{
	color:#fff;
	text-decoration:none;
}

#nav li a:hover{
	color:#9E291F;
	text-decoration:none;
}
/* Kontakt */
#kontakt {
	color:#ffefad;
	font-size:12px;
	line-height:15px;
	padding:3px 0 10px 10px;
	background-color:#f39911;
}

#kontakt p{
	padding:12px 0 0 0;
}

#kontakt a,
#kontakt a:visited{
	color:#ffd25f;
	text-decoration:none;
}

#kontakt a:hover{
	text-decoration:underline;
}
/* Content */
#content {
	float:right;
	width:555px;
	background-color:#ffefad;
	height:100%;
}

#text {
	width:555px;
	margin:0 0 20px 0;
}

#text h1 {
	font-size:120px;
	color:#fcdc8b;
	white-space:nowrap;
	margin:5px 0 0 11px;
}

#text h2 {
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 21px;
}

#text p {
	font-size:12px;
	line-height:16px;
	margin:5px 21px 0 21px;
}
/* Clear */
.clear {
clear:both;
}
/* End of 'style.css' */

