body 
{
	background-color: white;
	color: #444444;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif, Arial;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(/img/bodyBg.gif);
	background-repeat:repeat-x;
}

td
{
	vertical-align:top;
	font-size: 12px;
}

p
{
	margin:0px;
	padding:0px;
}

form
{
	margin:0px;
	padding:0px;
}

a, a:active
{
	color:#E72B28;
	text-decoration:none;
	border-bottom:1px dotted #444444;
}

a:visited
{
	color:#93463F;
	text-decoration:none;
	border-bottom:1px dotted #444444;
}

a:hover
{
	border-bottom:1px solid #E72B28; /*#444444;;*/
}

a.novisi:link a.novisi:active, a.novisi:visited 
{
	color:#E72B28;
}


h1
{
	margin-top:10px;
	background-image:url(/img/tat_18.png);
	background-repeat:no-repeat;
	padding-left:24px;
	font-size:16px;
	border-bottom:1px dotted #7EB938; /*#E72B28*/
	margin-bottom:6px;
}

h2
{
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}

th
{
	background-color: #cccccc;
}

#primnav
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#primnav li
{
	display:inline;
	padding-right:15px;
}
#primnav a
{
	font-weight:bold;
	color:#444444;
}
#primnav a:hover
{
	color:#E72B28;
}

#content p
{
	text-align:justify;
}

.mein
{
	color:#7EB938;
	font-weight:normal;
	font-style:italic;
}

.bottomNav
{
	margin-right:12px;
	color:#999999;
}
/* CSS-Box für die rechte Spalte */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(img/box.png) no-repeat bottom right;
} 
.cssbox { 
    width: 245px !important; /* intended total box width - padding-right(next) */
    width: 270px; /* IE Win = width - padding */
    padding-right: 0px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto 10px; auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: 0px; /* pull the right image over on top of border */
    padding-right: 15px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 10px 4px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	
	font-size:16px;
	font-weight:bold;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    padding: 0px 0px 10px 15px; /* mirror .cssbox_head right/left */ 
} 


/* CSS-Box für den Content */
/* set the image to use and establish the lower-right position */ 
.cssbox_content, .cssbox_body_content, .cssbox_head_content, .cssbox_head_content h2 {
    background: transparent url(img/box.png) no-repeat bottom right;
} 
.cssbox_content { 
    width: 590px !important; /* intended total box width - padding-right(next) */
    width: 600px; /* IE Win = width - padding */
    padding-right: 0px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto 10px; auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head_content { 
    background-position: top right; margin-right: 0px; /* pull the right image over on top of border */
    padding-right: 15px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head_content h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 10px 4px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	
	font-size:16px;
	font-weight:bold;
} 

/* set the lower-left corner image */ 
.cssbox_body_content { 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    padding: 0px 0px 10px 15px; /* mirror .cssbox_head right/left */ 
} 

