/* Mitteilungsformular

kultredakteur.info
CSS für Mozilla Browser
style.css

Andreas Johann Lücke

*/

body {
	background-color: #b47273;
	border: none;
	text-decoration: none;
	margin-top: 0;
	margin-left: 130px;
	position: relative;
	}
	
	

div#head {
	margin-top: 0;
	margin-left: 0;
	border: none;
	width: 763px;
	height: 110px;
	}

div.mainkontakt {
	background-image: url(bgmail.gif);
	margin-top: 0;
	margin-left: 0;
	border-width:1px;
	border-color: #984b43; 
	border-style: solid;
	width: 761px;
	height: 650px;
	font-family: Verdana, Arial;
	color: #984b43; 
	font-size: 0.9em;
	}

div#antwort {
	background-image: url(bgmail.gif);
	margin-top: 120px;
	margin-left: 220px;
	padding-top: 50px;
	padding-left: 0;
	border-width:1px;
	border-color: #984b43; 
	border-style: solid;
	width: 800px;
	height: 400px;
	font-family: Verdana, Arial;
	color: #984b43; 
	font-size: 0.8em;
	}

h1, h2 {
	font-size : 18px;
	margin-left: 115px;
	margin-right: auto;
	letter-spacing: 3px;
	color: #944f40;
	text-decoration : none;
	}

small#klein {
	font-family: Verdana, Arial;
	color: #984b43; 
	font-size: 0.8em;
	}
	
p {
	margin-left: 0;
	margin-right: auto;
	}

p.meldung {
	font-weight: bold;
	color: #944f40;
	}
	
div.startlink {
	margin-top: -7px;
	margin-left: 290px;
	}

a:link {
	color : #944f40;
	text-decoration : dotted;
	}

a:visited {
	color : #944f40;
	text-decoration : dotted;
	}

a:active {
	color : #944f40;
	text-decoration : dotted;
}

a:hover {
	color : #944f40;
	text-decoration : underline;
	}

table {
	border-width: 0;
	width: 400px;
	margin-top: 15px;
	margin-left: 95px;
	margin-right: auto;
	}

td {
	text-align: left;
	padding-top: 0;
	padding-bottom: 2px;
	}

.td_text {
	width: 180px;
	}

.td_form {
	width: 180px;
}

form {
	display: inline;
	}

input {
	font-size: 12px;
	background-color: #fceef4;
	color: #944f40;
	margin-left: 150px;
	}
		
input.feld {
	width: 145%;
	}

input#zaehler {
	width: 33px;
	border-width: 0px;
	text-align: left;
	background-color: #fceef4;
	color: #1a891a;
	font-size: 10px;
	cursor: e-resize;
	}

.button {
	width: 40%;
	font-weight: bold;
	}

textarea {
	font-size: 12px;
	background-color: #fceef4;
	color: #944f40;
	width: 220px;
	height: 80px;
	margin-left: -5px;
	}

span.markiert {
	color: #CC0000;
	font-weight: bold;
}

span.unterstrichen {
	text-decoration: dotted;
	}

span.default_cursor {
	cursor: default;
	}
	
/* Menü Navigation */
	
a.menu {
	display: inline;
	margin: 0;
	text-align: center;
	width: 70px;
	float: left;
   border-style: outset;
   border-width: 1px;
   padding: 0;
   text-decoration: none;
   font-family: Verdana, Arial;
   font-size: 8pt;}

a.menu:link { 
	color: #b47273;
	background-color: #fdf4f9;
	}
	
a.menu:visited {
	color: #c47273;
	background-color: #fdf4f9;
	}
	
a.menu:hover { 
	color: #fdf4f9;
	background-color:#b47273;
	}
a.menu:active { 
	color:#c47273;
	background-color:#fdf4f9;
	}