/* *** www.butterwegge.de/ *** */

/* allgemeine Formatierungen */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	background-color: #e0e0e0;
	background-image: url('grey.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: center;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

a:hover {
	text-decoration: underline; 	
	font-weight: bold;
	color: #f00;
}

p, li {
	font-size: 0.9em;
	color: #000;
	background: transparent;
	line-height: 180%;
	margin: 0 0 2em 1em;
}

h1 {
	font-size:1.8em;
	font-weight: normal;
	margin-bottom: 1.8em;
}

h2 {
	font-size:1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

/* Seitenabschnitte */

#main {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#content, #header {
	background: #fff;
	color: #000;
	margin: 16px;
	border: 1px solid #000; 
}

#header {
	height: 225px;
}

#headercaption {
	float: right;
	height: 205px;
	width: 520px;
}

#headercaption h1 {
	margin: 80px 16px 0 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
}

#content {
	padding: 16px;
}

#mainmenu {
	float: right;
	height: 20px;
	width: 520px;
	background-image: url('stripes2.png');
	background-repeat: repeat;
}

#mainmenu ul {
	padding: 0 16px 0 0;
	margin: 0;
	float: right;
}
			
#mainmenu ul li {
	float: left;
	display: block;
	padding: 0px 0 0 12px;
}

#mainmenu ul li a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;

}

#mainmenu ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0;
}

#portrait {
	float: left;
}

p.footer {
	color: #666;
}

p.footer a, p.footer a:link, p.footer a:visited {
	color: #333;
}


/* Formulare */

input#submit {
	width: 4em;
	border: 0.1em solid #900;
	background: #cc9;
	font-weight: bold;
	color: #900;
}

input#submit:hover {
	color: #f00;
	background: #ddddaa;
	border-color: #f00;
}

.zeile {
	background: #ffc;
	color: #900;
	font-weight: bold;
	margin: 0 1em 0 1em;
	padding: 0;
	border: 0.1em solid #ffc;
	border-bottom: 0.1em solid #900;
}

.zeile:hover {
	border: 0.1em dotted #f00;
	border-bottom: 0.1em solid #f00;
}

.zeile:focus {
	color: #f00;
	border: 0.1em solid #f00;
}

.srButtons  {
	margin: 1em 0 0 2em;
	padding: 0;
	text-align: left;
}

.srButtons input {
	width: 12em;
	border: 0.1em solid #900;
	margin: 0 0 0.4em 0;
	background: #cc9;
	font-weight: bold;
	color: #900;
}

.srButtons input:hover {
	color: #f00;
	background: #ddddaa;
	border-color: #f00;
}

.small {
	font-size:0.8em;
}

.box {
	background-color: #ffc;
	border: 0.2em solid #cc9;
	margin: 1em 1em;
	padding: 1em 0 1em 1em;
	clear: both;
}

.box p {
	margin: 0 0 0.4em 0;
}

/* SMS-Formular */

#sendform {
}

#sendform textarea {
	margin: 0.4em 0 0 2em;
	background: #fff;
	border: 0.1em solid #900;
}

.inp {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
}


.label {
	float: left;
	clear: both;
	width: 14em;
	text-align: left;
	padding-top: 3px;
	border: 0px solid red;
}

.button {
 	clear: both;
 	background: #ccc;
	font-size: 0.8em;
	padding: 0 4px 0 4px;
	width: 10em;
}

#msg {
	color: #000;
	background: #6c6;
	font-family: Fixedsys, "Courier New", Courier, monospace;
}

#handydisplay {
	margin-left: 14em;
}

#handydisplay input {
	background-color: #ffc;
	border: 1px solid #ffc;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	width: 20em;
}

.fehler {
 	color: #c00;
	font-weight: bold;
}

/* Link-Liste */

#linklist li {
	line-height: 100%;
}

#linklist li a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border: 0;
}

#linklist li a strong {
	font-weight: bold;
	text-decoration: none;
	color: #900;
}

#linklist li a:hover strong {
	font-weight: bold;
	text-decoration: underline;
	color: #f00;
}

/* spezielle Elemente */
#moreLinks {
	display: none;
}

#bottomHomeLink {
	text-align: right;
	margin: 4em 0 0 0;
	font-size: 0.8em;
}

#bottomHomeLink a, #bottomHomeLink a:link, #bottomHomeLink a:visited {
	padding-top: 1em;
}

#fillOutLink {
	cursor: help;
}

.aImg {
	border-bottom: 0 !important;
}


#album {
	text-align: center;
}

#album h3 {
	text-align: right;
	color: #cc9;
	border-bottom: 0.2em solid #cc9;
}

#album img {
	border: 0px dotted #cc9;
	margin-top: 1em;
}

#spamAlert {
	background: #900;
	color: #fff;
	border: 0.2em solid #cc9;
	padding: 0 1em 1em 1em;
}

#spamAlert p{
	color: #fff;
}
