/*
-----------------------------------------------
Author:   Torge Jörrens
Version:  2005
----------------------------------------------- */


/* Allgemein 
----------------------------------------------- */

body,table,tr,td {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#000000;
	padding:0;
	margin:0;
}

h1 {
	font-family:verdana,arial,sans-serif;
	font-decoration:none;
	font-size:20px;
	color:#FF0000;
}
/* LAYOUT 
----------------------------------------------- */

#header {
	background-image:url(/acononCMS/design/img_hintergrund_header.jpg);
	background-repeat:no-repeat;
	width:764px;
	height:171px;
}

#hintergrund {
	background-image:url(/acononCMS/design/img_hintergrund.jpg);
	background-repeat:repeat-x;
	background-color:#FDBE01;
}

#inhalt {
	background-image:url(/acononCMS/design/img_hintergrund_inhalt.jpg);
	background-repeat:repeat-y;
	width:730px;
}

#startseite {
	background-image:url(/acononCMS/design/img_hintergrund_startseite.gif);
	background-repeat:no-repeat;
	width:702px;
	height:202px;
}

#inhalt_weiss {
	background-image:url(/acononCMS/design/img_hintergrund_inhalt_weiss.jpg);
	background-repeat:repeat-y;
	width:730px;
}

#abschluss {
	background-image:url(/acononCMS/design/img_hintergrund_abschluss.jpg);
	background-repeat:no-repeat;
	width:764px;
	height:83px;
}
/* LINKS 
----------------------------------------------- */

a {
	color:#FF0000;
	text-decoration:underline;
}

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

a.alternativ {
	text-decoration:none;
	font-size:10px;
	color:#333333;
}

a.alternativ:hover {
	text-decoration:underline;
	font-size:10px;
	color:#333333;
}

/* ABSTAND 
----------------------------------------------- */

.abstand {
    font-size: 1px;
    line-height: 1px;
    height: 5px;
}