/* Standard-CSS für www.meinProjekt.at */

/* Wichtige Farben
Dunkelgrün = #007A00
Grün =	     #009400
*/

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: verdana, Arial, Helvetica, sans-serif;
}

html, body {
   /*background-image: url("../images/bg-body.gif");
   background-repeat: repeat-y;*/
   font-size: 12px;
   background-color: #99BEEB;
}

#box-all {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
/*background-image: url("../images/bg-top.jpg");
background-repeat: no-repeat;
background-position: top left;*/
background-color: #fff;
padding-top: 50px;
}

.table-center {
    left: 50%;
    margin-left: -132px;
    position: absolute;
    padding-top: 210px;
    background: transparent url("../images/logo-360-2016.png") no-repeat 50% 0;
}

input,
select,
textarea {
    font-size: 14px !important;
    padding: 3px 5px !important;
    border: 1px solid #aaaaaa;
    border-radius: 2px !important;
    margin: 3px;
}

input[type=submit] {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background-color: #65D026;
    border: 0;
    border-radius: 2px !important;
    float: right;
    padding: 8px 15px !important;
    text-transform: uppercase;

}

input[type=submit]:hover {
    background-color: #72DA35;
}

input[type=submit].error {
    background-color: #E63D4B;
    color: #fff;
}

input[type=submit].error:hover {
    background-color: #E95460;
}

.error {
    color: #E63D4B;
}

textarea.description {
    padding: 5px;
    min-width: 500px;
    min-height: 200px;
}

td
{
font-size: 12px;
line-height: 18px;
}

th
{
font-weight: bold;
font-size: 12px;
line-height: 18px;
background-color: #dcdcdc;
}

td.table_verlauf
{
background-image: url("../images/bg_table_01.gif");
background-repeat: repeat-x;
}

td.level0
{
color: #ff0000;
padding-top: 8px;
text-transform: uppercase;
}

td.level1
{
background-color: #dddddd;
}

td.level2
{
background-color: #bbbbbb;
}

td.level3
{
background-color: #f1f1f1;
}


.tdlist
{
font-weight: normal;
font-size: 11px;
line-height: 18px;
background-color: #eeeeee;
padding: 3px;
}

td.header
{
font-weight: bold;
font-size: 11px;
}

td.login
{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 15px;
color: #ff0000;
}

td.head {
font-weight: bold;
background-color: #d0d0d0;
border-bottom: 1px solid #000000;
}


a:link {
   color: #3366cc;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

a:visited {
   color: #3366cc;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

a:hover {
   color: #3366cc;
   text-decoration: underline;
   font-weight: bold;
   font-size: 11px;
}

a:active {
   color: #3366cc;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

a.white:link, a.white:visited, a.white:active {
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

a.white:hover {
   color: #ffffff;
   text-decoration: underline;
}



a:link.choose {
   color: #0000FF;
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
}

a:visited.choose {
   color: #0000FF;
   text-decoration: none;
   font-weight: bold;
}

a:hover.choose {
   color: #0000ff;
   text-decoration: underline;
   font-weight: bold;
}

a:active.choose {
   color: #0000ff;
   text-decoration: none;
   font-weight: bold;
}

a:link.lang, a:visited.lang{
   color: #aaaaaa;
   text-decoration: none;
   font-weight: bold;
   font-size: 9px;
   line-height: 17px;
}

a:hover.lang {
   color: #ff0000;
   text-decoration: none;
   font-weight: bold;
}

a:active.lang {
   color: #0000ff;
   text-decoration: none;
   font-weight: bold;
}

a:link.back, a:visited.back  {
   color: #0000FF;
   text-decoration: underline;
   font-weight: normal;
   font-size: 10px;
   line-height: 25px;
}

a:hover.back {
   color: #0000FF;
   text-decoration: none;
   font-weight: normal;
   font-size: 10px;
}

a:active.back {
   color: #0000FF;
   text-decoration: underline;
   font-weight: normal;
   font-size: 10px;
}

a.logout:link, a.logout:visited  {
   color: #ff0000;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

a.logout:hover {
   color: #000000;
   text-decoration: none;
}

a.logout:active {
   color: #000000;
   text-decoration: none;
}

a:link.redLink, a:visited.redLink {
   color: #ff0000;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}


a:hover.redLink {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

a:active.redLink {
   color: #ff0000;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

a.gf_l:link, a.gf_l:visited, a.gf_l:active, a.gf_l:focus {
float: left;
width: 275px;
height: 77px;
padding: 4px 0px 4px 2px;
border: 1px solid #dcdcdc;
font-family: verdana;
font-size:10px;
line-height: 14px;
background-color: #ffffff;
text-decoration: none;
color: #000000;
margin-left: 2px;
vertical-align: middle;
margin-top: 4px;
margin-right: 1px;
}

a.gf_l:hover {
border: 1px solid #dcdcdc;
background-color: #f9f9f9;
color: #cc3333;
}

a.gf_r:link, a.gf_r:visited, a.gf_r:active, a.gf_r:focus {
text-align: right;
width: 275px;
height: 77px;
padding: 4px 0px 4px 2px;
border: 1px solid #dcdcdc;
font-family: verdana;
font-size:10px;
line-height: 14px;
background-color: #ffffff;
text-decoration: none;
color: #000000;
margin-left: 2px;
vertical-align: middle;
margin-left: 1px;
margin-top: 4px;
}

a.gf_r:hover {
border: 1px solid #dcdcdc;
background-color: #f9f9f9;
color: #cc3333;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

a.linkmain:link, a.linkmain:active, a.linkmain:visited {
font-family: "Trebuchet MS", Georgia, serif;
font-size: 16px;
color: #3366CC;
}

a.linkmain:hover {
color: #cc3300;
}

td.func {
border: 4px solid #0099CC;
background-color: #f1f1f1;
padding: 5px;
}

h1 {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 20px;
	color: #125373;
	/*border-bottom: 1px solid #125373;*/
	padding: 5px 0px 15px 0px;
	font-weight: bold;
  	margin: 10px 0px 10px 0px;
   width: 240px;
   text-align: left;
   line-height: 25px;
}



h2 {
   font-size: 0.8em;
   color: #f60;
   margin: 15px 60px -5px 240px;
}

h3 {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 20px;
	color: #3366CC;
	padding: 5px 0px 15px 0px;
	font-weight: bold;
  	margin: 20px 10px 10px 10px;
}

h4 {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 16px;
	color: #ff6600;
	margin: 5px 0px 10px 5px;
	font-weight: bold;
}

/* verursacht Fehler im Spaw
p {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #666;
   margin: 10px 60px 10px 240px;
}


ul {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #666;
   margin: 10px 60px 10px 240px;
}
*/
/* Header */
#header {
   border: 1px solid #fff;
}

#header p {
   font-size: 0.8em;
}
/* ENDE Header */


/* Navi */
#navi {
   border: 1px solid #fff;
}

#navi a {
   text-decoration: none;
}
/* ENDE Navi */

input, select, textarea
{
font-size: 11px;
font-family: verdana;
}

input.cssButton{
border-left:  1px solid #f2f2f2;
border-right:  1px solid #5f5f5f;
border-top:  1px solid #f2f2f2;
border-bottom:  1px solid #5f5f5f;
font-weight:Bold;
font-size: 11px;
color: #004080;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #f2f2f2;
background-image: url("../images/bg_button.gif");
background-repeat: repeat-x;
height: 20px;
}

.radio
{
border: 0px;
}

/*LAYER*/

#message {
position: absolute;
top: 150px;
left: 250px;
width: 300px;
height: 200px;
color: #ff0000;
font-weight: bold;
font-size: 10px;
/*background-image: url("../images/bg_message.gif");
background-repeat: repeat;*/
background-color: #f2f2f2;
border-left: 4px solid #ff0000;
border-right: 4px solid #ff0000;
border-bottom: 4px solid #ff0000;
z-index:999;
}

.step_header {
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 19px;
	color: #0099cc;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
}

#box {
position: relative;
top: 10px;
left: 0px;
width: 630px;
border: 4px solid #0099cc;
padding: 7px;
font-size: 11px;
background-color: #eaeaea;
}

.tiny {
font-size: 9px;
color: #5a5a5a;
margin-bottom: 5px;
}

#infobox {
position: absolute;
top: 200px;
left: 810px;
width: 200px;
height: 400px;
}

	#infobox .en_top {
	background-image: url("../images/en_top.gif");
	background-repeat: no-repeat;
	background-position: top center;
	height: 26px;
	}

	#infobox .en_bottom {
	background-image: url("../images/en_bottom.gif");
	background-repeat: no-repeat;
	background-position: top center;
	height: 12px;
	}

	#infobox .en_middle {
	font-size: 11px;
	color: #f00;
	background-image: url("../images/en_content.gif");
	background-repeat: repeat-y;
	background-position: top center;
	padding: 3px 15px 3px 15px;
	}
/*LAYER ENDE*/