/*
 * Combined style sheet for the index pages and the slide pages.
 */

/********** Definition, die immer gelten *********************/

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #BF4646;
}

a:hover {
	text-decoration: underline;
	color: #FF0000
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}


/********* Style for all ... *********/

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #DF992F;
         margin-top:15px;
         margin-left:15px;
         padding:0;
	background-color: #7B2420;
}

h1 {
	font-size: 30px;
	font-weight: bold;
         color: #7B2420;
}

td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
         padding: 10;
         vertical-align: top;
}


/********* style classes *********/

.comment {
	color: yellow;

}
.note {
	color: #7B2420;
}
/* Ausrichtung der Icons und Text bei der Navigation */
.navi {
         vertical-align: middle;
         border-width:0;
}


/********* style id's *********/

table#design {
	border-width: 0;
         border-style: solid;
         margin: 0;
         border-spacing: 0;
         width: 100%;
}

td#headerline {
	background-color: #DF992F;
         vertical-align: middle;
}
