/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif, 'Lucida Grande';
	background: #FFFFFF;
	color: #000000;
	text-align: center;
}

.page {
	background-color: white;
	text-align: left;
}

#content {
	font-size: 1.2em;
	float: right;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
  line-height: 1.5em;
}

h1 {
	font-size: 1.6em;
	text-align: left;
	color: #401E96;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

#sidebar h2 {
	font-size: 1.2em;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

input, textarea, select {
	border: 1px solid #C0C0C0;
}

#content ul {
	list-style-type: none;
	list-style-image: none;
}

#content li {
	padding-left: 14px;
	display: block;
	background: url(img/icon_fs_text.gif) no-repeat;
	margin: 10px 0;
}

a {
  text-decoration: underline;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

.page {
	margin: 0;
	padding: 0;
	width: 772px;
	float: left;
	background: #FFFFFF url(img/pagebg.gif) repeat-y;
}

.post {
	margin: 0pt 0pt 20px;
	padding: 20px 10px 0pt;
}

#header {
	width: 579px;
	height: 65px;
	background: url(img/header.jpg) no-repeat;
	float: right;
	border-right: 1px solid #B8C1CF;
	border-bottom: 1px solid #B8C1CF;
}

.narrowcolumn {
	float: left;
	width: 579px;
}

#footer {
	margin: 0;
	padding: 0;
	float: left;
	width: 771px;
	clear: both;
	background: #FFFFFF url(img/pagebg.gif) repeat-y;
	border-right: 1px solid #B8C1CF;
}

#footer #footercontent {
	padding: 4px 0;
	width: 578px;
	float: right;
	background-image:url(img/fz_bg.gif);
	background-repeat:repeat-x;
	border-left: 1px solid #B8C1CF;
	font-size: 0.9em;
}

#blau a, #blau a:hover, #blau a:visited, #blau strong, #blau b, #blau strong {
	color:#401E96;
	font-weight:bold;
}

#rot li {
	background: url(img/icon_text_rot.gif) no-repeat;
}

#rot a, #rot a:hover, #rot a:visited, #rot strong, #rot b, #rot strong {
	color:#D62E17;
	font-weight:bold;
}
/* End Structure */

/*Menu*/
#menu {
	float: left;
	width: 578px;
	background: url(img/menubg.gif) repeat-x;
	height: 20px;
	border-left: 1px solid #B8C1CF;
	border-top: 1px solid #B8C1CF;
	margin-top: 8px;
	font-size: 1.1em;
	font-weight: bold;
}

#menu ul li a {
	display: block;
	padding: 3px 5px 2px 5px;
	color: blue;
}

#menu ul li {
	float: left;
	list-style-type: none;
}

#menu ul .page-item-9 a {
	color: #DA3F79;
}

#menu ul .page-item-2 a {
	color: #568A87;
}

#menu ul .page-item-7 a {
	color: #CB7F4D;
}

#menu ul .page-item-8 a {
	color: #401E96;
}

#menu ul .page-item-10 a {
	color: #D62E17;
}
/*End Menu*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Sidebar */
#sidebar {
	width: 192px;
	float: left;
}

#sidebar a {
  text-decoration: none;
  color: #000000;
}

#sidebar a:hover {
  text-decoration: underline;
}

#headerleft {
	height: 161px;
}

#sidebarcontent {
	padding-left: 11px;
}

#sidebarinnercontent {
	border-top: 1px solid #B8C1CF;
	padding: 15px 10px 15px 10px;
	background: url(img/men_bg.gif) repeat-y left;
}

#sidebarpost {
	font-size: 1.2em;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

/* Begin Navigation */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Navigation */	

/* Begin Contactform */
.button {
	background-color: #DFDFDF;
	border: 1px solid;
	border-color: #297394 #000000 #000000 #297394;
}

#submitelement {
	text-align: right;
	margin-right: 6em;
	margin-top: 2em;
}

#submitbutton {
	margin-left: 1em;
}
/* End Contactform */

/* End Various Tags & Classes*/

/* Braun start */
.templbraun a, .templbraun a:visited, .templbraun a:hover, .templbraun #sidebar a:hover, .templbraun b, .templbraun strong, .templbraun h1, .templbraun h2, .templbraun h3 {
	color: #CB7F4D;
}
/* Braun end */

/* Lila start */
.templlila a, .templlila a:visited, .templlila a:hover, .templlila #sidebar a:hover, .templlila b, .templlila strong, .templlila h1, .templlila h2, .templlila h3 {
	color: #401E96;
}
/* Lila end */

/* Green start */
.templgreen a, .templgreen a:visited, .templgreen a:hover, .templgreen #sidebar a:hover, .templgreen b, .templgreen strong, .templgreen h1, .templgreen h2, .templgreen h3 {
	color: #568A87;
}
/* Green end */

/* Rot start */
.templrot a, .templrot a:visited, .templrot a:hover, .templrot #sidebar a:hover, .templrot b, .templrot strong, .templrot h1, .templrot h2, .templrot h3 {
	color: #D62E17;
}

.templrot #content .post li {
	background: url(img/icon_text_rot.gif) no-repeat;
}
/* Rot end */

/* Pink start */
.templpink a, .templpink a:visited, .templpink a:hover, .templpink #sidebar a:hover, .templpink b, .templpink strong, .templpink h1, .templpink h2, .templpink h3 {
	color: #DA3F79;
}
/* Pink end */
