/* basic elements */
/* {
        margin: 0;
        padding: 0;
}
*/

html {
         height: 101%;
}

body {
        /** font-family: Arial, Helvetica, sans-serif; **/
        font-family: comic sans ms,Helvetica,Verdana,Arial, sans-serif;
        background-color: #F0CCB7;
		/*background-color: #FFCC99;*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        color: #f7641e; 
        font-size: 18px;
        text-align: justify;
        margin-top: 0;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
}

h1, h2, h3, h4, h6{
        text-align: center;
}

h5 {
        font-size: 6px;
        font-weight: bold;
        text-align: center;
}

.subnaviMitButtons {
        background-color: #FFFFFF;
}

p.centered{
        text-align: center;
}

p.self_quoted{
        text-align: center;
        /*white-space:pre;*/
}

blockquote {
        text-align: center;
        /*color: #aa2526; */
		color: #910000;
}

ul{
        list-style-type: disc;
/**        padding: 10px; **/
        margin: 5px;
}


ul.ohne_listenzeichen{
        list-style-type: none;
        margin: 5px;
		text-align: center;
}

td {
        font-size: 18px;
}

a {
	text-decoration: none;
}

a:link{
	color:f7641e;
	border-bottom: 1px dotted #f7641e;
}

a:visited {
	color: #ff9966;
	border-bottom: 1px dotted #ff9966;
}

a:hover, a:focus {
	color: white;
	background-color: #f7641e;
	border-bottom: 1px solid #f7641e;
}

a:active {
	color: white;
	background-color: #f7641e;
}
