/* Standard-CSS für tnt */

/* Wichtige Farben
graublau hell = #C1D1E1
graublau dunkel = #69699D
Gelb =       #FFCC00
Rot =        #E2001A
*/

a:link{
	color : #FD6003;
	text-decoration : underline;
	font-weight: bold;
}

a:visited{
	color : #FD6003;
	text-decoration : underline;
	font-weight: bold;
}

a:hover{
	color : #333333;
	text-decoration : underline;
	font-weight: bold;
}

a:focus{
	color : #FD6003;
	text-decoration : underline;
	font-weight: bold;
}

a.button{
	text-decoration : none;
}

body{
	background : #FFFFFF;
	font : 13px Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 18px;
	color: #333333;
	margin: 0;
}
p{
	margin: 0;
}
.base {
	width: 850px;
	border: 1px solid #FD6003;
	background-color: #FFFFFF;
	height: 100%;
}
.content {
	/*background-color: #FFFFFF;*/
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.content p {
	margin-bottom: 10;
}
.content_img_right {
	margin-left: 12px;
	margin-bottom: 2px;
	margin-top: 1px;
	margin-right: 0px;
}
.content_img_left {
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-top: 1px;

}
.navi{
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
.navi a:link{
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
}

.navi a:visited{
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
}

.navi a:hover{
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
}

.navi a:focus{
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: bold;
}


/************************************/
/* Container                        */
/************************************/ 


#base {
	width: 850px;
	border: 1px solid #FD6003;
	background-color: #FFFFFF;
	height: 100%;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

#footer {
	width: 850px;
	background-color: #FFFFFF;
	height: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	position: relative;
	margin:0px auto;
}





/************************************/
/* Footer                           */
/************************************/ 


.footertext {
	background-color: #FF0000;
	margin: 8px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.headline01 {
	font-size: 18px;
	color: #FD6003;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}
.headline02 {
	font-size: 16px;
	font-weight: bold;
}
.subline01 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
	line-height: 22px;
}
.subline02 {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 0px;
	padding-bottom: 3px;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 0px;
}
li {
	padding-bottom: 7px;
	line-height: 15px;
}
ul {
	padding-top: 0px;
	margin-top: 5px;
}

.startbild {
	background-image: url(../img/dataprint.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.formular01 {
	font-size: 12px;
	font-weight: bold;
	color: #FD6003;
}
.formular02 {
	font-size: 12px;
	line-height: 16px;
}
form {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

