5/*****************************
File: base.css
*****************************
initial author: XXXXX XXXX
last editor: XXXXX XXXX
firstVersion: xx.xx.xxxx
lastVersion: xx.xx.xxxx
****************************/

/*****************************
FileStructure of base.css
*****************************
- 1.0 FontZone
1.1 Titles
1.2 Paragraphs
1.3 TextBtn
- 2.0 ColorZone
2.1 ColorDefinitions
- 3.0 Table
- 4.0 Form
******************************/ 

* {
  margin: 0; 
  padding: 0;
  }

html, body {
	margin: 0 auto;
	height:100%; /* IE */ 
	min-height:100%; /* Browser */ 
	}

body {
	text-align:left;
	font: 12px/17px Verdana, Helvetica, sans-serif;
	color:#555;
	background:#000;
	background-image:url(http://www.dolbyabsurddesign.de/images/dad_bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	height:100%;
	}

#wrapper {
		position:relative;
		top:200px;
		margin: 0px auto 0 auto;
		background-image:url(http://www.dolbyabsurddesign.de/images/content_bg.png);
		background-repeat:no-repeat;
		height:70%;
		width:900px;
		}

#about {
		position:relative;
		text-align:center;
		top:0px;
		left:0px;
		padding-top:10px;
		background-color:none;
		height:234px;
		width:260px;
		float:left;
		}

#name {
		position:relative;
		top:0px;
		left:0px;
		background-color:none;
		height:244px;
		width:146px;
		float:left;
		}

#daten {
		position:relative;
		top:0px;
		left:0px;
		text-align:left;
		background-color:none;
		height:244px;
		width:416px;
		float:left;
		}

#myspace {
		position:relative;
		top:0px;
		left:0px;
		background-color:none;
		height:244px;
		width:78px;
		float:left;
		}
		
#msp {
	position:absolute;
	bottom:110px;
	right:20px;
	width:78px;
	height:27px;
	}
		
#leiste {
		position:absolute;
		text-align:center;
		top:-35px;
		left:645px;
		color:#2c2c2c;
		background-color:none;
		height:28px;
		width:272px;
		}
		
/* Formatierungen */

a:link {
	font: 8px;
	font-weight:normal;
	color: #4169E1;
	text-decoration:none;
	}
	
a:visited {
	font: 8px;
	font-weight:normal;
	color: #4169E1;
	}

a:FOCUS,
a:HOVER,
a:ACTIVE {
	font-weight:normal;
	color: #4169E1;
	text-decoration:underline;
	}
	
li {
	list-style-image: url(http://www.dolbyabsurddesign.de/images/listtype.png);
}

a img {
	border:0;
}
