/******************************************************/
/*****     Stylesheet by Cross Media Marketing     ****/
/******************************************************/

/* Firefox Bug (unerwuenschte dicke Linien um Links) ausschalten */
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
  outline: none !important;
}

/* GRUNDLAGEN */

html, body, div, p {
    font-family:Tahoma, Arial;
	}
html, body {
	height: 100%;
    margin:0;
    padding:0;
	}
body {
	margin: 0 auto;
    background: #222;
	}
img {
    border:0;
	}

/* DIV-CONTAINER-GERÜST */

.tab1
{
	width: 100%;
	height: 100%;
	border: 0px dotted white;
}

.tab1 td
{
	border: 0px dotted white;
}

.tr-leer {
	height: 35%;
}

.tr-content-1 {
	height: 5%;
}

.tr-content-2 {
	height: 25%;
}

.td-content-1 {
	text-align: right;
	width: 40%;
}

.td-leer {
	width: 30%;
}


.td-content-2 {
	text-align: left;
}

.uschrift
{
	height:275px;
	width: 500px;
	background: url(/images/uschrift.png) no-repeat center;
}

.button {
	margin-right: 40px;
}

.button-last {
	margin-right: 0px;
}


/*
a.navi:link     {color: #38346c; text-decoration: none;}
a.navi:visited  {color: #38346c; text-decoration: none;}
a.navi:active   {color: #38346c; text-decoration: none;}
a.navi:hover    {color: #fff; text-decoration: none;}

a               {color:#38346c; text-decoration:none;}
a:hover         {color:#fff; text-decoration:none;}

*/