﻿/* ######################################### The CSS Menu ######################################### */
#menu_bg {margin-bottom:5px; margin-top:-6px;}
.menu {width:948px; height:32px; position:relative; z-index:100;border-right:none; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:948px; w\idth:948px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:158px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:158px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-align:center;
text-decoration:none;
color:#000;
width:152px;
height:30px;
border-bottom:1px solid #000;
 border-left:1px solid #000;border-right:1px solid #000;
border-width:1px 0 1px 1px;
background:url(http://www.krutec.de/images/themenubg.png);
background-repeat: no-repeat;
padding-left:4px; line-height:29px;
font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:158px; w\idth:138px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#eeeeee;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#006a68;}
.menu ul ul :hover > a.drop {background:#006a68;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:158px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
/* position the third level flyout menu */
.menu ul ul ul{left:158px; top:-1px; width:149px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-158px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eeeeee; color:#000; text-align:left; height:auto; line-height:1em; padding:5px 10px; width:137px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:url(http://www.krutec.de/images/themenubg_hover.png);background-repeat: no-repeat;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:url(http://www.krutec.de/images/themenubg_hover.png);background-repeat: no-repeat;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
/* ######################################### / The CSS Menu ######################################### */
* {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrapper-1 {
	width: 100%;
}
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
ul, ol {
	list-style: none;
}
object {
	vertical-align: top;
}
a {
	outline: none;
	color: ##10524b;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #006A68;
	background-color: #006A68;
}

h1 {
	background: url(images/logo.jpg) no-repeat 0% 0%;
	padding: 110px 0 0 5px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 3.333em;
	color: #fff;
	position: absolute;
	top: 162px;
	left: 38px;
}
h1 strong {
	display: block;
	margin: -12px 0 0 0;
	text-align: right;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-family:Tahoma;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 1.125;
	color: #071923;
}
h9 {
	font-family:Tahoma;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 1.125;
	color: #006666;
}
h7 {
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 2.583em;
	color: #071923;
}
h3 {
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 1.583em;
	color: #fff;
}
h6 {
	padding: 0 0 17px 0;
	line-height: 1.357em;
	font-size: 1.167em;
	font-weight: normal;
	color: #7d9fac;
}
h5 {
	padding: 0 0 17px 0;
	line-height: 1.357em;
	font-size: 1.167em;
	font-weight: bold;
	color: #071923;
}
h6.extra {
	padding: 0 0 36px 0;
}
.fleft {
	float: left;
}
img.fleft {
	margin: 4px 22px 0 0;
}
img.fleft1 {
	float: left;
	margin: 4px 22px 18px 0;
}
.fright {
	float: right;
}
ul.fright {
	padding: 0 24px 0 0 !important;
}
.col-1, .col-2, .col-3, .col-4 {
	float: left;
}
.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail {
	background: url(images/main-tail.jpg) repeat-y 50% 0%;
}
#main-top {
	background: url(images/main-top.jpg) no-repeat 50% 0%;
}
#main-bot {
	background: url(images/main-bot.jpg) no-repeat 50% 100%;
	width: 100%;
}
#main {
	width: 972px;
	margin: 0 auto;
	font-size: 0.75em;
}
#header {
	position: relative;
	height: 460px;
}
#header div {
	position: absolute;
	top: 0;
	left: -4px;
}

/* (margin: oben rechts unten links) */
#content {
	padding: 0 11px 38px 10px;
}
#content p {
	padding: 0 0 16px 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #98a4ab;
}
#content p b {
	padding: 0 0 0 4px;
	text-transform: uppercase;
	font-size: 0.833em;
	font-weight: normal;
	color: #f41e04;
}
#content p b a {
	color: #f41e04;
}
#content p em {
	float: right;
	padding: 0 5% 0 0;
	font-style: normal;
}
#content p.extra {
	padding: 0 0 18px 0;
}
#content p.extra1 {
	padding: 0 0 14px 0;
}
blockquote p span {
	display: block;
	padding: 18px 30px 0 0;
	text-align: right;
}
.box {
	margin: 0 0 10px 0;
	}
	
.box .border-top {
	background: #f1f1f1 url(images/border-top.gif) repeat-x 0% 0%;
}
.box .border-bot {
	background: url(images/border-bot.gif) repeat-x 0% 100%;
}
.box .border-left {
	background: url(images/border-left.gif) repeat-y 0% 0%;
}
.box .border-right {
	background: url(images/border-right.gif) repeat-y 100% 0%;
}
.box .corner-top-left {
	background: url(images/corner-top-left.gif) no-repeat 0% 0%;
}
.box .corner-top-right {
	background: url(images/corner-top-right.gif) no-repeat 100% 0%;
}
.box .corner-bot-left {
	background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
}
.box .corner-bot-right {
	background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
	width: 100%;
}
.box .inner {
	padding: 4px 4px 46px 4px;
}
.box .inner-1 {
	padding: 4px 4px 44px 4px;
}
.box-1 .border-top {
	background: #edecec url(images/border-top1.gif) repeat-x 0% 0%;
}
.box-1 .border-bot {
	background: url(images/border-bot1.gif) repeat-x 0% 100%;
}
.box-1 .border-left {
	background: url(images/border-left1.gif) repeat-y 0% 0%;
}
.box-1 .border-right {
	background: url(images/border-right1.gif) repeat-y 100% 0%;
}
.box-1 .corner-top-left {
	background: url(images/corner-top-left1.gif) no-repeat 0% 0%;
}
.box-1 .corner-top-right {
	background: url(images/corner-top-right1.gif) no-repeat 100% 0%;
}
.box-1 .corner-bot-left {
	background: url(images/corner-bot-left1.gif) no-repeat 0% 100%;
}
.box-1 .corner-bot-right {
	background: url(images/corner-bot-right1.gif) no-repeat 100% 100%;
	position: relative;
	width: 100%;
}
.box-1 .inner {
	padding: 19px 4px 17px 18px;
}
.box-1 .inner-1 {
	padding: 19px 34px 17px 18px;
}
.box-1 .inner-2 {
	padding: 19px 15px 17px 18px;
}
.box-1 p {
	padding: 0 0 17px 0 !important;
	line-height: 1.5em !important;
	font-size: 1em !important;
	color: #071923 !important;
}
.box-1 p.extra {
	padding: 0 0 14px 0 !important;
}
.indent-bot {
	margin: 0 0 17px 0;
}
.indent {
	padding: 0 11px 0 22px;
}
.indent-1 {
	padding: 23px 11px 0 22px;
}
.list {
	padding: 0 0 13px 0;
		font-size: 13px;
}
.list li {
	background: url(images/marker.gif) no-repeat 0% 4px;
	padding: 0 0 0 19px;
	line-height: 1.583em;
	color: #071923;
}
.list2{
	padding: 0 0 13px 0;
}
.list2 li {
	background: url(images/arrow.gif) no-repeat 0% 4px;
	padding: 0 0 0 19px;
	line-height: 1.583em;
	color: #071923;
}
.list li a {
	text-decoration: none;
	color: #071923;
}
.list li a:hover {
	text-decoration: underline;
}
.list-1 {
	padding: 0 0 1px 0;
}
.list-1 dt {
	line-height: 1.5em;
	color: #72b5d0;
}
.list-1 dt a {
	color: #72b5d0;
}
.list-1 dd {
	padding: 0 0 15px 0;
	line-height: 1.636em;
	font-size: 0.917em;
	color: #98a4ab;
}
.list-2 {
	margin: -1px 0 0 0;
	padding: 0 0 2px 0;
}
.list-2 dt {
	line-height: 1.636em;
	font-size: 0.917em;
	color: #98a4ab;
}
.list-2 dd {
	padding: 0 0 15px 0;
	line-height: 1.5em;
	color: #72b5d0;
}
.list-2 dd a {
	color: #72b5d0;
}
.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}
.pic-position {
	position: absolute;
	right: 9px;
	bottom: -43px;
}
.link {
	background: url(images/arrow.gif) no-repeat 0% 6px;
	padding: 0 0 0 8px;
	float: left;
	text-transform: uppercase;
	font-size: 0.833em;
	color: #f41e04;
	font-weight:bold;
}
.link2 {
	background: url(images/arrow.gif) no-repeat 0% 6px;
	padding: 0 0 0 8px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #f41e04;
	font-weight:bold;
}
.link3 {
	padding: 0 0 0 8px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #f41e04;
	font-weight:bold;
}

#contact-form {
	width: 193px;
	padding: 4px 0 0 0;
}
#contact-form label {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#contact-form span {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #98a4ab;
}
#contact-form input {
	background: #fff;
	width: 183px;
	height: 14px;
	padding: 0 3px 0 3px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.917em;
	color: #98a4ab;
}
#contact-form textarea {
	background: #fff;
	width: 183px;
	height: 178px;
	padding: 3px;
	float: left;
	overflow: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.917em;
	color: #98a4ab;
}
#contact-form a {
	background: url(images/arrow.gif) no-repeat 0% 6px;
	float: right;
	margin: 17px 0 0 22px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	font-size: 0.833em;
	color: #f41e04;
}
#footer {
	height: 91px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#footer div {
	padding: 15px 0 0 8px;
}
#footer ul {
	width: 100%;
	overflow: hidden;
}
#footer ul li {
	background: url(images/footer-divider.gif) no-repeat 0% 3px;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 29px 0 25px;
	color: #edecec;
}
#footer ul li a {
	text-decoration: none;
	color: #edecec;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.act a {
	text-decoration: underline;
}
#footer p {
	padding: 1px 0 0 23px;
	color: #9cd9e7;
}
#footer p a {
	color: #9cd9e7;
}
#footer p span {
	margin: 0 0 0 1px;
}
/* ############################################################## EDIT ############################################# */


/* - Mousover bild vergrößern - */
a.info{ 
    position:relative; 
    z-index:1; 
    color:#000; 
    text-decoration:none} 

a.info:hover{z-index:2;} 

a.info span{
display: none;
} 

a.info:hover span{ 
    display:block; 
    position:absolute; 
background-image: url(http://krutec.de/images/pic-1.png.jpg); 
    top:100px; left:200px;width:250px; height:300px; 
     } 


/* - Kontakt - */

#kontakt {
color: #000;
margin-left:10px;
}

#kontakt_formular {
color: #FFFFFF;
}
.tippred {
color: #f51d04;
}

/* - Contenbereich - */

#takemetothemoon {
background: url(images/takemetothemoon.png);
background-repeat: no-repeat;
width: 694px;
height:360px;
margin-bottom:10px;
}

#list {
margin-left:15px;
margin-top: 20px;}

#prod_image{
}

/* - ####################### Produktseite ####################### - */

#takemetothemoon {
background: url(images/takemetothemoon.png);
background-repeat: no-repeat;
width: 694px;
height:272px;
}

#list {
margin-left:15px;
text-align:left;
margin-top:-10px;
}

#prod_image{
margin-top: -40px;
}

#mooncontent{
margin-left:10px;
}

#mooncrater{
width:370px;
color:#071923;
text-align:left;
}

#moondust{
color:#071923;
}

#moondust_justify{
text-align:justify;
color:#071923;
}

.marker {
margin-right:5px;
margin-top:5px;
}

/* - ####################### / Produktseite ####################### - */

#size{
font-size: 16px;
}

#navi_icon{
margin-top:5px;
}

#navi_icon_inner_5{
background: url(images/navi_icon_inner_5.png);
background-position: top center;
background-repeat: no-repeat;
width:290px;
height:43px;
font-size:10px;
text-align:center;
}

#navi_icon_inner_4{
background: url(images/navi_icon_inner_4.png);
background-position: top center;
background-repeat: no-repeat;
width:240px;
height:43px;
font-size:10px;
text-align:center;
}

#thenaviicon_4{
margin-top:4px;
width:60px;
}

#navi_icon_inner_3{
background: url(images/navi_icon_inner_3.png);
background-position: top center;
background-repeat: no-repeat;
width:210px;
height:43px;
font-size:10px;
text-align:center;
}

#thenaviicon_3{
margin-top:4px;
width:70px;
}

#navi_icon_inner_2{
background: url(images/navi_icon_inner_2.png);
background-position: top center;
background-repeat: no-repeat;
width:150px;
height:43px;
font-size:10px;
text-align:center;
}

#thenaviicon_2{
margin-top:4px;
width:75px;
}

#navi_icon_inner_1{
background: url(images/navi_icon_inner_1.png);
background-position: top center;
background-repeat: no-repeat;
width:75px;
height:43px;
font-size:10px;
text-align:center;
}

#thenaviicon_1{
margin-top:4px;
width:50px;
margin-left:12px;
}

a:link.thenaviicon{color: #000000; text-decoration:none;font-weight:bold;}
a:visited.thenaviicon{color: #000000; text-decoration:none;font-weight:bold;}
a:hover.thenaviicon{color: #000000; text-decoration:none;}
a:active.thenaviicon{color: #000000; text-decoration:none;font-weight:bold;}
a:link.thenaviicon_inactive{color: #000000; text-decoration:none;}
a:visited.thenaviicon_inactive{color: #000000; text-decoration:none;}
a:hover.thenaviicon_inactive{color: #000000; text-decoration:none;}
a:active.thenaviicon_inactive{color: #000000; text-decoration:none;}

#mehr {
margin-left:10px;
}

#navi_content {

}

#hardware_head{
margin-top: 5px;
margin-left: 5px;
}

#hardware_terminal{
margin-left:10px;
}

#hardware1{
margin-left:10px;
height:133px;
width:705px;
background: url(images/hardware_bg.png);
background-position: top center;
background-repeat: no-repeat;
margin-bottom:8px;
}

#hardware2{
margin-left:10px;
height:133px;
width:705px;
background: url(images/hardware_bg.png);
background-position: top center;
background-repeat: no-repeat;
}

#line {
background: url(images/line.png);
background-position: top center;
background-repeat: no-repeat;
height: 1px;
width: 200px;
}

#headofcontent {
background: url(images/headofcontent.png);
bground-position: top center;
background-repeat: no-repeat;
width: 712px;
height: 234px;
margin-left:6px;
margin-top: 12px;
}
#headofcontent1 {
background: url(images/headofcontent.png);
bground-position: top center;
background-repeat: no-repeat;
width: 712px;
height: 234px;
margin-left:6px;

}

#headofcontent_1 {
margin-left: 20px;
margin-top:5px;
}

#headofcontent_2 {
margin-left: 20px;
margin-top:5px;
}

#headofcontent_3 {
margin-left: 20px;
margin-top:5px;
}

.content_info1 {
margin-left: 130px;
margin-top: -30px;
}
.content_info2 {
margin-left: 130px;
margin-top: -30px;
}
.content_info3 {
margin-left: 130px;
margin-top: -15px;
}

#navi_content_info {
margin-left: 170px;
margin-top: 180px;
}

#col1 {
width: 330spx;
margin-left: 10px;
}

#col2 {
margin-left: 10px;
}

#col_long {
width: 440px;
margin-left: 10px;
}

#weiss {
font-size: 12px;
color:#FFFFFF;
}

table.weiss {
color:#FFFFFF;
}

#player{
text-align:center;
}


#uberuns1 {
margin-left:10px;
margin-bottom:10px;
color:#7d9fac;
}

#uberuns2 {
text-align:right;
}

#timepictures{
margin-top:10px;
margin-bottom:10px;
width: 670px;
}

/* - Homepagebereich - */

#index_text{
width:185px;
color:#071923;
text-align:left;
}
#index_text123{
width:185px;
color:#071923;
text-align:center;
}

#navi_inactive{
height:31px;
width:158px;
background: url(images/navi_inactive.png);
background-position: top center;
background-repeat: no-repeat;
font-weight:bold;
text-align: center;
padding-top:6px;
color:#071923;
}

#inhalt_content {
}

/* - #################################### PARTNER #################################### - */

#partner{
height:165px;
width:950px;
background: url(images/partnerbg.png);
background-position: top center;
background-repeat: no-repeat;
margin-bottom:10px;
color:#071923;
}
#partner_picture{margin-top: -10px; margin-left:10px;}
#partner_content{margin-top:10px;margin-left:10px; margin-right:10px; text-align:justify;}	
		
/* - #################################### / PARTNER #################################### - */

#weissichnich{
margin-left:10px;
}

#projektcontent{
margin-bottom:-20px;
width:200px;
color:#071923;
text-align:left;
}

#projekt_text {
text-align:center;
color:;
font-weight:bold;
}

#navi_page {
height:236px;
width:234px;
background: url(images/navi_page.png);
background-position: top center;
background-repeat: no-repeat;
}
#navi_page_inner {
margin-left:14px;
}
#navi_page_info {
margin-left: 160px;
margin-top: -20px;
}
#navi_page_col2 {
margin-left: 10px;
}
#anderefarbe {
color:#ffffff;
}

#landing_white {
color:#ffffff;
margin-bottom:26px;
}

#landing_white2 {
color:#ffffff;
margin-bottom:15px;
}

#referenzen_inner {
margin-left: 10px;
color: #071923;
}

#kontakt_inner {
margin-left: 20px;
color: #071923;
}

#frontpage_border{
height:234px;
width:234px;
background: url(images/frontpage_border.png);
background-position: top center;
background-repeat: no-repeat;
}
#frontpage_border2{
height:234px;
width:234px;
background: url(images/frontpage-boarder2.png);
background-position: top center;
background-repeat: no-repeat;
}
#frontpage_border_inner{
margin-left:10px;
}

#bild1 { position:absolute; 
      z-index:1; }
#bild2 {
	position:absolute;
	z-index:4;
	left: 766px;
	top: 617px;
}
#bild3 {
	position:absolute;
	z-index:3;
	left: 872px;
	top: 687px;
	width: 28px;
	height: 58px;
}
#bild4 {
	position:absolute;
	z-index:2;
	left: 889px;
	top: 760px;
}
	  #bild1 {
	position:absolute;
	z-index:5;
	left: 48%;
	top: 575px;
}
#bild5 { position:absolute; 
      z-index:6;}
#bild6 { position:absolute; 
      z-index:7; }
#bild7 { position:absolute; 
      z-index:8;}








/* Links h2 */
a:link.h2{color: #071923;font-size: 1.583em;}
a:visited.h2{color: #071923;font-size: 1.583em;}
a:hover.h2{color: #071923;font-size: 1.583em;}
a:active.h2{color: #071923;font-size: 1.583em;}
/* Links h3 */
a:link.h3{color: #ffffff; text-decoration:underline;}
a:visited.h3{color: #ffffff;}
a:hover.h3{color: #ffffff; text-decoration:underline;}
a:active.h3{color: #ffffff; text-decoration:underline;}
/* Links Navi Head */
a:link.navi_head{color: #071923; font-weight:bold;}
a:visited.navi_head{color: #071923; font-weight:bold;}
a:hover.navi_head{color: #071923; text-decoration:underline; font-weight:bold;}
a:active.navi_head{color: #071923; font-weight:bold;}
/* Links Tel Mail */
a:link.tel_mail{color: #071923;text-decoration:none; font-weight:bold;font-size:14px;}
a:visited.tel_mail{color: #071923; text-decoration:none;font-weight:bold;font-size:14px;}
a:hover.tel_mail{color: #071923; text-decoration:underline; font-weight:bold;font-size:14px;}
a:active.tel_mail{color: #071923; text-decoration:none;font-weight:bold;font-size:14px;}

#navi_icon_mail{
color: #071923;
font-weight:bold;
font-size:14px;
}

#navi_head{
color: #071923;
font-weight:bold;
font-size: 14px;
margin-bottom:4px;
}

#navi_icon_tel{
color: #071923;
font-weight:bold;
font-size:14px;
}

#video {
margin-top:	15px;
margin-bottom:	12px;
margin-left: 160px;
}
/* Formular Tags  */

.mb {
background-color: #fff;
border: 1px solid #000;
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-size: 12px;
}

.los {
background-color: #006965;
border: 1px solid #000;
color: #fff;
font-size: 12px;
}


/*<----------------------------- Behnken -------------------------------*/

.krutec
{
margin-left:10px;
border-color:#000000
}


#left {
	padding: 0 0 10px 0;
	color: #071923;
	text-align:left;
	}
	
#mehrseiterechts{
margin-left:40px;
}

#tabellelinks
{margin-left:4px;
text-align:left;

}
#vorteil
{text-align:left;
color:#0000FF;
font-size:18px;
}
#ihre
{margin-left:90px;
color:#FF0000;
font-size:14px;
text-decoration:underline;
}
#mesonic_content{
width:670px;
color: #071923;
}

#sie
{margin-left:265px;
color:#FF0000;
font-size:16px;
text-decoration:underline;
}
#bilduo
{
margin-top:10px;
margin-bottom:10px;
}
#schriftr
{
margin-left:22px;
}


