/* Standard-CSS für sven-samesch.de/index.html */

body {
  	overflow-y:scroll;
	background-color: #a2baba;
	margin:0;
	padding:0;
}

#page_margins {
  margin:0 auto;
  padding:20px 40px;
  text-align:center;
  width:900px;
  }
#page{
	text-align:left;
	margin:0;
	padding:0;
	width:900px;
	height:551px;
	position:relative;
  }
	#page table{
		width:734px;
		border-collapse:collapse;
		margin-bottom:0;
		border: 0px none #a2baba;
		float:left;
	}
	#page table td{border: 0px none #a2baba;}
#content{float:right; width:150px; padding:385px 0 0 10px;}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a, a:link, a:visited{
	color: #000066;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
a:active, a:hover, a:focus{	color: #000066; text-decoration: underline;}
a img{border: 0px none #FFFFFF;}
