/********************************************************************************/
/***   THIS IS A GLOBAL.CSS WHICH IS USED BY ALL WEBSITES ****/
/********************************************************************************

file:   global.css
dev:    Holger Maerz
date:   23.06.2011
copyright: OnNet Europe, all rights reserved

******************************************************************************/
body,table {
    font-family: Tahoma, Arial, Verdana;
    font-size: 9pt;
}

body {
    color: #4D4D4D;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    line-height: 150%;
}

ul {
    margin: 0;
    padding: 0;
}

/* remove dotted border */
:link,:visited,:hover,:active,:focus {
    outline: none;
}

/**********************/
/*Content container
/***********************/
#page a#home {
    margin-left: 5em;
    line-height: 100%;
}

#page a#home img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#page .errors {
    color: red;
}

#twichlogo{
	/*background: url(/images/twitch/twitch_offline.png);
	width: 337px;
	height:170px;
	position: fixed;
    z-index: 9;
    top: 380px;
	right: 10px;
	*/
}

#twichlogo a{
	display: none;
	width: 337px;
	height:170px;
	position: fixed;
    z-index: 9;
    top: 380px;
	right: 10px;
	cursor: pointer;
}