/*



File:			custom.css



Description:	Custom styles for the Neoclassical Theme that you define







Use:







The <body> tag has been appended with the "custom" class, like so: <body class="custom">.



You can use the "custom" class to overwrite *any* CSS declarations contained in this



theme's style.css file.







For example, if you wish to change the default link color to green, you would add the 



following declarations to this file:







	.custom a, .custom a:visited { color: #090; } <--- This makes links green



	



	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them







Why this works:







By using the "custom" class, you are creating more specific CSS declarations for HTML



elements. CSS styling is applied through rules of specificity, and because declarations



prepended with .custom are more specific, they get applied when the page is rendered!



*/



#twitter {

	left:105px;

	position:absolute;

	top:268px;

	}



.wichtig {



         -moz-border-radius: 10px;



         /*border: solid 1px #237fa1;*/



         background: #ffff99;



         margin: 10px;



         padding: 10px;



}



.custom #rotating_image img {



-moz-border-radius: 10px;



border:10px solid #EEEEEE;



display:block;





}



.custom .suche {

	text-align: center;		

	}

	

.custom #adsenseblock

{

	float: right;	

	padding: 50px 10px 0 0;

}



/* Startseite Template */



.custom #lasttips 

{

	-moz-background-clip:border;

	-moz-background-inline-policy:continuous;

	-moz-background-origin:padding;

	-moz-border-radius-bottomleft:10px;

	-moz-border-radius-bottomright:10px;

	-moz-border-radius-topleft:10px;

	-moz-border-radius-topright:10px;

	/*background:#FFFF99 none repeat scroll 0 0;*/

	margin: 10px;

	padding: 10px 10px 10px 15px;

	font-size: 1.3em;

	line-height: 1.53846em;

	border: #FFFF99 solid 2px;

}



.custom #lasttips h2 {

		padding:0px 0px 5px 0px;

}



.custom #content_inner { clear:both; }



.custom .flowerbutton { 

	margin: 0 5px -5px 0; 

}



/* Startseite Template end */



#googlesuche

{

	margin: 0 10px 30px 10px;

	font-size: 1.3em;

	line-height: 1.53846em;

}



#googlesuche h1

{

	padding: 0px !important;	

}



.feedburnerFeedBlock p.date{

	font-size:8px;

	margin: 0px;

}



.feedburnerFeedBlock div{

	border-bottom:1px solid #DDDDDD;

}



.alignleft{

	float: left;

	margin: 0 10px 3px 0;

}



h2.top {font-size: 16px;}



li span.snap_noshots {margin-left: 15px; }



div.yellowbox { background: #FFFF99; border: 1px solid #237FA1; padding: 10px; margin: 10px 0; -moz-border-radius:10px 10px 10px 10px; }

#likebox { margin: 5px 0; }
