/* Uplus GmbH Webseite +++++++++++++++++++++++++++++++++++*/
/* Styles die für alle Seiten gelten, inklusive Starseite*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/design/startseite/starts_kopf-hochschnitt.gif);
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	background-position: left top;
	background-repeat: repeat-x;
}

div#main {
	width: 980px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin: 0px auto;
	padding:0px;
	border:0px;
	text-align:left;
}

div#kopf 
{
	width: 980px;
	height: 154px;
	text-align: left;
	padding: 0px;
	border:0px;
	margin: 0px;
}


	


/*allgemeine Links ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
	color: #666666;
	text-decoration: underline; /* Link ist unterstrichen, ist aber auch so immer unterstrichen*/
}

a:hover {
	color: #e2001a;
}



/* Schriften +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1 {
	font-size: 16px; color: #e2001a 
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px; color: #e2001a 
}
h4 {
	font-size: 12px;
}

.s { font-size:10px; }
.m { font-size:12px; }
.l { font-size:14px; }
.xl{ font-size:16px; }
.xxl{ font-size:18px; }


.grau {
	color: #818181;
}


.rot {
	color: #e2001a;
}

.sw{color: #333333;}


/* News */
.titel3 {color:green;}
#archiv_link {
	font-size:10px; margin-top:1px; display:block; z-index:9999;
}


