/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#content csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol dt img {
	border: 0px;
	}

#content .external-link-new-window img {
	border: 0px;
	padding: 0px;
}

#contenttable {
	border: 1px;
	}

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #88888A;
}
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 100%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #A10D31;
}


/* Logo */

#logo {
	width: 760px;
	height: 320px;
	margin: 0 auto;
	background: #E3E3E6 url(chateau-et-faiencerie.jpg);
	float:left;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 759px;
	margin: 0 auto;
	background-color: #F4F4F6;
	float:left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/* Content */

#content {
	width: 540px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-left: 1px solid #CCCCCC;
	float: left;
}

#content img {
	padding: 5px;
	border: 3px solid #CCCCCC;
	}


#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(img09.gif) no-repeat right bottom;
	border-left: 5px solid #A10D31;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#language {
	width: 120px;
	padding-top: 20px;
	padding-left: 60px;
	border-right: 1px solid #CCCCCC;
}

#links {
}

#links ul {
	background: url(img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(img08.gif) no-repeat left center;
	color: #A10D31;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 759px;
	background-color: #E3E3E6;
	float:left;
}

#footer .wrapper {
	width: 759px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #A10D31;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}



/* Menu */



/* Menü oben */

.menudiv {
	position: static;
	width: 739px;
	height: 175px;
	margin: 0 auto;
	border-left: 20px solid #A10D31;
	border-right: 1px solid #CCCCCC;
	background: #E3E3E6 url(logo_neu2.jpg) no-repeat right;
	float: left;
}

ul.menu .hover,
ul.menu,
ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    display: block;
    font-weight: normal;
    height: 174px;
}

ul.menu li ul.menu a{
    display: block;
    font-weight: normal;
    height: 22px;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    border:0px solid #CCCCCC;
    width: 244px;
    height: 22px;
}


/* Für Unterpunkte keine Float-Eigenschaft + Border*/

ul.menu ul li{
    float:none;
    background-color: transparent;
    border-bottom:1px solid #CCCCCC;
    height: 22px;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: #E3E3E6;
}

/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #E3E3E6;
	border: 1px solid #CCCCCC;
	display: none;
	width: 245px;
}

/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
}

/* Dritte Ebene */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 244px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -22px; /*Höhe eines Listenelements */
	}

/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}

/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
	display: none;
}

/* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
	display: block;
}



/* Menü links */

#secnav {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	list-style: none;
	}

#secnav a {
	color: #88888A;
	border: 0px;
}

.sec-head {
	font-weight: bold;
	border-bottom: 1px dottet #CCCCCC;
	}

.sec-nav {
	background-color: #E3E3E6;
	padding: 5px;
	height: 22px; 
	border-bottom: 1px solid #CCCCCC;
}

.sec-parent {
	padding: 5px;
	background: #E3E3E6 url(arrow.gif) right no-repeat ;
	border-bottom: 1px solid #CCCCCC;
}

.sec-act {
	background-color: #E3E3E6;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.sec-nav-2 {
	text-align: right;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	width: 140px;
}


/*Formular*/

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}

.radiolayout {
width:100%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 0px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}
