/**
 * Seite: www.ffg-flensburg.de
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2008-01
 * Autor: Maria Kabs, Ticcon AG
 ****************************************************************************************************/


/*==================================================
* Importierte Stylesheets
*===================================================*/
@import url("/fileadmin/css/navi-sub.css");



* {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

body, html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #333399;
}

hr {
	background-color: #ffffff;
	border: none;
	height: 1px;
	width: 180px;
	color: #ffffff;
}

* HTML hr {
	margin-left: 10px;
}

LI {
	list-style-position:outside;
	margin-left: 15px;
}


/****************************************************************************************************/
/***** S E I T E N A U F B A U *****/
/****************************************************************************************************/

#container {
	width: 920px;
	margin: auto;
	left: auto;
	right: auto;
}	

#top {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/bg_top.jpg);
	background-repeat: no-repeat;
	height: 19px;
}

#bottom {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 19px;
}

#header {
	padding-left: 10px;
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#main {
	width: 920px;
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f0f0f0;
	text-align: left;
}

* HTML #main {
	margin-top: -3px;
}

* +HTML #main {
	margin-top: -3px;
}

/****************************************************************************************************/
/***** H E A D E R *****/
/****************************************************************************************************/

#bilder {
	margin-right: 10px;
}

#logo {
	float: left;
	margin: 10px;
	padding-right: 55px;
}

/****************************************************************************************************/
/***** N A V I G A T I O N *****/
/****************************************************************************************************/

#navi-basis {
	text-align: right;
	float: left;
	margin-top: 54px;
	padding-left: 20px;
}

#navi-basis a {
	padding-right: 25px;
	text-decoration: none;
}

#navi-main {
	width: 900px;
	background-color: #cccccc;
	height: 24px;
	margin-left: 10px;
	padding-top: 2px;
}

* HTML #navi-main {
	padding-top: 1px;
}

#navi-main a {
	padding: 0 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #333399;
	vertical-align: bottom;
}

#navi-main a:hover {
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333399;
	background-color: #999999;
}

#navi-main a:active {
	background-color: #999999;
}

.navi-trenner {
	margin-top: 2px;
	vertical-align: middle;
}

* HTML .navi-trenner {
	vertical-align: top;
}
































/****************************************************************************************************/
/***** S P R A C H E  U N D  S U C H E *****/
/****************************************************************************************************/

#language {
	float: left;
	margin-left: 90px;
	margin-top: 52px;
	padding: 2px 2px 2px 0;
}

#language a {
	text-decoration: none;
}

#home {
	float: left;
	padding-left: 15px;
}

#deutsch {
	float: left;
	padding-left: 19px;
}

#englisch{
	float: left;
	padding-left: 19px;
}

#spanisch{
	float: left;
	padding-left: 19px;
}

* HTML #language {
	margin-left: 95px;
}

* HTML #language FORM #sprachauswahl SELECT {
	padding: 2px;
}

#search {
	float: right;
	width: 205px;
	padding-right: 15px;
	margin-top: 52px;
	padding-bottom: 3px;
}

#search #suchtext {
	float: left;
	margin-top: 2px;
}

/****************************************************************************************************/
/***** C O N T E N T *****/
/****************************************************************************************************/

#content_top {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/content_bg_top.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin-top: 25px;
	margin-left: 239px;
}

#scrollbar {
	width: 629px;
	height: 500px;
position: relative;
left: 5px;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

* HTML #scrollbar {
	margin-top: -5px;
left: 0;
}

.bodytext a:before {
	content: url(/typo3/fileadmin/www.ffg-flensburg.de/images/pfeil_top.gif);
	/*background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/pfeil_top.gif);
	background-repeat: no-repeat;
	padding-left: 5px;*/
	
}

* HTML .bodytext a {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pfeil_top.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
}

* +HTML .bodytext a {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pfeil_top.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
}


.csc-uploads-fileName p a:before {
	content: url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
}

.bodytext .download:before {
	content: url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
}

.contenttable .download:before {
	content: url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
}

* HTML .bodytext .download {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
	height: 16px;
}

* HTML .contenttable .download {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
	height: 16px;
}

* +HTML .bodytext .download {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
	height: 16px;
}

* +HTML .contenttable .download {
	display:inline-block;
	background-image:url(/typo3/fileadmin/www.ffg-flensburg.de/images/pdf_icon.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
	height: 16px;
}

#content {
	width: 560px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-right:10px;
}

* HTML #content {
	margin-left: 10px;
}

#scrollbar-ohne-navi {
	width: 629px;
	overflow:auto;
	height: 500px;
	margin: 0 0 20px 239px;
	background-color: #ffffff;
}

* HTML #scrollbar-ohne-navi {
	margin-top: -5px;
	margin-left: 242px;
}

#content_bottom {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin-left: 238px;
	margin-top: -20px;
}

* HTML #content_bottom {
	margin-left: 243px;
}

.csc-textpic-caption {
	font-size: 10px;
}

/****************************************************************************************************/
/***** U E B E R S I C H T s e i t e *****/
/****************************************************************************************************/

#content-left {
	width: 280px;
	height: auto;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	margin-right:10px;
}

* HTML #content-left {
	margin-left: 10px;
}

#content-right {
	width: 280px;
	height: auto;
	float: left;
	padding-top: 10px;
	margin-left: 10px;
}

/****************************************************************************************************/
/***** S t a r t s e i t e *****/
/****************************************************************************************************/

#content_start_top {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/content_bg_top_start.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin-top: 30px;
	margin-left: 59px;
}

#scrollbar-start {
	width: 800px;
	/*overflow:auto;
	height: 500px;*/
	min-height: 650px;
	height: 100%;
	margin: 0px 0 20px 60px;
	background-color: #ffffff;
}

* HTML #scrollbar-start {
	margin-top: -5px;
}

#content-start {
	width: 360px;
	height: auto;
	float: left;
	margin-left: 20px;
}

* HTML #content-start {
	margin-left: 10px;
}

#content-right-start {
	width: 360px;
	float: right;
	margin-right: 20px;
}

* HTML #content-right-start {
	margin-right: 10px;
	clear: both;
	margin-left: -110px;
}

#content_start_bottom {
	background-image: url(/typo3/fileadmin/www.ffg-flensburg.de/images/content_bg_bottom_start.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin-left: 59px;
	margin-top: -20px;
}


/****************************************************************************************************/
/***** F O O T E R *****/
/****************************************************************************************************/

#footer{
	
}

#adr {
	float:left;
	margin-left: 52px;
}

* HTML #adr {
	margin-left: 26px;
}

#footer {
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 7px;
	border-top: 1px solid #333333;
	padding-top: 3px;
	font-size: 10px;
	padding-right: 52px;
}

#footer a {
	padding-left: 20px;
	
}

#footer a:hover {
	text-decoration: none;
}

.navi-footer {
	float: right;
}

/****************************************************************************************************/
/***** F O R M U L A R *****/
/****************************************************************************************************/

/*
table {
    width: 100%;
}

.csc-mailform-field LABEL {
    width: 100px;
    float: left;
    padding: 0 10px 5px 0;
    width: 100%;
}

* HTML .csc-mailform-field LABEL {
   padding: 2px 10px 5px 0;
}

.csc-mailform-field INPUT,
.csc-mailform-field TEXTAREA {
	float: right;
	margin-right: 327px;
	margin-bottom: 2px;
	margin-top:-18px;
}
/*
* HTML .csc-mailform-field INPUT {
	margin-right: 304px;
}
*/
td,
input,
textarea {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top;
}

* HTML textarea {
    width: 262px;
    margin-left: 35px;
}

.csc-mailform-submit {
	width: 70px;
	margin-top: 20px;
}

/****************************************************************************************************/
/***** S I T E M A P *****/
/****************************************************************************************************/

.csc-sitemap a:link,
.csc-sitemap a:visited {
	text-decoration: none;
	color: #333333;
}

.csc-sitemap a:hover {
	text-decoration: underline;
	color: #ff9900;
}

.csc-sitemap UL {
	list-style-image: url(/fileadmin/www.koettermann.com/images/pfeil.gif);
	margin-left: 20px;
	line-height: 18px;
}

* HTML .csc-sitemap UL {
	list-style-image: url(/fileadmin/www.koettermann.com/images/pfeil_ie.gif);
}

* +HTML .csc-sitemap UL {
	list-style-image: url(/fileadmin/www.koettermann.com/images/pfeil_ie.gif);
}

.csc-sitemap UL LI UL {
	list-style-image: none;
}








TABLE.contenttable.contenttable-1 {
	margin: 3px 0 0 0;
	border-collapse: collapse;
	border: 1px solid #666666;
}
TABLE.contenttable.contenttable-1 TR TD,
TABLE.contenttable.contenttable-1 TR TH {
	padding: 2px;
	border: 1px solid #666666;
}
TABLE.contenttable.contenttable-1 .tr-even { background-color: #F9F9F9; }
TABLE.contenttable.contenttable-1 .tr-odd  { background-color: #FFFFFF; }
TABLE.contenttable.contenttable-1 TR TH {
	padding: 3px 2px 3px 2px;
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: left;
}