/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(../images/style/tie_logo.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{}
#menu{float:right; width:526px; height:32px; background-image:url(../images/style/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/style/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:100px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
.wbox{position:relative; right:0px; top:0px; width:355px; height:290px; border: 1px solid #000000; 
				 padding:3px; margin:4px;}

.line1{
 border:solid #99cc99 1px;height:1px; width: 730px; margin:5px;
 }
 .line2{
 border:solid #99cc99 1px;height:1px; width: 430px; margin:5px;
 }

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:2px; margin:5px;
}
.whitewbox{
	border:solid 1px #00cc00; background-color:#ffffff; padding:5px; margin:5px;
}

.imgbox{
	border:solid 1px #666666; background-color:#ffffff; padding:1px; margin:1px;
	float:right;
}
.textbox{
	border:solid 1px #00cc00; background-color:#ffffff; padding:5px; margin:5px;
	float:left;
	width: 720px;
}

/*TEXT STYLES*/
a {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.ka {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.a1 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.a2 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.a3 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}
.none {
	text-decoration: none;
	border: none;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	color: #8BBF41;
}
.titletext_small {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	color: #8BBF41;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #8BBF41;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.download {
	font-weight:bold;
	font-size: 11px;
	border: 1px solid black;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #8BBF41;
}
.smallredtext2 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #cc0000;
}

.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

.input{
background:#E8F2A8;
color:#660000;
font: 0.7em Tahoma, sans-serif;
font-size: 12px;
	font-weight:bold;
}
.input2{
font-family:Arial;
color:#006600;
font-size:12px;
font-weight:bold;
border:none;
border-bottom: 1px dotted #008030;
height:18px;
width:45px;
padding:0px;
}

    .bildlinks
    {
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
    }

    .bildrechts
    {
    float: right;
    margin: 0 0 10px 10px;
    padding: 2px;
    }
