/*
Theme Name: Mein erstes Template
Theme URI: http://www.schrott-schroeder.de
Description: "Mein erstes Template"
Version: 1.0
Author: Sascha Friedrich
Author URI: http://www.rouxit.de
License: GPL
*/



/* Begin Typography & Colors */
html, body {
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #F2F1F6;
	color: #333;
line-height: 18px;
	}

a{
text-decoration:none;
color: #FFFFFF;
}

a:hover{
text-decoration:underline; 
color: #FFFFFF;
}

page {
       text-align: left;
}

input, textarea {
 border: 1px solid black;
 width: 250px;
}

hr {
margin-top: 10px; 
margin-bottom: 10px;
color: #C0C0C0;
}
