/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;	
	padding:0;	
	border:0;	
	font-weight:inherit;	
	font-style:inherit;	
	font-size:100%;	
	font-family:inherit;
	}
	
body {
	line-height:1.5;	
	}
	
table {
	border-collapse:separate;	
	border-spacing:0;	
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content:"";	
	}
	
blockquote, q {
	quotes:"" "";	
	}
	
a img {
	border:none;	
	}

/* typography.css */
body {
	font-size:75%;	
	color:#564b47;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#525252;
	}
	
h1 { 
	padding: 5px 0px 0px 0px;
	margin:0;
  	font-size:1.6em;
	color:#face10;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #face10; }
	
	.titelContent{
	padding-bottom:10px;	
	}

h2 { padding: 25px 0 5px 0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size: 1.3em; font-weight: bold; }	
	
	
h3 {
	font-size:1.2em;
	line-height:1em;
	margin-bottom:0.3em;
	color:#223687;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	}
	
h4 {
	font-size:1.1em;	
	line-height:1.25;	
	margin-bottom:1.25em;	
	}
	
h5 {
	font-size:1em;	
	font-weight:bold;	
	margin-bottom:1.5em;	
	}
h6 {
	font-size:1em;	
	font-weight:bold;	
	}
	
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;	
	}
	
p {
	margin:0 0 1.5em;	
	}
	
p img.left {
	float:left;	
	margin:1.5em 1.5em 1.5em 0;	
	padding:0;	
	}
	
p img.right {
	float:right;	
	margin:1.5em 0 1.5em 1.5em;	
	}
	
a:focus, a:hover {
	color:#ababab;	
	}
	
a {
	color:#cdcdcd;	
	text-decoration:underline;
	}
	
blockquote {
	margin:1.5em;	
	color:#525252;	
	font-style:italic;	
	}
	
strong {
	font-weight:bold;	
	}
	
em, dfn {
	font-style:italic;	
	}
	
dfn {
	font-weight:bold;	
	}
	
sup, sub {
	line-height:0;	
	}
	
abbr, acronym {
	border-bottom:1px dotted #666;	
	}
	
address {
	margin:0 0 1.5em;	
	font-style:italic;	
	}
	
del {
	color:#525252;	
	}
	
pre {
	margin:1.5em 0;	
	white-space:pre;	
	}
	
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;	
	line-height:1.5;	
	}
	
li ul, li ol {
	margin:0 1.5em;	
	}
	
ul, ol {
	margin:0 1.5em 1.5em 1.5em;	
	}
	
ul {
	list-style-type:disc;	
	}
	
ol {
	list-style-type:decimal;	
	}
	
dl {
	margin:0 0 1.5em 0;	
	}
	
dl dt {
	font-weight:bold;	
	}
	
dd {
	margin-left:1.5em;	
	}
	
table {
	margin-bottom:1.4em;	
	width:100%;	
	}
	
th {
	font-weight:bold;	
	}
	
thead th {
	background:#c3d9ff;	
	}
	
th, td, caption {
	padding:2px;	
	}
	
tr.even td {
	background:#e5ecf9;	
	}
	
tfoot {
	font-style:italic;	
	}
	
caption {
	background:#eee;	
	}
	
.small {
	font-size:.8em;	
	margin-bottom:1.875em;	
	line-height:1.875em;	
	}
	
.large {
	font-size:1.2em;	
	line-height:2.5em;	
	margin-bottom:1.25em;	
	}

hr{
	background-color:#EFEBEF;
	border:medium none #EFEBEF;
	color:#EFEBEF;
	height:1px;
}

/* forms.css */
label {
	font-weight:bold;	
	}
	
fieldset {
	padding:1.4em;	
	margin:0;	
	border:1px solid #ccc;	
	}
	
legend {
	font-weight:bold;	
	font-size:1em;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;	
	border:1px solid #525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	}
	
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#525252;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	margin:0px;	
	}

input[type=submit]:hover{
	cursor:pointer;
}

input.text, input.title {
	width:300px;	
	padding:5px;	
	}
	
input.title {
	font-size:1.5em;	
	}
	
textarea {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid Grey;
	margin: 0px 0px;

	}
	
	.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 10px;
}

	
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;	
	top:.25em;	
	}
	
form.inline {
	line-height:3;	
	}
	
form.inline p {
	margin-bottom:0;	
	}
	
.antifloat {
	clear:both;	
	}
	
body{
	background-color:#fff;
}	

/* Layout */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0; }


#inhalt_bg {
	margin: 0;
	background-image:url(/art/lc-bern-esprit/bg_inhalt_unten_001.gif);
	background-repeat:repeat-y;
	padding: 0;
	width: 980px;
	height: auto;
	background-color: #EBD3E0; }

#inhalt {
	margin: 0;
	background-image:url(/art/lc-bern-esprit/bg_inhalt_oben_001.gif);
	background-repeat:no-repeat;
	padding: 0;
	width: 980px;
	min-height: 600px; }
	
#text_oben {
	width: 480px;
	font-size: 2em;
	height: 40px;
	color:#face10;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin: 0;
	float: left;
	text-align:left;
	padding: 50px 0 2px 20px; }
	
#shortcutlinks {
	text-align: right;
	width: auto;
	float: left;
	margin: 0;
	width: 470px;
	padding: 60px 10px 2px 0; 
	height: 30px; }

#shortcutlinks ul{
margin:0px 10px;	
}

#shortcutlinks li{
	display:inline;
	margin-right:5px;
}
	
#banner {
	width: 960px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0 0 0; }

/* -----------------Inhalt--------------------- */
#content {
	float:left;
	width: 729px;
	padding: 10px 10px 10px 30px;
	}

#mit_zusatz #content {
	float:left;
	width: 510px;
	padding: 10px 0px 10px 30px;	
}

#right{
	float:left;
	width: 180px;
	border: 1px solid #FACE10;
	margin-top: 65px;
	padding: 5px;
}

#right a {
	color:#999;
}
	
#content a {
	text-decoration:none;
	color:#ababab;
	}	

#content a:hover{
	text-decoration:none;
	color:#767676;
	}	

#footer {
	clear: left;
	width: 960px;
	margin: 0 10px 0 10px;
	padding: 0;
	font-size: 10px;
	color:#d8d8d8;
	border-top: 1px solid #efefef; 
	background-color: #fff; }




/* Navi */
#navcontainer {
	float: left;
	width: 186px;
	height: 500px;
	margin: 0;
	padding:15px 0 0 25px;
	color:#ffffff; }
	
#navcontainer ul {
	list-style-type: none ;
	width: 171px;
	border-top: 1px dotted #bababa; 
	margin: 0;}

#navcontainer li {
	width: 171px;
	padding: 2px 0;
	border-bottom: 1px dotted #bababa; }
	
#navcontainer ul li.active a {
	color: #666; }
	
#navcontainer ul li.parentactive a {
	color: #666; }

#navcontainer li a {
	color: #9c9c9c;
	text-decoration:none;}
	
#navcontainer li a:hover {
	color: #142b65;
	text-decoration:none;}
	
#navcontainer  li li.parentactive a:hover { 
	color: #142b65; }

#navcontainer li {
	margin: 0;
	padding: 3px 0 3px 0; }
	
#navcontainer li li{
	margin: 0;
	padding: 0; }

	
#navcontainer li a.selected {
	margin: 0;
	padding: 0 0 0 10px;
	color:#5e5e5e;}
	
#navcontainer li li a.selected {
	margin: 0;
	padding: 0; }

#navcontainer ul ul{
border:none;
line-height:1.6em;
}

#navcontainer ul ul li {
border:none;
	padding: 0; }

#navcontainer ul ul li a {
margin-left:10px;
}

#navcontainer ul ul ul li a{
margin-left:20px;	
}

#navcontainer ul ul ul li a.active{
margin-left:20px;
color: #142b65;
}

#navcontainer ul ul ul li a.parentactive{
margin-left:20px;	
color: #142b65;
}

#navcontainer ul ul ul li a:hover{
margin-left:20px;	
color: #142b65;
}


