/* ALLGEMEINES  -----------------------------------------------------------------------------------------------------------*/

body
{
	font-size: 0.9em;
	font-family: "Verdana", "Geneva", "sans-serif";
	background-color: #f7fefc;
	text-align: center;
}

li
{
	margin: 0 0 0 40px;
	padding: 0px 0px 0px 30px;
}
	
/* LINKS */

a:link		{color: #F71415;}
a:visited	{color: #7B7A86;}
a:active	{color: #FF0000;}
a:hover		{text-decoration: none;}

/* TITELBOXEN (das hier gilt für alle) ------------------------------------------------------------------------------------*/

#t
{
}
#t a:link	{text-decoration: none;}
#t a:visited	{}
#t a:active	{}
#t a:hover	{text-decoration: underline;}
#t img		{border: 0;word-spacing:o;}

/* BIGBOX (ist alles drinne) ----------------------------------------------------------------------------------------------*/

#bigbox
{
	margin: auto;
	width: 700px;

}

#voretc
{
	font-variant: uppercase;
	Word-spacing: 35px;

}

/* Andre Boxen für neue Optionen */

#bluebox
{
	position: relative;
	margin: auto;
	width: 700px;
	height: 350px;
	background-color: #3d84cc;
}

#blueboxsmall
{
	position: relative;
	margin: auto;
	width: 700px;
	height: 170px;
	background-color: #3d84cc;
}


#calbox
{
	width: 230px;
	position: relative;
	left: -225px;
	top: -270px;
	background-color: #FFFFFF;
}


#calboxsmall
{
	width: 230px;
	height: 150px;
	position: relative;
	left: -225px;
	top: -140px;
	background-color: #FFFFFF;
}

#blogbox
{
	width: 430px;
	height: 330px;
	position: relative;
	left: 125px;
	top: 10px;
	
	background-color: #FFFFFF;
}

#blogboxsmall
{
	width: 430px;
	height: 150px;
	position: relative;
	left: 125px;
	top: 10px;
	
	background-color: #FFFFFF;
}

/* ENDE -------------------------------------------------------------------------------------------------------------------*/

