/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 100%;
	font-family: 'Monaco', 'Verdana', sans-serif;
	color: #000;
	background: #fff;
	text-decoration: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {  outline:none; }

a:link { 
	color: #000;
	background-color: #FFF;
	text-decoration: none; background-color: #FFFF00;
}

/*
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }
*/

a:hover { 
	color: #FF0000;
	background: transparent url(http://www.madeleinestahel.ch/files/line_w.gif) repeat-x scroll center bottom;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }
a:active { color: #FF0000;
	background: transparent url(http://www.madeleinestahel.ch/files/line_w.gif) repeat-x scroll center bottom;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }
a:visited { 
	color: #000;
	background: transparent url(http://www.madeleinestahel.ch/files/line.gif) repeat-x scroll center bottom;
	padding-bottom:2px;
	color:black;
	text-decoration: none; background-color:#00FFFFF; }
	
a img  { border: none; }

#menu {
	margin-bottom:12px;
	margin-left: 5px;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align:left;
    width: 900px;
	height: 95px;
    bottom: 0;
	top: 0;
	left: 0;
    position: absolute;
}

#menu li {
display:inline;
}

#menu li a { }

#menu li a:hover { 
	color: #FF0000;
	background: transparent url(http://www.madeleinestahel.ch/files/line_w.gif) repeat-x scroll center bottom;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }

#menu li.active a { 
	color: #FF0000;
	background: transparent url(http://www.madeleinestahel.ch/files/line_w.gif) repeat-x scroll center bottom;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }

#menu li a:active { }

#menu li a:visited { }

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li.section-title { }


#content {
	float:left;
	font-weight:normal;
	color: #9900CC;
	height:100%;
	margin:95px 0 0 10px;
	padding:0;
	position:relative;
	width:900px;
}


.container {
    padding: 0;
}

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 5px 0;
/*
abstand zw. titel u nav
*/
}

#gelb { margin-top: -1px; }

#gelb a:hover, a:focus { color: #FF0000;
	background: none;
	padding-bottom: none;
	text-decoration: none; background-color: #FFFF00;
	padding: 0px; }
	
#gelb a:visited { 
	background: none;
	padding-bottom: none;
	text-decoration: none; background-color: #FFFF00;
	padding: 0px; }


h1 { font-size: 10px;
	line-height: 128%;
	color: #9900CC;
	background: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none; }
	
h2 { font-size: 10px;
	line-height: 128%;
	font-stretch: narrower;
	color: #000;
	background: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;}

h3 { font-size: 10px;
	line-height: 142%;
	color: #000;
	background: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;}

h4 { font-size: 10px;
	color: #9900CC;
	background: #FFF;
	font-weight: normal;
	font-style: normal;
	background: transparent url(http://www.madeleinestahel.ch/files/line_v.gif) repeat-x scroll center bottom;
	padding-bottom:5px;
	text-decoration: none;}
	
h5 { font-size: 10px;
	line-height: 131%;
	color: #FFFFFF;
	background: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;}
	


#img-container	{ margin: 0; padding: 0; width: 800px;}
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }