/*
Theme Name: belart 1
Author: BIG GmbH, Zürich
------------------------------------------------------------------------- */
* {
	margin: 0;
    padding: 0;
}
html { 
	background-image: url(imgs/bg.gif); 
	background-repeat: repeat-y; 
	background-position: center 0; 
	background-color: #eaeaea; height: 100%; margin: 0; 
}
body { 
	text-align: left; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	color: black; 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-style: normal; }
/* ---[ common elements ]--------------------- */
h1 { 
	color: #680d11; 
	font-size: 200%; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	padding: 0; 
	margin: 0; 
}
h2 { color: navy; font-size: 150%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-variant: small-caps; text-align: left; letter-spacing: 1px; padding: 0; margin: 0 0 1em; }
h3 { 
	color: navy; 
	font-size: 120%; 
	font-family: "Times New Roman", Times, Georgia, serif; 
	font-weight: bold; font-variant: small-caps; 
	text-decoration: none; 
}
h4, h5 { 
	margin: 1.5em 0 0; 
	font-size: 110%; 
	font-weight: normal; 
	color: navy; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}
h1 span, h2 span, h3 span {
	color: navy;
}
hr { 
	border-top: 1px dotted #680d11; 
}
ul { padding-left: 20px; }
li { }
div, p, img, a, td { font-size: 100%; }
/* ---[ links ]------------------------------- */
a, a:link { 
	text-decoration: none; 
	color: navy; 
}
a:visited { 
	color: navy; 
}
a:hover { 
	color: navy; 
	font-style: italic; 
	text-decoration: none; 
}
a:active { 
	color: navy;}
/* Special  formatting
------------------------------------------------------------------------------- */
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
#page { width: 1000px; text-align: left; margin: 0 auto; padding: 0; }
#sidebar { position: relative; left: 10px; width: 200px; float: left; }
#content { 
	margin-left: 220px; 
	padding-right: 10px; 
}
/* Header
------------------------------------------------------------------------- */
#header { 
	position: relative; 
	top: 0; 
	left: 0; 
	height: 150px; 
	width: 1000px; 
}
/*MENU
------------------------------------------------------------------------- */
.menu { color: navy; position:relative; z-index:1000; font-size:100%; font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
}
/* get rid of the table */
.menu table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.menu a, .menu a:visited { display:block; text-decoration:none; height:25px; line-height:25px; width:179px; color:navy; font-weight: bold; background:#ebc947; text-indent:5px; border-color: navy; border-style: solid; border-width:0 1px 1px 0; }
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:179px;}
/* style the link hover */
.menu a:hover{ color:#660000; font-style: italic; }
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:180px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
/* doolittle spezial
------------------------------------------------------------------------------- */
.inputbox { 
	border: solid 1px; 
	background-color : white; 
	margin-bottom: 3px; 
	color: navy; 
	font-size: 12px; 
	padding: 2px; 
}
.button {
	font-size: 13px;
	color: navy;
	border: solid 1px;
	margin-bottom: 0;
	background-color: #ededed;
	padding          : 2px;
	font-weight: bold;
}
#sprachen { color: black; }
#sprachen a { color: black; font-size: 12px; text-decoration: none; }
#sprachen ul {
	margin: 0;
	padding: 0;
}
#sprachen li {
	display:inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

