/* Stylesheet für anja-struck.de */



/* ==================================================
   1. Kalibrierung und allgemeine Styles
   ================================================== */

* { padding: 0; margin: 0; }

body {
	color: #606166;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 30px;
	color: #a7a9b2;
	font-weight: bold;
}

a { 
text-decoration: none; 
outline: none; }
a:link { color: #535353; }
a:visited { color: #aaa; }

a:hover, a:focus {
color: #bc0a18;
}

a:active {
color: bc0a18; 
}



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

#wrapper {
	color: black;
	background-color: white;
	width: 901px;
	height: 582px;
	margin: 30px auto 0 auto;
}

#content {
	color: black;
	background-color: white;
	width: 901px;
	height: 582px;
}



/* ==================================================
   3. Sonstige Styles
   ================================================== */
