/*
 *  Sehr allgemeine Einstellungen
 */
img		{ border:0; }
table	{ border:0; }



/*
 *  Site-spezifisch
 */
body {
	font-family: "Trebuchet MS", Arial, "sans serif";
	margin: 0;
	font-size: 85%;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", "Times, serif";
	font-weight: normal;
}

a					{ color:#4E7BBC; }
a:hover				{ text-decoration:none;  }



#wrap 				{ margin:0 auto; padding: 5px; width: 770px; }
#wrap p				{ color: #555; }
#wrap h1			{ font-size: 2.5em; line-height: 1em; }


#logo 				{ border:0; }
#logo .tagline      { font-size:1.5em; }

#eyecatcher 		{ margin:10px 0 20px 0; }


#navigation			{ margin-bottom:30px; }
#navigation a		{ font-size:130%; text-decoration:none; color:#666; font-weight:bold; }
#navigation a:hover	{ text-decoration:underline; color: #4E7BBC; }


#content			{}
#content h1	a		{ text-decoration:none; color:#000; }
#content h1 a:hover	{ text-decoration:underline; color:#4E7BBC; }

.tleft				{ width:280px; }
.tright				{ width:500px; color:#555; }
.tright h1			{ color:#000; }


#footer				{ text-align:center; color:#555; border-top:1px solid #999; padding:3px; margin-top:30px; }

.left				{ float:left;  width: 250px;  margin:0 30px 0 0; vertical-align:top; padding-top:0;}
.right	 			{ width:500px; margin-left:280px; }

.orange				{ color:#4E7BBC; }

.plainhref			{ text-decoration:none; color:#555; }

.box                { border:1px solid #999; padding:3px; background-color:#fc3; color:#333; }


