/* ====================================
Stylesheet für www.sexandthecity-nights.de

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

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

* {
	margin:0;
	padding:0;

}

body {
	font-family: Arial, sans-serif;
	font-size: normal;
	color:#507184;
	background-color: #406eaf;
  
}

a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:12px
}

a:hover {
	color:#000;
}

h1, h2, h3 {
	color:#000;
	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.8em;
}

/* 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
======================================*/


#intro {
	position: relative;
	width:768px;
	height:768px;
	margin: 0 auto;
	
}

#container {
	position: relative;
	width:1024px;
	margin: 0 auto;
	
}

#text 	{
 	position: relative;
	float:right
	width:512px; 
	heigt:150px;
	text-align:center;
	margin-top:10px;
	
}

#formular 	{
 	position: absolut;
	width:512px; 
	heigt:600px;
	margin-top:-450px;
	margin-left:299px;
}
/*=====================================
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;
}

/*=====================================
.transparent {
	border-color: black; 
	background-color: transparent;
	}
======================================*/
