/* Fromm typo.css - Version: 08.05.2010 09:42 */
/* Erst mal was allgemeines und übergreifend */

body {
    font: 80% tahoma, verdana, arial, sans-serif;
    line-height: 1.3em;
/** color: #7B7B7B; */
    color: #111111;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 12px 0px;
	color: #196781;
}

h1 {
    font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	border-bottom: #3d597a 1px dotted;
	margin-top: 10px;
}

/* Text Formatierung */
p, blockquote, ul, ol, dl {
	margin-top: 4px;
	margin-bottom: 4px;
}

.seminar {
	margin-left: 4px;
}

.text1 {
	text-align: center;
	color: #FFF;
	font-size: 90%;
}

.text1 a {
	color: #FFF;
    text-decoration: none;
}

.text2 {
	text-align: center;
	font-size: 90%;
	background-color: #FFF;
	padding: 4px;
}

.text3 {
	text-align: left;
	color: #FFF;
	font-size: 80%;
}

.text3 a {
    text-decoration: none;
	color: #FFF;
}

/* Listen und Links */
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.6em;
}

a {
	color: #196781;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	display: block;
	width: 146px;
	height: 24px;
	padding: 12px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

.link3 {
	padding-left: 14px;
	background: url(./common/weiter1.gif) no-repeat left center;
	font-weight: bold;
}

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/* Hintergrund der Buttons für Navigation  */
.button_01 { background: url(./common/button_01.jpg) no-repeat left top; }
.button_02 { background: url(./common/button_02.jpg) no-repeat left top; }
.button_03 { background: url(./common/button_03.jpg) no-repeat left top; }
.button_04 { background: url(./common/button_04.jpg) no-repeat left top; }
.button_05 { background: url(./common/button_05.jpg) no-repeat left top; }
.button_06 { background: url(./common/button_06.jpg) no-repeat left top; }


/* Dies & Das */
.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.red {
    font-weight: bold;
    font-style: italic;
    color: #9c905d;
}

.initial {
    float:      left;
    width:      30px;
    height:     64px;
	color:      #196781;
    font-weight: bold;
    font-size:  24px;
    margin-top:  8px;
    margin-right: 2px;
}

input, select, textarea {
    font: 98% tahoma, verdana, arial, sans-serif;
    color: #7B7B7B;
}

