<style type="text/css">

a
{
	text-decoration:underline;	
	/* Crimson */
	color: #DC143C;
}

a.content
{
	font-size : 10pt;
	/* Crimson */
	color: #DC143C;
}

a.bild
{
	font-size : 10pt;
	text-decoration: none;
	/* Crimson */
	color: #DC143C;
}

a.content_klein
{
	font-size : 8pt;
	/* Crimson */
	color: #DC143C;
}

a.language
{
	font-size : 8pt;
	/* Crimson */
	color: #DC143C;
}

a.dreilanguage{
	border-top: #FFF 1px dotted; /* Farbe und Art des oberen Rands */
	padding-top: 2px;
	border-left: #FFF 1px dotted; /* linker Rand */
	padding-left: 2px;
	border-bottom: #FFF 1px dotted; /* unterer Rand */
	padding-bottom: 2px;
	border-right: #FFF 1px dotted; /* rechter Rand */
	padding-right: 2px;
}


a.dreilanguage:hover{
/* hier werden die Farben der entsprechenden Ränder genau umgekehrt, damit beim Überfahren mit der Maus ein eingedrückter Effekt entsteht. */
border-bottom: #DC143C 1px solid;
border-right: #DC143C 1px solid;
border-top: #DC143C 1px solid;
border-left: #DC143C 1px solid;
/* Um den Effekt des Eindrückens zu verstärken wird auch der Text durch verändern des Innenabstands um 1 Pixel verrückt */
padding: 2px 2px 2px 2px;
}

a.menu
{
	font-family: Verdana, Helvetica, sans-serif; 
	/* FireBrick 
	color: #B22222;
	*/
	/* Crimson */
	color: #DC143C;
	
	/* border: 2px solid #DC143C; */
	text-decoration: none;	
	
	/*background-color: #EEEEEE;*/
	/* dotted, dashed, solid 	*/
	border-top: 1px solid #DC143C;
	padding-top: 3px;
	border-left: 1px solid #DC143C;
	padding-left: 3px;
	border-right: 1px solid #DC143C;
	padding-right: 3px;
	border-bottom: 1px solid #DC143C;
	padding-bottom: 3px;
	
	font-size : 12pt;
	line-height: 35px;
	/*font-weight:bold;*/
}

a.dreidbutton{
color: #FFF;
display: block;
width: 80px;
background: #8b0000 url(button_bg.gif) top repeat-x;
padding: 10px 15px;
text-align: left;
border-top: #FFF 2px solid; /* Farbe und Art des oberen Rands */
border-left: #FFF 2px solid; /* linker Rand */
border-bottom: #FFF 2px solid; /* unterer Rand */
border-right: #FFF 2px solid; /* rechter Rand */
font-family: Tahoma;
font-size: 0.9em;
text-decoration: none;
font-weight: bold;
}

a.dreidbutton:hover{
/* hier werden die Farben der entsprechenden Ränder genau umgekehrt, damit beim Überfahren mit der Maus ein eingedrückter Effekt entsteht. */
border-bottom: #DC143C 2px solid;
border-right: #DC143C 2px solid;
border-top: #DC143C 2px solid;
border-left: #DC143C 2px solid;
/* Um den Effekt des Eindrückens zu verstärken wird auch der Text durch verändern des Innenabstands um 1 Pixel verrückt */
padding: 11px 14px 9px 16px;
}

a.dreidbutton:active{
border-bottom: #DC143C 2px solid;
border-right: #DC143C 2px solid;
border-top: #DC143C 2px solid;
border-left: #DC143C 2px solid;
padding: 11px 14px 9px 16px;
}


/* --------------- Menüpunkte mit Bildern -------------------------- */
a.menu_home{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/home_on.jpg);
}
a.menu_home:hover { background-image:url(images/menu2/home_off.jpg); }

a.menu_products{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/products_on.jpg);
}
a.menu_products:hover { background-image:url(images/menu2/products_off.jpg); }

a.menu_pokertv{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/pokertv_on.jpg);
}
a.menu_pokertv:hover { background-image:url(images/menu2/pokertv_off.jpg); }

a.menu_projects{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/projects_on.jpg);
}
a.menu_projects:hover { background-image:url(images/menu2/projects_off.jpg); }

a.menu_media{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/media_on.jpg);
}
a.menu_media:hover { background-image:url(images/menu2/media_off.jpg); }

a.menu_jobs{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/jobs_on.jpg);
}
a.menu_jobs:hover { background-image:url(images/menu2/jobs_off.jpg); }

a.menu_contact{
	display:block; width:160px; height:48px;
	background-image:url(images/menu2/contact_on.jpg);
}
a.menu_contact:hover { background-image:url(images/menu2/contact_off.jpg); }


/* --------------- Allgemein -------------------------- */
a.menu_footer
{
	color: #DC143C;
	font-size : 8pt;
	line-height: 20px;
}

BODY
{
	text-decoration: none; 
	font-family: Verdana, Helvetica, sans-serif; 
	color: #000000;
}

IMG
{
	border:0;
}

/*  -------------------------------- CONTENT  ----------------------------------- */
TABLE.content
{
	width:900px;
	height:400px;
	background-color:#0a0a0a;
	background-color:#FFFFFF;
	/*
	padding: 1em;
	background-image:url('images/menu.jpg');
	background-repeat:no-repeat;
	*/
}

table.content td {
	text-align: left;
	border-right:2px;
	padding:1em; 
}


DIV.mid
{
	margin-left: -350px;
	position: absolute;
	left: 40%;
	/* 
	width: 700px;
	visibility: visible;
	*/
}


DIV.full
{
	margin-left: 35px;
	position: absolute;
	/*left: 20%;*/
	width: 100%;
	visibility: visible;
}

DIV.title
{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:30px;
	background-image:url('images/bg_title.jpg');
	background-repeat:no-repeat;
}

/*  -------------------------------- FONTS  ----------------------------------- */

span.font_headline
{
	/* text-align: center; */
	/* font-family: Verdana, Helvetica, sans-serif; */
	text-align: left;
	font-size:12pt;
	/*font-style:italic;*/
	font-weight:bold;
	line-height: 30px;
}

span.font_headline_2
{
	text-align: left;
	font-size:11pt;
	font-weight:bold;
	line-height: 20px;
}

span.font_content
{
	font-size:10pt;
	line-height: 18px;
}

span.font_press
{
	font-size:8pt;
	line-height: 18px;
	font-style:italic;
}

span.font_presse_title
{
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
}

span.font_about_arendus_question
{
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	line-height: 120%;
}

span.font_products
{
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
}


</style>