/*
*                  PsP @ Force-Net
*                default  Stylesheet
*                   Stand 03 2008
*/

/* BODY STYLE */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #302D2D;
  color: #000000;
  font-size: 11px;
  text-align: left;
  margin: 0;
  padding: 25;
}

/* Header */
#header {
	background-color: #9F9FA7;
  background-image: url('psp.gif');
  background-repeat: no-repeat;
  background-position: center;
	padding: 5 5 5 5;
	border-top: 2px solid #FF3300;
	border-bottom: 2px solid #FF3300;
  border-left: 2px solid #FF3300;
	border-right: 2px solid #FF3300;
	height: 300px;
  text-align: center;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
}

/* Fusszeile */
#Fusszeile {
	background-color: #9F9FA7;
	border-bottom: 2px solid #FF3300;
  border-left: 2px solid #FF3300;
	border-right: 2px solid #FF3300;
	text-align: center;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
}

#footerbanner {
	background-color: #9F9FA7;
  padding: 5px;
	border-bottom: 2px solid #FF3300;
	text-align: center;
}

#copy {
	padding: 8px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 11px;
	color: #505053;
	font-family:Arial, Helvetica, sans-serif;
}

#bannermenu {
  background-color: #909095;
  background-image: url('back.jpg');
  background-repeat: no-repeat;
  background-position: center;
	text-align:center;
  margin: 46 0 0 0;
 	font-size: 11px;
	color: #E1E1E2;
  width: 342px;
  height: 193px;
  border: 2px solid #909095;
	font-family:Arial, Helvetica, sans-serif;
  overflow:auto;
}

a:link, a:visited {
	color: #FCFCFC; 
  text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;	
  text-decoration: none;
	font-weight: bold;
}
/* Top */
#topmenu {
  background-image: url('psp.jpg');
  background-repeat: no-repeat;
  background-position: center;
	padding: 0;
	margin: 20 10 10 10;
	border: 0;
	height: 260px;
  width: 600px;
  text-align: center;
}

#banner {
  background-image: url('forcenet.gif');
  background-repeat: no-repeat;
  background-position: center;
	padding: 0;
	margin: 20 10 10 10;
	border: 0;
	height: 62px;
  width: 436px;
  text-align: center;
}

/* Haupt Rahmen */
#HauptRahmen {
  background-color: #9F9FA7;
  margin: 0;
  padding: 10px;
  border-bottom: 2px solid #FF3300;
  border-left: 2px solid #FF3300;
	border-right: 2px solid #FF3300;
  text-align: center;
  overflow: auto;

}

#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:#FF3300;
  padding:5;
  text-align:justify;
}

