body{
/*color: #111111;*/
border: 0;
font-size: 75%;
/*background-color: #f0e0ff;*/
}

.small{
	font-size: 83.33%;
}


#footer {
	font-size: 9px;
	letter-spacing: 0.2em;
}



.bildunterschrift {
color:blue;
}


th,
#nav{
	font-weight: 700;
	text-transform: uppercase;
}

html, body, input, select, textarea{ font-family: "Lucida Grande", Lucida, Geneva, Arial, sans-serif; }

pre, code, samp{ font-family: monaco, "Courier New", courier, monospace; }

a{
	color: #555555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	*border-left: 2px solid white;
	*border-right: 2px solid white;
	text-decoration: underline;
}

a:hover{
	color: white;
	border-left: 2px solid #555555;
	border-right: 2px solid #555555;
	text-decoration: none;
	background-color: #334455;
}

strong, b, h1, h2, h3, h4 { color: #222233; }

img, a img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
}

h1, h2{
line-height: 1.1em;
font-weight: 500;
}
h1, h5, h6{
text-transform: uppercase;
}

h1{
font-size: 2em;
margin-bottom: .793125em;
letter-spacing: 0.033em;
}

h2{
font-size: 1.25em;
margin-bottom: .66em;
line-height: 1.25em;
}

/*h3{
font-size: 1.75em;
margin-bottom: 0.5em;
font-weight: 500;
line-height: 1.25em;
}*/

h3{
font-size: 1.25em;
margin-bottom: 1.125em;
line-height: 1.25em;
}

h4{
font-size: 1.25em;
/*margin-bottom: 1.2857em;*/
line-height: 1.2857em;
}

h5, h6{
font-size: 1em;
font-weight: bold;
/*margin-bottom: 1em;*/
line-height: 1.5em;
}

p{
margin: 0 0 0.66em;
line-height: 1.33em;
}

hr{
border-width: 2px 0 0 0;
border-color: #555555;
border-style: solid;
margin-bottom: 1.5em;
}

caption{
font-weight: bold;
padding: .5em;
}

table{
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
}

th {
color: white;
text-align: left;
white-space: nowrap;
background-color: #555555;
}
/*tr{
border-top: 1px solid #334455;
}
tr:first-child{
border-top: 0;
}*/

th, td{
padding: .1em .5em;
line-height: 1.5em;
vertical-align: top;
/* border-left: 1px solid #555555; */
}
th:first-child,
td:first-child{
border-left: 0;
}

pre{
border: 1px solid #ccc;
margin: 0 0 1.5em;
padding: 1em;
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
/* white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

ul, ol{
margin: 0 0 1.5em 0em;
padding: 0;
line-height: 1.5em;
}

li {
	list-style-type: square;
}
#content li,
#tinymce li {
	list-style: none;
	list-style-type: none;
	background: white url("images/ndash.png") no-repeat 0 9px;
	padding-left: 20px;
	margin-bottom: 0.33em;
}

blockquote{
margin: 0 0 1.5em;
padding: 1em 1em .01em;
border: 1px solid #ccc;
}
blockquote p {
	margin-bottom: 1em;
}

dl{
margin: 0 0 1.5em;
line-height: 1.5em;
}

dt{
margin: 1.5em 0 0;
font-weight: bold;
}

dd{
margin: 0 0 0 3em;
}

abbr{ border-bottom: 1px dotted; }

fieldset{
margin: 0 0 1.5em;
border: 1px solid #ccc;
padding: 1em;
*padding-top: 0;
}

legend{
font-weight: bold;
*margin-bottom: 1em;
}

input, select, textarea, button{
font-size: 1em;
max-width: 100%;
vertical-align: middle;
}

textarea{ overflow: auto; }

input.button, button{
padding: 0 .5em;
}

input.text{}
input.button, button{}
input.checkbox{}
input.radio{}
input.file{}

/*=====================================
Utility Styles
=======================================*/

.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }
