@import url('buildin_style.css');
@import url('layout.css');
@import url('navigation.css');
@import url('gallery.css');

html {
	height : 100%;
	margin : 0;
	padding : 0;
}


body {
	min-height: 101%;
	margin: 0;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #333333;
}

img {
        border: 0px;
}

/*----------------------------*/
/* Überschriften              */
/*----------------------------*/
h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 25px;
	border-bottom: 3px solid #ffcc00;
	background-color: #FD9719;
	color: #000000;
	font-size: 28px;
}
h2 {
	width: 100%
	margin: 10px 0 0 0;
	padding: 0 0 5px 15px;
	border-bottom: 2px solid #FD9719;
	color: #000000;
	font-size: 24px;
	font-style: italic;
}
h3 {
	margin: 10px 0 5px 0;
	color: #000000;
	font-size: 20px;
	font-style: italic;
}
h4 {
	margin: 2px 0 2px 0;
	color: #000000;
	font-size: 18px;
	font-style: italic;
}
h5 {
	margin: 10px 0 5px 0;
	color: #000000;
	font-size: 16px;
	font-style: italic;
}

/*----------------------------*/
/* Horizontale Linie          */
/*----------------------------*/
hr {
	margin: 2px 0 0 0;
	border : 0 solid;
	height : 1px;
	font-size : 1px;
	line-height : 1px;
	color : #FD9719;
	background-color : #FD9719;
}

/*----------------------------*/
/* Tabellen                   */
/*----------------------------*/
table {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px dotted #D0D0D0;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #ffcc00;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
        text-align: left;
}
tr {
	border: 0px dotted #D0D0D0;
}
tr.row1 {
	background-color: ##FAE9A3;
}
tr.row2 {
	background-color: ##FAE9A3;
}
td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 0px dotted #D0D0D0;
	border-right: 0px solid #ffffff;
	border-spacing: 0px;
}

/*----------------------------*/
/* Listen                     */
/*----------------------------*/

ul ul, ol ol {
	padding: 0 0 0 0px;
	margin: 0;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
li {
	padding: 0;
	line-height : 1.4em;
	padding-left: 0px;
	margin: 0 0 0 0px;
	color:#000000;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
ol li {
	background: none;
}

/*----------------------------*/
/* Links                      */
/*----------------------------*/

#content a, a:hover, a:link {
	outline-style : none;
	font-weight : bold;
	text-decoration : none;
}
#content a {
	color: #cc0000;
	text-decoration: none;
}
#content a:hover {
	color : #FFCC00;
}

a.out {
padding-left : 18px;
background-image : url('images/link_out_bg.gif');
background-position : left center;
background-repeat : no-repeat;
}

a.mail {
padding-left : 18px;
background-image : url('images/mail.gif');
background-position : left center;
background-repeat : no-repeat;
}

a.top {
padding-left : 18px;
background-image : url('images/_top.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.back {
padding-left : 18px;
background-image : url('images/_back.gif');
background-position : left center;
background-repeat : no-repeat;
}

a.link {
padding-left : 20px;
background-image : url('images/link.gif');
background-position : left center;
background-repeat : no-repeat;
}

a.pdf {
padding-left : 20px;
background-image : url('images/pdf.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.word{
padding-left : 20px;
background-image : url('images/word.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.excel{
padding-left : 20px;
background-image : url('images/excel.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.pps{
padding-left : 20px;
background-image : url('images/pps.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.folder{
padding-left : 20px;
background-image : url('images/folder.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.calendar {
padding-left : 18px;
background-image : url('images/calendar.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.info{
padding-left : 18px;
background-image : url('images/info.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.lupe{
padding-left : 18px;
background-image : url('images/lupe.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.print{
padding-left : 18px;
background-image : url('images/print.gif');
background-position : left center;
background-repeat : no-repeat;
}
a.file{
padding-left : 18px;
background-image : url('images/file.gif');
background-position : left center;
background-repeat : no-repeat;
}

/*----------------------------*/
/* Footer                     */
/*----------------------------*/

#footer {
	float: right;
	height: 20px;
	margin: 5px 40px 0 0;
	width: 743px;
	text-align: center;
	border-top: 0px solid #ffcc00;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #A1A1A1;
}

#footer a {
	color: #A1A1A1;
	text-decoration: none;
}
#footer  a:hover {
	color : #FFCC00;
}


