/* * normal.css * Stylesheet - reiki ( http://www.osb.at/ ) *  * by atomicboy / http://www.atomicboy.tv/ * * @version	2008-12-30 * @author	Carina Lacher <carina.lacher@atomicboy.tv> */body	{		font-family: Arial, Helvetica, sans-serif; 		color:#000;		background-color:#46056c;		margin-top:0px;		margin-left:0px;		margin-right:0px;		margin-bottom:0px;		padding-top:0px;		padding-left:0px;		padding-right:0px;		padding-bottom:0px;	}div	{		margin-top:0px;		margin-left:0px;		margin-right:0px;		margin-bottom:0px;		padding-top:0px;		padding-left:0px;		padding-right:0px;		padding-bottom:0px;	}/*____________________________________________ div-tag __________________________________________________________________*/div.all
	{
		width:830px;
		/*height:600px;*/
		margin-left:auto;	
		margin-right:auto;
		margin-top:20px;
		background-color:#ffd4ff;	
		background-image:url(images/lila_bg.jpg);
		background-repeat:repeat-y;
		padding:0;
		margin-bottom:0;
	}
	
div.menu
	{
		background-color:#39045c;	
		border-top:1px solid #39045c;
		background-image:url(images/menu_bottom.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:10px;
	}
	
div.left
	{
		float:left;
		width:166px;
		background-image:url(images/left_bg.jpg);
		min-height:549px;
	}
	
div.banner
	{
		float:left;
		width:169px;
	}
	
div.right

	{
		float:left;
		width:495px;
	}

div.footer

	{
		background-image:url(images/footer3.jpg);
		background-repeat:no-repeat;
		width:832px;
		height:119px;
		margin-top:0px;
		padding:0;
	}
	
	
div.content
	{
		background-color:#ffd4ff;	
		padding:10px;
	}	
	
	
/*____________________________________________ font-tags __________________________________________________________________*/	

h1
	{
		font-size:120%;	
		color:#200A2E;
	}	
	
h2
	{
		font-size:100%;	
		color:#200A2E;
	}	
	
p.seminare
	{
		font-size:75%;	
	}

span.zitat
	{font-size:80%;}
/*____________________________________________ img-tag __________________________________________________________________*/

img
	{
		margin:0;
		padding:0;	
	}

/*____________________________________________ link-tags __________________________________________________________________*/

a
	{
		color:#200A2E;	
	}
	

div.menu a 
	{
		color:#d9a2f7;	
		text-decoration:none;
	}
	
div.menu a:hover 
	{
		color:#fff;	
		text-decoration:underline;
	}

div.content a:hover
	{
		font-weight:bold;	
	}
/*____________________________________________ list-tag __________________________________________________________________*/

ul
	{
		list-style-type:none;	
	}
	
li
	{
		padding-bottom:10px;	
	}
