/*  
Theme Name: Janosch Newsletter
Theme URI: http://www.perlschwarz.de
Version: 1.0
Author: Jonas Temmen
*/



/* Begin Typography & Colors */






a img {
	border: none;
	}

/* End Various Tags & Classes*/



/**MINE**/

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	color:#7AC2BB;
	padding:0px;
	margin:0px;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
	padding:0px;
}
body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
}
#header{
	height:65px;
	text-align:right;
	padding-top:110px;
}
#outter{
	position:absolute;
	width:752px;
	left:50%;
	margin-left:-375px;
	margin-top:20px;
	margin-bottom:50px;
}
#inner{
	border:1px solid black;
}
#newsl_img{
	margin-right:82px;
}
/* Begin Sidebar */
#sidebar
{
	float:left;
	width:180px;
	margin-left:20px;
}
#sidebar h3{
	color:#7AC2BB;
	font-weight:bold;
	letter-spacing:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

input[type=text]:focus {
	border: 1px solid black;
	background:white;
}
#s, #email{
	border: 1px dotted black;
	background: transparent;
	width:150px;
}
#s:focus, #email:focus{
	border: 1px solid black;
	background: transparent;
	width:150px;
}
#content{
	float:right;
	margin-right:20px;
	margin-left:20px;
	margin-top:9px;
	width:480px;
}

a:link{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:black;
	text-decoration:none;
}
a:visited{
	color:black;
	text-decoration:underline;
}

h2 a:link{
	font-size:34px;
	color:#7AC2BB;
	text-decoration:none;
}
h2 a:hover{
	font-size:34px;
	color:#7AC2BB;
	text-decoration:underline;
}
h2 a:visited{
	font-size:34px;
	color:#7AC2BB;
	text-decoration:none;
}
.navigation{
}
.navigation .alignleft{
display:inline;
}

.navigation .alignright{
display:inline;
}
