/* ====================================
Stylesheet für www.glamhop.de

Datei: main.css
Stand: 03.03.2009
Designer: Daniel Klatsidis

Aufbau:	
 	1. Allgemeine Styles
 	2. Styles für Layoutbereiche
 	3. Klassen
	
/*=====================================
1. Allgemeine Styles
======================================*/

* {
	margin:0;
	padding:0;

}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: normal;
	color:#888888;
	background-color: #ffffff;
  
}

a {
	color:#4b4b4b;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#3e3e3e;
}

h1, h2, h3 {
	color:#26d2f5;
	background: transparent;
}

h1 {
	font-size: 1.0em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


/* Absatz und bei Bedarf auch li fÃ¼r Listenpunkte */

p, li {
	font-size: 0.7em;
}

/* Bei Bedarf kann ich die Schrift fÃ¼r P etwas dicker stellen fÃ¼r die Lesbarkeit */

p {
	line-height: 140&;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

/*=====================================
2. Styles für Layoutbereiche
======================================*/




#container {
	position: relative;
	width:700px;
	margin: 0 auto;
	padding-top:60px;
	
}

#text 	{
 	position: absolut;
	width:410px; 
	padding-left:175px;


}

#newsletter 	{
 	position: absolut;
	width:410px; 
	padding-left:175px;


}

#myspace 	{
 	display: block;  
	margin: 0px auto; 
 	padding: 0px 0px 0 18px; 
	width: 127px; 
}




/*=====================================
3. Klassen
======================================*/

.klein {
	font-size: x-small;
	
}

.name {
	color:#81ff05;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

a img {
  border:none;
}

nl {
  margin: 0px auto;
}

liste {
  list-style-type:none;
}
