/* ***************************************************
 *
 * Formatdefinition für www.ho-theater.de
 *
 * Stand: 15.05.2011 (GK)
 *
 *************************************************** */

html, body 
	{
		/*height: 100%;*/
		width: 100%;
		background-color: black;
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		font-variant: normal;
		color: black;
		text-align: left; /* horizontal centering for IE Win quirks */
		line-height: 1.3em;
	}

#container
	{
		/*height: 100%;*/
		width: 720px;
		border-right: 1px white;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

header
	{
		margin: 0px;
		padding: 0px;
	}
	
footer
	{
		font-size:10px;
		text-align: center;
		color: white;
	}
	
#logo
	{
		width: 345px;
		float: left;
		padding-top: 40px;
		/*padding-left: 5px;*/
		background-color: black;
	}

nav
	{
		width: 375px;
		float: right;
		background-color: #EEEEEE;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
	
ul
	{
		margin: 0px;
		padding-top: 3px;
		padding-right: 7px;
		padding-bottom: 3px;
		list-style: none;
		text-align: right;
		font-size: 10px;
		line-height: 1.4em;
	}
	
#unlink
	{
		padding: 3px;
	}

#seperator_top
	{
		width: 720px;
		height: 12px;
		clear: both;
		background-color: darkorange;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
	}
	
#seperator_bottom
	{
		width: 720px;
		height: 12px;
		clear: both;
		background-color: darkorange;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		
	}
	
#main
	{
		width: 720px;
		margin: 0px;
		padding: 0px;
	}

table
	{
		width: 720px;
		table-layout: fixed;
		border-width: 0px;
		border-style: solid;
		border-collapse: collapse;
	}

#td_1	{	width: 120px; background: #FFC167; padding: 0px; margin:0px; }
#td_2	{	width: 120px; background: #FFC167; padding: 0px; margin:0px; }
#td_3	{	width: 105px; background: #FFC167; padding: 0px; margin:0px; }
#td_4	{	width:  15px; background: #EEEEEE; padding: 0px; margin:0px; }
#td_5	{	width: 120px; padding: 0px; margin:0px; }
#td_6	{	width: 120px; padding: 0px; margin:0px; }
#td_7	{	width: 120px; padding: 0px; margin:0px; }

td.left
	{
		margin: 0px;
		padding-left: 10px;
		padding-right: 5px;
		background: #FFC167;
		border-width: 0px;
		border-style: solid;
		vertical-align: top;
		text-align: right;
	}

td.mid
	{
		margin: 0px;
		background: #EEEEEE;
		vertical-align: top;
		text-align: center;
	}

td.right
	{
		margin: 0px;
		padding-left: 5px;
		padding-right: 10px;
		vertical-align: top;
		text-align: left;
		color: white;
	}
	
img
	{
		margin: 0px;
		padding: 0px;
		border: none;
	}
	

/*facebook*/
#fb {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 15px;
	top: 15px;

}

/* don't use just "a" !*/
/*
a:link { text-decoration:none; font-weight:normal; color:#999999; }
a:visited { text-decoration:none; font-weight:normal; color:#999999; }
a:hover { text-decoration:none; font-weight:normal; color:#000000; background:#FFFFFF;}
a:active { text-decoration:none; font-weight:normal; color:#EEBB99; }
*/

a.nav:link { text-decoration:none; font-weight:normal; color:#999999; padding: 3px; }
a.nav:visited { text-decoration:none; font-weight:normal; color:#999999; padding: 3px; }
a.nav:hover { text-decoration: none; font-weight:normal; color:#000000; background:darkorange; padding: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.nav:active { text-decoration:none; font-weight:normal; color:#000000; background:#FFC167; padding: 3px; }

a.text:link { text-decoration:none; font-weight:normal; color:#999999; padding: 2px; }
a.text:visited { text-decoration:none; font-weight:normal; color:#999999; padding: 2px; }
a.text:hover { text-decoration:none; font-weight:normal; color:#000000; background:#FFFFFF; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.text:active { text-decoration:none; font-weight:normal; color:#000000; background:#999999; padding: 2px; }

a.img:link { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.img:visited { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.img:hover { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.img:active { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }

a.symb:link { text-decoration:none; font-weight:normal; color:#999999; background:#EEEEEE; }
a.symb:visited { text-decoration:none; font-weight:normal; color:#999999; background:#EEEEEE; }
a.symb:hover { text-decoration:none; font-weight:normal; color:#000000; background:#EEEEEE; }
a.symb:active { text-decoration:none; font-weight:normal; color:#999999; background:#EEEEEE; }

a.fancybox:link { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.fancybox:visited { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.fancybox:hover { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }
a.fancybox:active { text-decoration:none; font-weight:normal; color:#000000; background:#000000; }



#textbody {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#textbody_bold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#textbody_white {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#textbody_bold_white {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#textbody_bold_urgent {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #FF0000; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#textbody_meat {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFC167; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}


#linktext {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}


#microhead {FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#microhead_read {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#microhead_white {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}

#monster {
	FONT-WEIGHT: normal; FONT-SIZE: 50px; letter-spacing:-0.04em; word-spacing:-0.06em; COLOR: #999999; FONT-FAMILY: verdana, helvetica, arial, sans-serif
}





/* ***************************************************
 *
 * eof
 *
 *************************************************** */

