html {
overflow: -moz-scrollbars-vertical;
width: 100%;
height: 100%;
}

#nav ul li.menu-first {
display: none; /* Startseite unsichtbar - nur für show_menu2 */
}

#nav ul li ul li.menu-first {
display: block; /* Start-Unterseite sichtbar - nur für show_menu2 */
}

#nav ul li ul li ul {
display: none; /* 3. Ebene unsichtbar - nur für show_menu2 */
}

body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-stretch: normal;
margin: 0px;
padding: 0px;
border: 0px;
background-color: #FFFFFF;
background-attachment: scroll;
background-image: url(http://www.twizzart.at/media/grafik/code_grau.gif);
background-repeat: repeat-x;
background-position: center 45px;
}

#hauptcontainer {
z-index: 2;
vertical-align: top;
width: 920px;
height: auto;
top: 0px;
border: 0px solid #000000;
padding: 0px 0px 15px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
/*
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(http://www.twizzart.at/media/grafik/code_grau.gif);
	background-repeat: repeat-x;
	background-position: center 40px;
*/
}

#content {
z-index: 3;
width: 640px;
padding: 0px;
border: 0px solid #000000;
margin: 120px 0px 0px 0px;
font-size: 0.75em;
color: #555555;
}

#content ul {
list-style-image: url(http://www.twizzart.at/media/grafik/bullet_stern.gif);
font-size: 12px;
line-height: 14px;
padding: 0px;
margin-left: 20px;
margin-top: 0.25em;
margin-bottom: 0.25em;
color: #555555;
}

#subcontent {
z-index: 3;
vertical-align: top;
padding: 0px 15px 0px;
margin: 0px;
width: 210px;
color: #555555;
background-image: url(http://www.twizzart.at/media/grafik/hg_subcontent.gif);
/*
&nbsp;filter:Alpha(opacity=50, finishopacity=50, style=0);
*/
background-repeat: repeat;
border-top: 0px solid #DDDDDD;
border-right: 1px dotted #CCCCCC;
border-bottom: 0px solid #DDDDDD;
border-left: 1px dotted #CCCCCC;
}

#subcontent h1  {font-family: Tahoma, Geneva, sans-serif; font-size: 18px; text-align: right; margin-top: 0.7em; margin-bottom: 0.0em; padding: 0px; border: 0px; text-transform: lowercase;}
#subcontent h2  {font-family: Tahoma, Geneva, sans-serif; font-size: 16px; text-align: right; margin-top: 0.7em; margin-bottom: 0.0em; padding: 0px; border: 0px;}
#subcontent h3  {font-family: Tahoma, Geneva, sans-serif; font-size: 14px; text-align: right; margin-top: 0.7em; margin-bottom: 0.0em; padding: 0px; border: 0px;}

#subcontent p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin-top: 0.25em;
margin-bottom: 0.0em;
}

#subcontent ul {
list-style-type: none;
list-style-position: outside;
margin-top: -0.7em;
margin-left: 0px;
margin-bottom: 0.0em;
padding-left: 0px;
}

#subcontent li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
text-indent: 0.0em;
margin-top: 0.5em;
margin-left: 0.0em;
margin-bottom: 0.5em;
padding-bottom: 3px;
}

#rechtsunten {
z-index: 3;
vertical-align: top;
padding: 0px;
margin: 0px;
width: 270px;
font-size: 0.7em;
color: #AAAAAA;
border: 0px;
clear: right;
text-align: right;
float: right;
}

#footer {
z-index: 3;
vertical-align: top;
top: 0px;
padding: 0px;
border: 0px;
clear: both;
text-align: center;
margin: 0px;
color: #AAAAAA;
width: 640px;
list-style-type: none;
/*
(Disappearing List-Background)
http://www.positioniseverything.net/explorer/ie-listbug.html
*/
position: relative; /* Fix the Stupid IE6 Bug */
}

#footer p {
font-size: 0.7em;
}

#footer ul li a { display: block; padding: 0px; margin: 0px; border: 0px solid #000000; font-size: 0.7em;}

.login {
z-index: 3;
vertical-align: top;
top: 0px;
padding: 0px;
border: 0px;
clear: both;
text-align: center;
margin: 0px;
font-size: 0.7em;
color: #AAAAAA;
list-style-type: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {
width: 640px;
height: 20px;
display: block;
margin: 0px;
padding-top: 5px;
border: 0px solid #000000;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
list-style-type: none;
margin: 0px;
padding: 0px;
}

/* Header menu */	 
#header_menu { margin: 0px; padding: 0px;}
ul#header_menu  {z-index: 5;}

#nav {
height: auto;
border: 0px;
margin: 0px; 
padding: 0px;
}

#nav ul {
list-style-type: none;
border: 0px;
margin: 0px; 
padding: 0px;
width: auto;
/*
(Disappearing List-Background)
http://www.positioniseverything.net/explorer/ie-listbug.html


*/
position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {float: left; font-weight: bold; padding-bottom: 0px;}
#nav ul li a {display: block; padding: 3px 0px 3px 0px; margin-right: 20px; border: 0px solid #000000; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: bold; text-transform: lowercase; }

/* Root Level Link Formatting */
#nav ul li a:hover { color: #882200;}
#nav li a:focus { color: #882200;}
#nav li a:active, #nav ul li a.active { color: #882200;}

/* Current page Customisations*/
#nav li.menu-current a {color: #882200;}
#nav li ul li.menu-current a {color: #882200;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 170px; margin: 0px; padding-bottom: 5px; display: none; border-top: 0px solid #DDDDDD; font-size: 100%;
background-image: url(http://www.twizzart.at/media/grafik/transparent_weiss.png);}
#nav .menu li ul li {text-align: left; font-size: 12px; font-weight: normal; line-height: 1.5em; margin: 0px; padding: 0px;}
#nav .menu li ul a {width: 150px; display: block; padding: 0px 9px 0px 9px; font-size: 12px; font-weight: normal; color: #CC6600;
border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-bottom: 0px solid #DDDDDD;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
color: #882200;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.medium {
font-size: 0.7em;;
}

.discreet {
visibility: hidden;
height: 1px;
margin: 0px; 
padding: 0px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #AAAAAA;
text-align: left;
}

.logo  {
font-family: Tahoma, Geneva, sans-serif;
font-size: 20px;
font-weight: normal;
color: #882200;
margin-top: 0.7em;
margin-bottom: 0.0em;
padding: 0px;
border: 0px;
}

.nr_description {
visibility: hidden;
height: 1px;
margin: 0px; 
padding: 0px;
}

.newsreader {
border: 0px;
margin: 0px; 
padding: 0px;
}

.newsreader h2 {
visibility: hidden;
height: 1px;
margin: 0px; 
padding: 0px;
}

.newsreader img {
visibility: hidden;
height: 1px;
float: right;
height: 0px;
border: 0px;
margin: 0px; 
padding: 0px;
}

th {
font-weight: strong;
color: #882200;
margin-top: 0.5em;
margin-bottom: 0.5em; 
}

td {
margin-top: 0.5em;
margin-bottom: 0.5em; 
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 1.4em;
margin-top: 0.75em;
margin-bottom: 0.75em;
}


/* Page Headings */

h1 {
background-color: #FFFFFF;
font-size: 20px; 
font-family: Tahoma, Geneva, sans-serif;
color: #882200;
font-weight: normal;
text-transform: lowercase;
line-height: 20px;
margin-right: 10px;
margin-bottom: 20px;
padding-left: 8px;
padding-bottom: 4px;
border-top: 0px dotted #CCCCCC;
border-left: 1px solid #882200;
border-right: 0px dotted #CCCCCC;
border-bottom: 1px solid #882200;
}

h2 {
background-color: #FFFFFF;
font-size: 18px; 
font-family: Tahoma, Geneva, sans-serif;
color: #882200;
font-weight: normal;
text-transform: lowercase;
margin-right: 10px;
margin-bottom: 20px;
padding-left: 1px;
padding-bottom: 2px;
border-top: 0px dotted #CCCCCC;
border-left: 0px solid #882200;
border-right: 0px dotted #CCCCCC;
border-bottom: 1px solid #882200;
}

h3, h4, h5, h6 {
font-family: Tahoma, Geneva, sans-serif;
color: #882200; line-height: 1.0em; font-weight: normal; margin-top: 1.0em; margin-bottom: 0.75em; padding: 0px;
}

h3  	{font-size: 14px; font-weight: bold;}
h4  	{font-size: 14px;}
h5  	{font-size: 13px;}
h6  	{font-size: 12px;}

a {
color: #CC6600;
text-decoration: none;
border: 0px;
margin: 0px; 
padding: 0px;
}

a:hover {
color: #882200;
text-decoration: underline;
}

a:active {
color: #882200;
text-decoration: underline;
}

hr {
margin-top: 10px;
clear: both;
background-color: #FFFFFF;
color: #FFFFFF;
border-top: 1px dotted #CCCCCC;
border-left: 0px dotted #CCCCCC;
padding: 0px;
height: 0px;
}

ul {
margin-left: 35px;
padding-left: 0px;
}

li {
margin-top: 0.75em;
margin-bottom: 0.75em;
padding: 0px;
}

#printfooter {
display: none;
}

.submit {
width: 90px; 
color: #999999;
}

.submit:hover {
color: #782118;
cursor: pointer;
}
