/* Contact me - (c) webmaster-inside.net - style.css */

/* Über die folgenden Angaben können Sie das Aussehen Ihres Kontaktformulars ändern */
/* Die StyleSheets können beliebig ergänzt werden */

/* ALLGEMEINES */

body {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background: #FFFFFF;
}

/* ÜBERSCHRIFTEN */

h1 {
	font-size : 14px;
	text-align: left;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #33cc33;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000
}

/* Alle links */

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

a.kategorie {
	font-size: 12px;	
; font-family: Arial, Helvetica, sans-serif; text-decoration: none
}


/* Link normal */

A:link {
	color : #000000;
	text-decoration : none;
}

/* Besuchter Link */

A:visited {
	color : #000000;
	text-decoration : none;
}

/* Aktiver Link */

A:active {
	color : #000000;
	text-decoration : none;
}

/* Link bei Mausber&uuml;hrung */

A:hover {
	color : #000000;
	text-decoration : underline;
}

A.navi {
	color : #000000;
	text-decoration : none;
	padding: 3px;
	font-size:12px;
}
A.navi:hover {
	color : #ffffff;
	text-decoration : none;
	background-color: #33cc33;
	padding: 3px;
	font-size:12px;
}
A.navi_active {
	color : #ffffff;
	text-decoration : none;
	padding: 3px;
	background-color: #33cc33;
	font-size:12px;
}

A.navi2 {
	color : #000000;
	text-decoration : none;
	padding: 3px;
}
A.navi2:hover {
	color : #ffffff;
	text-decoration : none;
	background-color: #33cc33;
	padding: 3px;
}
A.navi2_active {
	color : #ffffff;
	text-decoration : none;
	padding: 3px;
	background-color: #33cc33; 
}


.td_text {
width: 150px;
}

.td_form {
width: 200px;
}

/* Form-Tag */

form {
	display: inline;
}

/* Eingabefelder und Button */

input {
	size: 100px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
}

/* Zeichenzähler */

.counter {
	width: 50px;
	border-width: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

.button {
	width: 40%;
	font-weight: bold;
}

/* Eingabefeld für Nachricht */

textarea {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	height: 120px;
}

/* Jörgs eigene */

.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000000;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}


p {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal
}


