/* Links:*/
a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:none;
}
a:active {
	color:#0066CC;
	text-decoration:underline;
}
a:focus {
	color:#0066CC;
	text-decoration:underline;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
	background: url(images/background.png);
}
#container {
	width:1024px;
	/* Zeile oberhalb hatte 800 Pixel,derzeitige Homepagegroesse 1024 X 768 (1024+2 Randpixel = 1026 u. somit 1026 X 770 mit Rand) */
	/* height:768px;
	*/
	height:768px;
	/*height:855px; ist der alte Wert und ist fuer den Platz des MIT-Logo im Header*/
	/*A!!*/
	margin:20px auto;
	border:1px solid #000;
	background-color:#FFF;
}
/* Container-CLASSES - wird nicht verwendet */
.zentriert {
	text-align:center;
}
#header {
	height:75px;
	/*height:162px; ist der alte Wert und ist fuer den Platz des MIT-Logo im Header*/
	background-color:#FFF;
	/*background-color:#F5F5F5; entspricht 'nem Grauton - alt*/
	/* alter Farbwert:#44443F */
}
#content {
	background-color:#FFF;
	margin-left:205px;
	/*margin-bottom:643px;
	*/
}
#box_left {
	float:left;
	width: 205px;
	/* Zeile oberhalb hatte 180 Pixel in der Breite */
}
#footer {
	clear:both;
	height:35px;
	/* Zeile oberhalb hatte 30 Pixel... */
	background-color:#F5F5F5;
	/* alter Farbwert:#64635D */
	font-size:10px;
}
p {
	margin: 0;
}
/* -------------------- */
/* Button-Bereich */
/* -------------------- */
a.button {
	background:url(images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:9px; /*14*/
	text-decoration:none;
	width:191px;
	/* -------------------- */
	/* Button-Schrift */
	/* -------------------- */
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a:hover.button {
	color: #0066CC;
}
/* -------------------- */
/* Button-CLASSES */
/* -------------------- */
.aktuelles {
	background:url(images/) no-repeat 10px 8px;/*aktuelles.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.portrait {
	background:url(images/) no-repeat 10px 8px;/*portrait.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.service {
	background:url(images/) no-repeat 10px 8px;/*service.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.kunden {
	background:url(images/) no-repeat 10px 8px;/*kunden.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.partner {
	background:url(images/) no-repeat 10px 8px;/*partner.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.produkte {
	background:url(images/) no-repeat 10px 8px;/*produkte.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.shop {
	background:url(images/) no-repeat 10px 8px;/*shop.gif*/
	text-indent:30px;
	text-align:left;
	display:block;
}
.kontakt_msg {
	background:url(images/) no-repeat 10px 8px;/*kontakt_msg.gif*/
	text-indent:30px;
	text-align:left;
	display: block;
}
.lustiges {
	background:url(images/) no-repeat 10px 8px;
	text-indent:30px;
	text-align:left;
	display: block;
}
.AVIRA_ALERTS_PANEL_TEST {
	/*background:url(images/.gif) no-repeat 10px 8px;
	*/
	/*text-indent:30px;
	*/
	text-align:middle;
	display:block;
}
/* -------------------- */
/* Placeholder-Bereich */
/* -------------------- */
a.placeholder {
	background:url(images/avira_back.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:274px;
	/*line-height:29px;
	*/
	line-height:15px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	/* -------------------- */
	/* Placeholder-Schrift */
	/* -------------------- */
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a:hover.placeholder {
	color: #555555;
}
/* -------------------- */
/* Placeholder-CLASSES */
/* -------------------- */
.AVIRA_AP {
	/*background:url(images/.gif) no-repeat 10px 8px;
	*/
	/*text-indent:30px;
	*/
	text-align:middle;
	display:block;
}
/* -------------------- */
/* TOOLTIPS */
#tool_con {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:80px;
	width:260px;
}
#tool_con_02 {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:480px;
	width: 260px;
}
/* ---------------------------------------------------------------------- */
.tooltips-gray {
	background:#606060;
	/*alter Farbwert:#444444 bzw. 606060 (oberhalb)*/
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
}
.tooltips-gray div {
	background:url(images/tips_gray.png) left bottom no-repeat;
	padding-top:4px;
	height: 18px;
}
/* ---------------------------------------------------------------------- */
.style1 {
				border-width: 0px;
}
.style4 {
				font-size: small;
}
.style5 {
				font-size: x-small;
				text-decoration: underline;
}
.style6 {
				font-weight: normal;
}
.style7 {
				font-size: x-small;
}
.style8 {
				font-size: small;
				text-decoration: underline;
}
.style9 {
				font-size: larger;
}