/* Paarberatung */

/* Allgemein */
body {
	background: #fff9e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a { color: #333333; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
h1,h2,h3 { font-size: 11px; font-weight: bold; line-height: 14px; }

h1,h2,h3 { margin-bottom: 13px; }
p { margin-bottom: 10px; line-height: 14px; }

/* Klassen */
.grid { display:inline-block; float: left; }
.hidden { display: none; }
.clear { clear: both; display: block; overflow: hidden;	visibility: hidden;	width: 0; height: 0; }
.center { margin-left: auto; margin-right: auto; width: 700px; }
.autosize { width: auto !important; }
.halfbox { width: 280px; margin-right: 10px; }
.padLeft50 { padding-left: 50px; }
.padLeft60 { padding-left: 60px; }
.padLeft155 { padding-left: 155px; }

/* Container */
#content { width: 580px; margin-top: 20px; }

/* Listen */
li { margin-bottom: 10px; list-style-type: circle; list-style-position: outside; margin-left: 15px; }

/* Kontakformular */
input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 260px; }
textarea { height: 100px; }
