/* Standard Stylesheet
www.pts-systemtechnik.de
Letzte Aenderung: 22.02.2008
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #3f3f3f url(../imgs/hg.gif) repeat-y center top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#portal dl a, #portal dl a:link {
	color:#fff;
	text-decoration: none;
}

#portal dl a:visited, #portal dl a:active {
	color: #fff;
	text-decoration: none;
}

#portal dl a:hover {
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 7px 0;
	clear: both;
	color:#FFFFFF;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 10px 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 10px;
}

h1 {
	font: bold 3em/1.5 verdana, helvetica, arial, sans-serif;
}
h1 span {
	display:none;
}
h2 {
	font: bold 2em/1.5 verdana, helvetica, arial, sans-serif;
}

h3 {
	font: bold 1.6em/1.5 verdana, helvetica, arial, sans-serif;
}

h4 {
	font: bold 1.3em/1.5 verdana, helvetica, arial, sans-serif;
}

/* Layout */
#drum {
	margin:0;
	background:url(../imgs/hg_over.gif) top repeat-x;
}

#wrapper {
	width:952px;
	margin:auto;
}
#logo {
	float:right;
	margin-bottom:2px;
}
#flash {
}
#trenner {
	height:30px;
	background:#606060;
	border-bottom:2px solid #606060;
	
}
#header {
	border-bottom:2px solid #606060;
}

#navi {

}

#content {
width:952px;
margin:0 auto;

}

#sidebar {
}

#footer {
}
#portal {
margin:0px;
width:530px;
float:left;
margin-top:30px;
}
#portal dl{
margin: 0;
margin-left:7px;
padding:0;
float:left;
width:172px;
height:180px;
border-top:3px solid #616162;
background:#616162 url(../imgs/hg_portal.jpg) top left no-repeat;
margin-top:0;

}

#portal p{
padding-left:10px;
padding-right:10px;
line-height:1.4em;
margin-top:0px;
padding-top:5px;
}
#portal .firstdl{
margin-left:0px;
}
#portal .lastdl{
margin-left:0px;
margin-top:15px;
width:530px;
height:135px;
background:#616162 url(../imgs/hg_portal.jpg) top left repeat-x;
}

#portal dd{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 0.85em;
padding: 0;
color:#FFFFFF;
}
#portal dt {
padding:0;
margin: 0;
/*background:#444444;*/
}
#portal dt span{
padding-left:10px;
padding-right:10px;
line-height:2.4em;
padding-top:15px;
}
#portal dt img{

}
#portal dl:hover {
background:#666666;
}


