/*
 * IMPORTENT: you have to use fix font-size! If not, you have a different view in the fckeditor!
 *
 * 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:0px 0px 20px 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 , h4 {
	margin-top: 10px;
}

h1, h2, h3 {
	margin-bottom: 5px;
	line-height:1.4em;
}

h1 { 
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 1px;
	background-color: rgb(229, 229, 229);
	font-weight: bold;
	font-size: 16pt;
}

h2 { 
	font-weight: bold;
	font-style: italic;
	font-size: 14pt; 
}

h3 { 
	font-size: 12pt;
	font-style: italic;
}

h4 {
	font-size: 10pt;
	font-style: italic;
}

hr {
	margin-top: 10px;
}

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

ul {
	font-size: 10pt;
	margin-left: 20px;
}

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

ul.pub_list {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 30px;
}

ul.pub_list li {
	text-indent: -30px;
}

a,a:active,a:focus,a:link,a:visited {
	display: inline; 
	color: #003399; 
}

div#content a,
div#content a:active,
div#content a:focus,
div#content a:link,
div#content a:visited {
	color: blue;
	cursor: hand;
	text-decoration: none;
	font-style: normal;
}

div#content a:hover {
	color: red;
	text-decoration: underline;
}

font.pub_title {
	font-style: italic;
}

font.article_title {
}

.remark {
	font-size: 9pt;
	line-height: 1.0em;
	margin: 20px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

font.contact {
	font-size: smaller;
}

blockquote.tolstoy {
	color: #990000;
	font-size: smaller;
	font-style: italic;
	margin: 0px 40px 10px;
}

blockquote.tolstoy p {
	font-size: smaller;
}

/**** main boxes ****/

/* force right scrollbar */
html { 
/*    height: 100%;
    margin-bottom: 1px;*/
	overflow-y: scroll;
}

div#body {
	width: 800px;
	margin: 20px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
	border:1px solid silver;
}

div#header {
	padding: 10px;
	border-bottom:1px solid silver;
	text-align:left;
	background-color : #FFFFCC;
}

div#nested {
	text-align: left;
}

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

div#fullcontent {
	padding: 15px;
	border-left:1px solid silver;
}

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


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

div#menu_page {
	background-color: #E6F0FF;
	margin-bottom: 2px;
	padding: 5px;
}

div#menu_image {
	background-color: #E6F0FF;
	margin-bottom: 2px;
	padding: 5px;
}

div.float_right {
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 4px;
	background-color: #DDDDDD;
	border: 1px solid black;
}
div.course-inset {    width: 35%;}
div.lcolumn, div.rcolumn {
	width: 295px;
}

div.lcolumn {
	float: left;
}

div.rcolumn {
	float: right;
}

div.clear {
	clear: both;
}

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

div#header h1 {
	font-size: 16pt;
	background-color : #FFFFCC;
}
div#header p {
	text-align: right;
}

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

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

div#menu_image p {
	font-size: 10pt;
}

div#footer,
div#footer p {
	color: black;
	font-size: 8pt;
}
div#footer a,
div#footer a:active,
div#footer a:visited{
	color: blue;
    text-decoration: none;
}

div#footer a:hover {
	color: red;
	text-decoration: underline;
}

/* main menu */

div#menu_main {
	float: left;
	margin-top: 10px;
	width: 150px;
	padding: 5px;
	border-right:1px solid silver;
}

div#menu_main a { 
	text-decoration: none;
	font-style: normal;
	padding: 8px;
   margin-bottom: 4px;
	display: block;
	color: #003399;
	font-size: 10pt; 
}
div#menu_main ul li ul li a {
	font-style: normal;
	width: 116px;
	margin-left: 15px;
}
div#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menu_main ul li {
	width: 149px;
}
div#menu_main li a:hover {
	font-weight:bold;
}
div#menu_main ul li .selected {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003399;
	background-color: #E6F0FF;
}
