/* Feelin GmbH - CSS MAIN FILE */
/* CREATED BY Turbo D3 GmbH - SSM */
/* LAST UPDATE: 27.09.2004 */

/* BODY */
body {
    background-color: #FFFFFF;
    margin: 0px;
	 overflow: scroll;
}

/* DEFAULT GLOBAL FONTS */
p,h1,h2,h3,h4,td,b,i,u,li,input,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* SPECIAL HEAD */
.texthead {
    font-size: 16px;
    font-weight: bold;
}

/* LINK SUBCLASSES */
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:link {
    color: #0000FF;
	text-decoration: none;
}

a:visited {
    color: #999999;
	text-decoration: none;
}

a:hover {
    color: #0000FF;
	text-decoration: underline;
}

a:active {
    color: #0000FF;
	text-decoration: none;
}

a:focus {   
    color: #0000FF;
	text-decoration: none;
}

/* FORM STYLES */
.inputform {
    border: solid #000000 1px;
    width: 280px;
}

.submitform {
    border: solid #000000 1px;
    width: 100px;
    background-color: #FFFFFF;
}

/* PRESS ARCHIVE */
.timestamp {
	background-image: url(../img/press/presse_bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 11px;
}

.filedownload {
	background-image: url(../img/press/Download_Icon_orange.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0 0 15px 30px;
}