*{
	border:none;
	margin:0;
	padding:0;
}

body{
	background-color:#C7C7C7;
	color:#333333;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

input.button:hover,
input.button:active,
input.button:focus,
input.text:hover,
input.text:active,
input.text:focus{
	background-color:#FAFAD6;
}{
	background-color:#FAFAD6;
}

label{
	cursor:pointer;
}

h2{
	font-size:1.2em;
	padding:5px;
}

p{
	margin:10px 0;
}

ul{
	list-style:none;
}

/* ID */
#header{
	background-color:#000000;
	height:100px;
}
#header div{
	background:#000000 url('../images/header_unterschriften.jpg') no-repeat top left;
	height:100px;
	margin:0 auto;
	width:700px;
}

#base{
	margin:0 auto;
	padding:0 0 30px 0;
	width:700px;
}

/* CLASS */
div.thumbnail{
	float:left;
	margin:10px 30px 10px 0;
}
div.thumbnail p{
	margin:3px 0;
}

div.functions{
	clear:both;
	background-color:#E8E8E8;
	border:1px solid #F2F2F2;
	padding:5px;
	text-align:center;
}

/* buttons */
input.button{
	background-color:#E8E8E8;
	border:1px solid #CCCCCC;
	cursor:pointer;
	font-size:1em;
	padding:3px 5px;
}
input.text{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size:1em;
	padding:3px 5px;
	width:250px;
}

/* language list */
#language_list{
	background-color:#E8E8E8;
	display:block;
	height:24px;
	width:100%;
}
#language_list li{
	float:left;
	margin:5px;
}
#language_list img{
	height:11px;
	width:16px;
}


/* tables */
table.form{
	background-color:#E8E8E8;
	width:100%;
}
table.form th{
	background-color:#CC0000;
	color:#FFFFFF;
}
table.form td{
	padding:10px;
}
table.form input{
	display:block;
}

/* misc */
div.counter{
	color:#CC0000;
	font-size:1.2em;
}
div.error{
	color:#CC0000;
}
.clear{
	clear:both;
}

