/* ////////////////////////////////////////// */
/* General Styles */
/* ////////////////////////////////////////// */
html			{	width: 100%; height: 100%; margin: 0;  }
body			{	width: 100%; height: 100%; font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000; margin: 0; background: url('../img/bg.jpg'); background-attachment: fixed }
hr 				{	border-top: 1px dashed #000; border-right: 0; border-left: 0; border-bottom: 0; height: 1px; margin: 20px 0; clear: both }
p 				{	margin: 5px 0 20px 0 }
textarea		{	background: #fff; font-size: 11px }
input			{	font-size: 12px }
input.email		{	width: 120px; border: 1px solid #000;  }
input.submit	{	background: #000; color: #fff; border: 0; padding: 2px 5px }
img				{	border: 0 }
table			{	font-size: 12px; color: #000 }
form			{	margin: 0 }
.border			{	border: 1px solid #000 }
.left 			{	float: left; margin-right: 10px }
.right			{	float: right; margin-left: 10px }
.center			{	text-align: center }
.gotcha			{	display: none; visibility: hidden }
.big 			{	font-size: 1.5em }
.small			{	font-size: 12px; margin: 0; }
.info			{	background: #f9f6ab; border: 1px solid #cfcc70; color: #000; padding: 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.cleaner		{	clear: both }
.color			{	color: #f97db8 }
a				{	color: #000 }


/* ////////////////////////////////////////// */
/* Fonts */ 
/* ////////////////////////////////////////// */
h1						{	font-size: 60px; color: #000; }
h2						{	font-size: 30px;  }
#top h1					{	font-size: 30px; font-weight: normal; margin: 2px 0 -15px 40px }
#top h2					{	font-size: 50px; padding-bottom: 2px }
h3						{	font-size: 14px; background: #f97db8; color: #fff; padding: 3px 5px; margin-top: 30px }
h4						{	border-bottom: 1px dotted #999 }


/* ////////////////////////////////////////// */
/* Layout */ 
/* ////////////////////////////////////////// */
/*
#global_ALT 	{	position: relative; width: 970px; margin: 0 auto; text-align: left; }
#main_ALT	 	{	width: 100%; background: #000; margin: 0; padding-bottom: 170px; border: 1px solid transparent; z-index: 50 }
*/

#global			{	width: 100%; text-align: center }
#main 			{	position: relative; width: 970px; margin: 0 auto; text-align: center;  }
#top, #sites	{	position: relative; width: 970px; text-align: left; background: #fff; padding: 20px; opacity: .8; filter: alpha(opacity=80); -moz-opacity: .8;  -moz-border-radius: 20px; -khtml-border-radius: 20px; }
html:not([hackattack]) #top {width: 930px}  /* FIREFOX HACK */
html:not([hackattack]) #sites {width: 930px}  /* FIREFOX HACK */
#top	 		{	top: 100px;  }
#top p	 		{	margin: 0;  }
#sites	 		{	top: 150px; margin-bottom: 170px }
#footer	 		{	position: relative; left: 0; color: #fff !important; padding-bottom: 20px;  }

#logo	 		{	position: absolute; top: 0; left: 0 }

#sites .beschreibung				{	float: right; width: 500px; margin-top: 5px  }
#sites .beschreibung .projekte 		{	font-size: 12px; margin-top: 40px  }
#sites .beschreibung .projekte p	{	margin-top: -18px  }
#sites .beschreibung span			{	float: left; width: 80px;   }


/* ////////////////////////////////////////// */
/* Checkform */
/* ////////////////////////////////////////// */
.LV_valid 						{	padding-left: 5px;  }
.LV_invalid 					{	color: red; font-size: 1px; display: none }
.LV_valid_field 				{	border: 2px solid #fff !important }
.LV_invalid_field 				{	border: 2px solid red !important; color: red }

/* ////////////////////////////////////////// */
/* Combined Stats */
/* ////////////////////////////////////////// */

#stats	{	position: absolute; top: 50px; right: -20px }

.subscriberStats{
	height:35px;
	padding:5px;
	width:220px;
}

.socialIcon{
	float:left;
	height:32px;
	width:32px;
}

a img{
	border:none;
}

.subscriberCount{
	border-bottom:1px dotted #CCCCCC;
	color:#999999;
	float:left;
	font-size:28px;
	line-height:32px;
	margin-right:10px;
}
