/* DEFINITIONS: TEXT -> START */

body, div, p, h1, h2, h3, h4, ul, ol, li, a:link, a:hover, a:active, a:visited {
	color:				#004b7c;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	line-height:			135%;
}

p, h1, h2, h3, h4, ul, ol, li {
	margin:				0 0 10px;
}

h1 {
	color:				#004b7c;
	font-size:			18px;
	font-weight:			normal;
	line-height:			110%;
	margin:				0 0 15px;
}

h2 {
	line-height:			110%;
	margin:				0 0 4px;
}

h3 {
	font-size:			13px;
	font-weight:			bold;
	line-height:			110%;
	margin:				0 0 5px;
}

h4 {
	line-height:			110%;
	margin:				0;
}

ul, ol {
	margin-left:			14px;
	padding:			0;
}

li {
	margin:				0;
}

a:link, a:hover, a:active, a:visited {
	color:				#ee7F00;
}

a:hover, a:active{
	text-decoration:		none;
}

/* DEFINITIONS: TEXT -> END */

.orange {
	color: 	#ee7F00;
 }

.icon li{
	list-style-image:	url(../favicon2.png);
  }

.sitemap li{
	list-style-image:	url(../static/images/subpfeil.gif);
	margin: 5px 0 5px 10px;  
}

.sitemap {
	margin:	0 20px 10px;
}

/* DEFINITIONS: FLEX-ELEMENTS -> START */

input {
	padding: 1px;
}

hr {
	background:			#cfdce6;
	border:				0;
	clear:				both;
	color:				#cfdce6;
	height:				1px;
	margin:				0 0 15px;
}

a.blackLink:link, a.blackLink:hover, a.blackLink:active, a.blackLink:visited {
	color:				#004b7c;
}

a.arrowLeft:link, a.arrowLeft:hover, a.arrowLeft:active, a.arrowLeft:visited, a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited, a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background:			url(../static/images/arrow_left.gif) left center no-repeat;
	color:				#004b7c;
	padding:			0 0 0 14px;
	text-decoration:		none;
}

a.arrowLeft:hover, a.arrowLeft:active, a.arrowTop:hover, a.arrowTop:active, a.iconPrint:hover, a.iconPrint:active {
	text-decoration:		underline;
}

a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited {
	background-image:		url(../static/images/arrow_top.gif);
	padding-left:			17px;
}

a.blockLink:link, a.blockLink:hover, a.blockLink:active, a.blockLink:visited, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active, a.blockLinkActive:visited {
	background-position:		2px center;
	background-repeat:		no-repeat;
	border-bottom:			#cfdce6 solid 1px;
	color:				#004b7c;
	display:			block;
	margin:				0 0 1px;
	padding:			5px 5px 5px 14px;
	text-decoration:		none;
}

a.blockLink:hover, a.blockLink:active, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active,a.blockLinkActive:visited {
	background-color:		#edf4fa;
}

a.singleArrow:link, a.singleArrow:hover, a.singleArrow:active, a.singleArrow:visited, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(../static/images/arrow_right_normal.gif);
}

a.singleArrow:hover, a.singleArrow:active, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(../static/images/arrow_right_active.gif);
}

a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background-image:		url(../static/images/icon_print.gif);
}

.alignCenter {
	text-align:			center;
}

.alignRight {
	text-align:			right;
}

.contentSpacer {
	margin:				0 0 20px;
	text-align:		justify;
}

.clearer {
	clear:				both;
	visibility:			hidden;
}

.leftCol, .middleCol, .rightCol {
	float:				left;
}

.noMargin {
	margin:				0;
}

.noPadding {
	padding:			0;
}

.printFooter {
	display:			none;
}

.printLogo {
	display:			none;
}

/* DEFINITIONS: FLEX-ELEMENTS -> END */

/* DEFINITIONS: BASE-LAYOUT -> START */

html {
	height:				100%;
}

body {
	background:			red;
	background-color:		white;
	height:				100%;
	margin:				10px;
}

.nonFooter {
	background:			url(../static/images/nonfooter_bg.gif) repeat-y;
	min-height:			97%;
	position:			relative;
	width:				980px;
}

.adsTop {
	background:			white;
	text-align:			right;
	width:				812px;
}

.adsTop img {
	margin:				0 0 10px;
}

.master {
	float:				left;
	width:				auto;
}

.head {
	border-bottom:			white solid 1px;
	width:				auto;
}

.headStripe {
	background:			#ee7F00 url(../static/images/head_stripe.gif) no-repeat;
	float:				left;
	height:				126px;
	width:				33px;
}

.cLogo {
	background:			#004b7c;
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				185px;
}

.cLogo img {
	border:				0;
}

.headPic {
	background:			#ee7F00;
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				590px;
}

.main .leftCol {
	width:				219px;
}

.navigation {
	border-right:			#edf4fa solid 1px;
}

.main .rightCol {
	margin:				0 0 0 1px;
	width:				606px;
}

.metaNav {
	background:			#004b7c;
	border-bottom:			white solid 1px;
	min-height:			25px;
	padding:			10px 15px 0;
}

.breadcrumb {
	border-bottom:			#e6eef2 solid 1px;
	min-height:			25px;
	padding:			10px 13px 0;
}

.breadcrumb p {
	line-height:			101%;
}

.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited {
	color:				#004b7c;
}

.content {
	padding:			20px 14px 60px;
}

.content .contentPic {
	border:				#cfdce6 solid 1px;
	margin:				0 0 7px;
}

.content img
{
	border: #cfdce6 solid 1px;
	margin: 0 8px 8px 0;
}

.content img.right
{
	border: #cfdce6 solid 1px;
	margin: 0 0 12px 12px;
	clear: right;
	float: right;
}

.content img.left
{
	border: #cfdce6 solid 1px;
	margin: 12px 5px 0 0;
	clear: left;
	float: left;
}

.content .leftCol {
	width:				350px;
}

.content .rightCol {
	margin:				0 0 0 35px;
	padding:			0;
	width:				175px;
}

.teaserBox {
	margin:				0 0 25px;
}

.teaserBox img {
	border:				0;
}

.content .leftCol .teaserBox h2 {
	color:				#004b7c;
}

.content .rightCol .teaserBox div,
.content .rightCol .teaserBox p,
.content .rightCol .teaserBox h2,
.content .rightCol .teaserBox ul,
.content .rightCol .teaserBox ol,
.content .rightCol .teaserBox li,
.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	font-size:			11px;
}

.link ul {
	margin-left: 50px;
}

.content .rightCol .teaserBox p {
	margin:				0 0 5px;
}

.content .rightCol .teaserBox h2 {
	background:			#edf4fa url(../static/images/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color:				#004b7c;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	color:				#004b7c;
}

.content .rightCol .teaserBox .content
{
	background: #edf4fa;
	border-left: #dae3eb solid 6px;
	padding: 3px 6px;
	margin: 2px 0;
}

.teaserBox .content {
	margin:				5px 0 0;
	padding:			0;
}

.teaserBox .noMargin {
	margin:				0;
}

.teaserBoxGrey h2 {
	background:			#edf4fa url(../static/images/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.teaserBoxOffer a:link,
.teaserBoxOffer a:hover,
.teaserBoxOffer a:active,
.teaserBoxOffer a:visited {
	color:				#004b7c;
}

.teaserBoxOffer .content {
	background:			#edf4fa;
	border-left:			#dae3eb solid 6px;
	padding:			13px 13px 13px 8px;
	margin-top:			0;
}

.content .bottomLinks .leftCol,
.content .bottomLinks .middleCol,
.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	margin:				0 0 20px;
	width:				187px;
}

.content .bottomLinks .middleCol,
.content .leftCol .bottomLinks .middleCol {
	text-align:			center;
	width:				188px;
}

.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .rightCol {
	text-align:			right;
}

.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	width:				117px;
}

.content .leftCol .bottomLinks .middleCol {
	width:				116px;
}

.adsRight
{
	position: absolute;
	top: 130px;
	left: 835px;
}

.adsRight a.extern, .adsRight a.extern:visited
{
	background: none;
	padding: 0;
}

.adsRight p
{
	color:				#262626;
	font-size:			11px;
	margin:				0 0 5px;
}

.adsRight img
{
	border:				0;
	display:			block;
	margin:				0 0 10px;
}

.extern
{
	background: url(../static/images/external.png) center right no-repeat;
	padding: 0 15px 0 0;
}

.extern img
{	
	border:	0;
}

a.pdf
{
	background: url(../static/images/icon_pdf.gif>) center right no-repeat;
	padding: 0 15px 0 0;
}

.footer {
	background:			white url(../static/images/footer_bg.gif) no-repeat;
	height:				33px;
	position:			relative;
	margin:				0;
	padding:			9px 2px 0 222px;
	text-align:			center;
	width:				588px;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color:				#004b7c;
}

/* DEFINITIONS: BASE-LAYOUT -> END */

/* DEFINITIONS: METANAVIGATION -> START */

.metaNav ul {
	border-left:			white solid 1px;
	margin:				0;
	padding:			0;
}

.metaNav ul li {
	border-right:			white solid 1px;
	color:				white;
	display:			inline;
	line-height:			115%;
	list-style-type:		none;
	margin:				0;
	padding:			0 8px 0 10px;
}

.metaNav ul li a:link, .metaNav ul li a:hover, .metaNav ul li a:active, .metaNav ul li a:visited {
	color:				white;
	font-weight:			bold;
	line-height:			115%;
	margin:				0;
	padding:			0;
	text-decoration:		none;
}

.metaNav ul li a:hover, .metaNav ul li a:active {
	text-decoration:		underline;
}

/* DEFINITIONS: METANAVIGATION -> END */

/* DEFINITIONS: NAVIGATION -> START */

.navigation ul {
	margin:				0;
	padding:			0;
}

.navigation ul ul {
	background:			url(../static/images/subnavigation_spacer.gif) repeat-y;
	border-bottom:			white solid 1px;
	padding:			4px 0;
}

.navigation ul li {
	list-style-type:		none;
	line-height:			115%;
	margin:				0;
	padding:			0;
}

.navigation ul li a:link, .navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a:visited {
	background:			url(../static/images/navigation_normal_bg.gif) left center no-repeat;
	border-bottom:			white solid 1px;
	color:				#004b7c;
	display:			block;
	font-size:			13px;
	font-weight:			bold;
	line-height:			115%;
	min-height:			24px;
	padding:			11px 10px 0 43px;
	text-decoration:		none;
}

.navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a.active:link, .navigation ul li a.active:hover, .navigation ul li a.active:active, .navigation ul li a.active:visited {
	background-image:		url(../static/images/navigation_hover_bg.gif);
	color: #ee7F00;
}

.navigation ul li a.active:link, .navigation ul li a.active:hover, .navigation ul li a.active:active, .navigation ul li a.active:visited {
	background-image:		url(../static/images/navigation_active_bg.gif);
}

.navigation ul ul li a:link, .navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li a:visited, .navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	background:			none;
	border:				0;
	font-size:			11px;
	font-weight:			normal;
	min-height:			1px;
	padding-top:			6px;
	padding-bottom:			5px;
}

.navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	background:			url(../static/images/subnavigation_hover_bg.gif) 14px center no-repeat;
	color: #ee7F00;
}

.navigation ul ul li a.active:link, .navigation ul ul li a.active:hover, .navigation ul ul li a.active:active, .navigation ul ul li a.active:visited {
	font-weight:			bold;
}

/* DEFINITIONS: NAVIGATION -> END */

/* DEFINITIONS: NEWS-TEASER -> START */

.newsTeaser {
	border-bottom:			#cfdce6 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.newsTeaser p {
	margin-bottom:			12px;
}

.newsTeaser h1 {
	margin-bottom:			8px;
}

.newsTeaser h1 a:link, .newsTeaser h1 a:hover, .newsTeaser h1 a:active, .newsTeaser h1 a:visited {
	color:				#004b7c;
	font-size:			18px;
	text-decoration:		none;
}

.newsTeaser h1 a:hover, .newsTeaser h1 a:active {
	text-decoration:		underline;
}

.newsTeaser img {
	border:				#cfdce6 solid 1px;
	margin:				0 12px 0 0;
}

/* DEFINITIONS: NEWS-TEASER -> END */

/* DEFINITIONS: RUBRIC-TEASER -> START */

.rubricTeaser {
	border-bottom:			#cfdce6 solid 1px;
	margin:				0 0 15px;
	min-width:			277px;
	padding:			0 0 15px;
}

.rubricTeaser p {
	margin:				0;
}

.rubricTeaser h1 {
	font-size:			15px;
	font-weight:			bold;
	margin-bottom:			5px;
}

.rubricTeaser h1 a:link, .rubricTeaser h1 a:hover, .rubricTeaser h1 a:active, .rubricTeaser h1 a:visited {
	color:				#004b7c;
	font-size:			15px;
	text-decoration:		none;
}

.rubricTeaser h1 a:hover, .rubricTeaser h1 a:active {
	text-decoration:		underline;
}

.rubricTeaser img {
	border:				#cfdce6 solid 0px;
	margin:				0 8px 0 0;
}

.rubricTeaser .leftCol {
	border-right:			#cfdce6 solid 1px;
	margin:				0;
	padding:			0 8px 0 0;
	width:				275px;
}

.rubricTeaser .rightCol {
	margin:				0 0 0 13px;
	padding:			0;
	width:				275px;
}

.banner {
	border: 		none;
	text-align:		center;
}

/* DEFINITIONS: RUBRIC-TEASER -> END */

/* DEFINITIONS: RUBRIC-LIST -> START */

.rubricList {
	border-bottom:			#cfdce6 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.rubricList p {
	margin-bottom:			0;
}

.rubricList h4 a:link, .rubricList h4 a:hover, .rubricList h4 a:active, .rubricList h4 a:visited {
	color:				#004b7c;
	text-decoration:		none;
}

.rubricList h4 a:hover, .rubricList h4 a:active {
	text-decoration:		underline;
}

.rubricList img {
	border:				#cfdce6 solid 1px;
	margin:				0 8px 2px 0;
}

.rubric {
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.rubric img {
	margin:				0 8px 2px 0;
}

/* DEFINITIONS: RUBRIC-LIST -> END */

table
{
	margin: 10px 0px 15px 0px;
}

tr
{
	margin: 0 0 5px;
	width: 388px;
}

td.rightColumn
{
	padding: 3px 1px 1px 0px;
	vertical-align: middle;
	width: 140px;
}

th.leftColumn
{
	padding: 3px 1px 1px 0px;
	text-align: right;
	vertical-align: middle;
	width: 205px;
}

input
{
	padding: 1px;
}

input.textBox
{
	background: url(../static/images/login_input_bg.gif) repeat-x;
	border: #cfdce6 solid 1px;
	color: #004b7c;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	margin: 0px;
	padding: 5px 0px 0;
	width: 280px;
}

textarea
{
	background: #FFFFFF url(../static/images/login_input_bg.gif) repeat-x;
	border: #cfdce6 solid 1px;
	color: #004b7c;
	font-family:	arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
	margin: 0px;
	padding: 5px 0px 0;
	width: 445px;
}

textarea.textAreaBig
{
	height: 120px;
}

textarea.textAreaSmall
{
	width: 280px;
}

input.button
{
	background: #004b7c url(../static/images/btn_bg.gif) repeat-x;
	border: #dae3eb solid 1px;
	color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	height: 24px;
}

img.mittig
{
	border: none;
	padding: 20px 50px;
	margin:	 10px; 
	}

/* DEFINITIONS: PedalRitter -> START */

.tpr-titel-img1	{
	border: none;
	width: 283px;
	height: 200px;
}

.tpr-titel-img2	{
	border: none;
	width: 141px;
	height: 200px;
}

.smaller  {
	font-size: 0.8em;
}
 
.tpr h3	{
	COLOR:#008000;
}

.tpr h4	{
	COLOR:#000000;
}
*.img {float: left; padding: 0.5em;}
*.img2 {float: right; padding: 0.5em;}
/* DEFINITIONS: PedalRitter -> END */

/* DEFINITIONS: STANDARDFORM -> START */

.standardForm{
	margin:				10px 0px 15px 0px;
}

.standardForm h2{
	font-size:			13px;
	margin-bottom:			6px;
}

.standardForm h3{
	font-size:			12px;
}

.standardForm .abstand{
	margin-bottom:			5px;
}

.standardForm .row{
	margin:				0 0 5px;
	width:				348px;
}

.standardForm .row .column{
	padding:			3px 1px 1px 0px;
	vertical-align:			middle;
	width:				348px;
}

.standardForm .row .column hr{
	margin:				6px 0px 10px 0px;
}

.standardForm .row .column hr.small{
	margin:				0px 0px 0px 0px;
}

.standardForm .row .pollHeadline{
	background-color: #EDF4FA;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	margin: 10px 0 1px 0;
	width: 338px;
}

.standardForm .row .leftColumn{
	float:				left;
	padding:			3px 1px 1px 0px;
	vertical-align:			middle;
	width:				140px;
}

.standardForm .row .leftColumnSmall {
	padding-right:			10px;
	width:				85px;
}
.standardForm .row .leftColumnSmaller {
	padding-right:			10px;
	width:				30px;
}

.standardForm .row .rightColumn{
	float:				right;
	padding:			3px 1px 1px 0px;
	text-align:			left;
	vertical-align:			middle;
	width:				250px;
}

.standardForm .row .rightColumnBig {
	text-align:			left;
	width:				247px;
}

.standardForm .row .rightColumnBigger {
	text-align:			left;
	width:				305px;
}

.standardForm .row .checkboxLeftColumn {
	float:				left;
	width:				25px;
}

.standardForm .row .checkboxRightColumn{
	float:				left;
	width:				323px;
}

.standardForm .blockLabel {
	display:			block;
	margin:				0 0 3px;
}

.standardForm select{
	background:url(/static/images/login_input_bg.gif) repeat-x;
	border:#cfdce6 solid 1px;
	color: #3e5059;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	height:21px;
	width:202px;"
}

.standardForm input.textBox{
	background:			url(/static/images/login_input_bg.gif) repeat-x;
	border:				#cfdce6 solid 1px;
	color:				#3e5059;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	height:				16px;
	margin:				0px;
	padding:			5px 0px 0;
	width:				200px;
}

.standardForm input.textBoxSmall {
	width:				85px;
}

.standardForm input.textBoxBigger {
	width:				305px;
}

.standardForm .textArea{
	background:			#FFFFFF url(/static/images/login_input_bg.gif) repeat-x;
	border:				#cfdce6 solid 1px;
	color:				#3e5059;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	height:				80px;
	margin:				0px;
	padding:			5px 0px 0;
	width:				345px;
}

.standardForm .textAreaError{
	background:			#FFFFFF url(/static/images/login_input_bg.gif) repeat-x;
	border:				#FF0000 solid 1px;
	color:				#3e5059;
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	height:				80px;
	margin:				0px;
	padding:			5px 0px 0;
	width:				345px;
}

input.button {
	background:			#004a7e url(/static/images/btn_bg.gif) repeat-x;
	border:				#dae3eb solid 1px;
	color:				white;
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	height:				24px;
}

.standardForm .row .threecolumns{
	width:		116px;
	float:		left;
	padding:	3px 0px 1px 0px;
	vertical-align:	middle;
}

/* DEFINITIONS: EVOPAGE-STANDARDFORM -> END */

/* DEFINITIONS: Tabelle- Busunternehmen -> START */
	.T1 { color:#000000; font-family:Tahoma; font-size:8pt; font-style:normal; text-shadow:none; text-decoration:none ! important; font-weight:bold; }
	.T2 { color:#000000; font-family:Tahoma; font-size:8pt; font-style:normal; text-shadow:none; text-decoration:none ! important; font-weight:normal; }
	.T3 { color:#0000ff; font-family:Calibri; font-size:10pt; font-style:normal; text-shadow:none; text-decoration:underline; font-weight:normal; }
	.T4 { color:#33cccc; font-family:Calibri; font-size:10pt; font-style:normal; text-shadow:none; text-decoration:underline; font-weight:normal; }
	.T5 { font-family:Calibri; font-size:10pt; font-style:normal; text-shadow:none; text-decoration:underline; font-weight:normal; }

	.ro10 { height:1.138cm; }
	.ro11 { height:1.655cm; }
	.ro12 { height:0.529cm; }
	.ro3 { height:1.2cm; }
	.ro4 { height:1.984cm; }
	.ro5 { height:1.0cm; }
	.ro6 { height:0.563cm; }
	.ro7 { height:1.579cm; }
	.ro8 { height:1.085cm; }
	.ro9 { height:1.09cm; }

body.bustabelle
	{margin-top:1cm; margin-bottom:1cm; margin-left:1cm; margin-right:1cm;}

#kopf {text-align: center ! important; font-weight:bold; margin:0.05cm; padding:0.05cm; font-size:14pt; font-family:Calibri; }

p.mittig	{
	Text-align: center;
	}

	.rand-oben 
		{border-top-style:solid; border-top-width:0.088cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-links-oben 
		{border-top-style:solid; border-top-width:0.088cm;
		border-bottom-style:none; border-bottom-width:0.0cm;
		border-left-style:solid; border-left-width:0.088cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-rechts 
		{
		border-bottom-style:solid; border-bottom-width:0.035cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style: solid; border-right-width:0.088cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-rechts-oben 
		{
		border-top-style:solid; border-top-width:0.088cm; 
		border-right-style: solid; border-right-width:0.088cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-color:#000000;
		padding: 0.1cm;}
	.rand-unten 
		{border-top-style:none; border-top-width:0.0cm;
		border-bottom-style:solid; border-bottom-width:0.088cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-links 
		{
		border-bottom-style:solid; border-bottom-width:0.035cm;
		border-left-style:solid; border-left-width:0.088cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-links-unten 
		{
		border-left-style:solid; border-left-width:0.088cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-bottom-style:solid; border-bottom-width:0.088cm;
		border-color:#000000;
		padding: 0.1cm;}
	.rand-rechts-unten
		{
		border-right-style:solid; border-right-width:0.088cm; 
		border-bottom-style:solid; border-bottom-width:0.088cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-color:#000000;
		padding: 0.1cm;}

.ce	{ 	border-top-style:solid; border-top-width:0.035cm;
		border-bottom-style:solid; border-bottom-width:0.035cm;
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		text-align: left;
		padding: 0.1cm;
	}

.ce-ohne	{ 	
		border-top-style:none;
		border-bottom-style:none;
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-color:#000000;
		text-align: left;
		padding: 0.1cm;
	}

.ce-head	{ 	
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-top-style:solid; border-top-width:0.035cm; 
		border-bottom-style:solid; border-bottom-width:0.035cm;
		border-color:#000000;
		text-align: center;
		padding: 0.1cm;
		font-weight:bold;
	}

.ce-head-links	{ 	
		border-left-style:solid; border-left-width:0.088cm; 
		border-right-style:solid; border-right-width:0.035cm;
		border-top-style:solid; border-top-width:0.035cm; 
		border-bottom-style: solid; border-bottom-width: 0.035cm;
		border-color:#000000;
		text-align: center;
		padding: 0.1cm;
		font-weight:bold;
	}

.ce-head-rechts	{ 	
		border-left-style:solid; border-left-width:0.035cm; 
		border-right-style:solid; border-right-width:0.088cm;
		border-top-style:solid; border-top-width:0.035cm; 
		border-bottom-style: solid; border-bottom-width: 0.035cm;
		border-color:#000000;
		text-align: center;
		padding: 0.1cm;
		font-weight:bold;
	}
/* DEFINITIONS: Tabelle- Busunternehmen -> END */

p.fett		{
		font-weight:	bold;
	}

/* DEFINITIONS: Tabelle-Umfrage -> END */

.umfrage	{
		text-align: center;	
		
	}
