/*
 * IMPORTENT: you have to use fix font-size! If not, you have a different view in the fckeditor!
 *
 * stefan-schedlbauer.de
 *
 * basic values: 
 * - inner width of the content area: 610px
 * - total body width: 800px
 * - total menu width: 150px
 */
 
/**** basic formats ****/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin:0 auto;  /* main-Box zentrieren in IE 5 und hoeher */
	/*text-align:center; probleme bei fckeditor*/ /* main-Box zentrieren in IE 5 und hoeher */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}


h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.4em;
}

h1 { 
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 16pt;
	color: #8d6049;
}

h2 { 
	font-weight: bold;
	font-style: italic;
	font-size: 14pt; 
	color: #8d6049;
}

h3 { 
	font-size: 12pt;
	font-style: bold;
	color: #8d6049;
}

hr {
	margin-top: 10px;
}

p { 
	margin-top: 5px;
	font-size: 12pt;
	text-align: justify;}

ul {
	font-size: 11pt;
	margin-left: 40px;
	text-align: left;
	color: black;
}

ol { 
	font-size: 10pt;
	margin-left: 40px;
}

a,a:active,a:focus,a:link,a:visited,a:hover {
	display: inline; 
	color: #8d6049;
	font-weight: normal;
	font-style: normal;
}

.imageonleft {
	float: left;
	margin-right: 5px;
}
.imageonright {
	float: right;
	margin-left: 5px;
}
.centerandunderline {
	text-align: center;
	border-bottom: 1px solid #8d6049;
}


/* @group main boxes */

#header {
	width: 800px;
	height: 90px;
	margin: 60px auto 0;
	background-color: white;
	text-align: center;
	border-left: 4px solid #8d6049;
	border-top: 4px solid #8d6049;
	border-right: 4px solid #8d6049;
}
#body {
	width: 800px;
	margin: 0 auto ; 
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
	background-color: white;
	border-left: 4px solid #8d6049;
	border-bottom: 4px solid #8d6049;
	border-right: 4px solid #8d6049;
}

#content {
	margin-left: 160px;
	padding: 25px 15px 15px 15px;
	border-left: 1px solid silver;
}

#fullcontent {
	padding: 25px 15px 15px 15px;
}

#welcome {
	padding: 25px 15px 15px 15px;
	text-align: center;
}


#footer {
	clear:both;
	padding:10px;
	border-top: 1px solid silver;
}

#menu_page {
	background-color: #fef3c2;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu_image {
	margin-bottom: 20px;
	padding: 15px;
}

/* @end */

/**** context styles ****/

#header h1 {
	font-size: 18pt;
	color: #8d6049;
	background-color: transparent;
}
#header p {
	text-align: right;
}
#header .leftheaderimage {
	float: left;
}

#welcome p, img {
	text-align: center;
}
#welcome h1 {
	text-align: center;
	border-bottom: 1px solid #8d6049;
	margin: 10px 30px;
}
#welcome h2 {
	text-align: center;
	border-bottom: 1px solid #8d6049;
	margin: 10px 30px;
}

#content .gallery_thumbnail {
	text-align: center; 
}
#content .gallery_thumbnail p {
	text-align: center; 
	font-size: 10pt;
}

td {
	font-size: 85%;
}

#menu_page p {
	font-size: 10pt;
	color: black;
}

#menu_image p a {
	font-size: 10pt;
	color: #8d6049;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer p {
	color: silver;
   font-size: 8pt;
}
#footer a {
	margin: 0px;
	font-size: 8pt;
    color: silver;
    display: inline;
    font-style: italic;
    text-decoration: none;
}

#fullcontent .imageonleft, .imageonright {
	padding: 3px;
	border: 2px solid #8d6049;
	margin-bottom: 5px;
} 

/* @group header menu */


#menu_header {
	width: 100%;
	height:25px;
    color: white;
	text-align:center;
	font-size: 10pt;
	font-weight:bold;
}

#menu_header ul {
	list-style-type: none;
}

#menu_header a {
	text-decoration: none;
	padding: 5px 12px; 
	display: block;
	color:white;
	font-size: 10pt;
	font-weight: bold;
}
#menu_header a:hover {
	color: black;
}
#menu_header .selected {
	text-decoration: underline; 
}


/* @end */


/* @group main menu */

#menu_main {
	float: left;
	width: 150px;
	padding: 25px 5px 5px 5px;
	border-right: 1px solid silver;
}

#menu_main a { 
	text-decoration: none;
	font-style: normal;
	padding: 8px;
	margin-bottom: 4px;
	display: block;
	color: #8d6049;
	font-size: 10pt; 
}
#menu_main ul li ul li a {
	font-style: normal;
	width: 116px;
	margin-left: 15px;
}
#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_main ul li {
	width: 149px;
}
#menu_main li a:hover {
	font-weight:bold;
}
#menu_main ul li .selected {
	background-color: #fef3c2;
	color: black;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgb(106, 102, 101);
}
/* @end */

/* gallery */

.gallery_thumbnail {
	margin: 0 auto; 
	padding: 10px 3px;
	width: 250px;
	height: auto; 
	border:1px solid silver;
	margin-top: 20px; 
}

.gallery {
	border-spacing: 10px; /* not for IE !! */
	width:80%;
	margin: 0 auto; 
}

td.thumbnail {
	vertical-align: top;
	padding: 10px;
	margin: 25px;
	border: 2px solid #8d6049;
	background: #fef3c2; 
}
.thumbnail p {
	text-align: center;
	font-size: 8pt; 
}
#gallery_image {
	width: 500px;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center; 
	border: 2px solid #8d6049;
	background: #fef3c2; 

}
#gallery_image p {
	text-align: center;
	font-size: 75%;
}
#gallery_image h1 {
	font-size: 14px;
	margin: 5px 0; 
	color: black;
	background: #fef3c2; 
}

