@CHARSET "ISO-8859-1";
	
body {
	background:  #ffffff url(http://www.fdp-soe.de/shadow.gif) top center repeat-y;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #4b4b4c;
	line-height: 155%;
}

#page {
	position:relative;
	width: 1000px;
	overflow: hidden;
	margin: 30px auto 10px auto;
	padding: 0px;
}

.grauelinie {
	width: 100%;
	height: 2px;
	background: #999;
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
}

.grauelinie2 {
	width: 100%;
	height: 1px;
	background: #ababab;
	display:block;
	overflow:hidden;
	margin-bottom: 2px;
}

.content {
	padding: 10px 30px 10px 30px;
	overflow: hidden;
}

ul#navi {
	list-style-type: none;
        display: block;
	}

ul#navi li {
	float: left;
	margin: 0 70px 0 0;
}

#banner {
	margin: 0px 0px 20px 0px;
}

#banner h1 {
 padding: 50px 0 0 40px;
 color: white;
 font-weight: bolder;
 font-strech: expanded;
 font-style: italic;
 line-height: 150%;
 font-size: 36;
}

.clear {
	clear: both;
}

h1 {
	font-size: 24px;
	color: #004da0;
	margin-bottom: 30px;
}

a.anav {
	text-decoration: none;
        color: #004da0;	
}

a.anav:hover {
	text-decoration: underline;
}

a {
	text-decoration:none;
        color: #004da0;
}

a:hover {
	text-decoration: underline;
        color: #004da0;
}

#linkespalte {
	width: 200px;
	margin: 0px 20px 0px 0px;
	float: left;
	position: relative;
}

#rechtespalte {
	width: 670px;
	margin: 0;
	float: right;
	position: relative;
}

.img150
{
float: left;
width: 100px;
padding: 3px;
font-size: 1.0em;
} 

.img50
{
float: left;
width: 50px;
padding: 3px;
font-size: 1.0em;
} 

a[href ^="mailto:"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/mail_icon.gif);
        background-position:	left;
        background-repeat:	no-repeat;
}


a[href ^="news://"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/news_icon.png);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href ^="ftp://"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/file_icon.gif);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href ^="irc://"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/discussionitem_icon.gif);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/audio.png);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/video.png);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/document.png);
        background-position:	left;
        background-repeat:	no-repeat;
}

a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"] {
        padding-left:		20px;
        background-image:	url(http://www.fdp-soe.de/download.png);
        background-position:	left;
        background-repeat:	no-repeat;
}