/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css 48 2003-10-26 17:07:44Z typo3 $ */



SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 


.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
}
.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}
.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}







.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #6600CC;
}







.searchform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}






.mailform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}






.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #990000;
}
.filelinkssize {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : Green;
}



.sitemap1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC6600;
}
.sitemap2 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}
.sitemap3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}
.sitemap4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}




.celmenu {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}





/* schielemaschinenbau */
body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: arial, verdana, sans-serif; 
	color: #000000;
	font-size:9pt;
	line-height:12pt;
	background-image:url(../pics/hg_main.gif);
	background-repeat: repeat-x; 
}

#mainframe {
	width:940px;
/*	border: 1px solid green;	*/
}

#logo {
	font-size:1.2em;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-left:30px;
	height: 195px;
}
.marginLogo {
	margin-left:690px;
	margin-top:24px;
	margin-bottom:34px;
}

#content {
	background-image:url(../pics/linie_subnav.gif);
	background-repeat: repeat-y;
	background-position: 10px 10px;
}

#mainnav {
	border-bottom: 1px solid #A6A294;
	padding-top: 8px;
	padding-bottom: 6px;
	height: 20px;
	padding-left: 30px;
/*	border: 1px solid green;	*/
}
#mainnavHome {
	width:268px;
	height:20px;
	float: left;
/*	border: 1px solid green;	*/
}
#mainnavHome a:link { text-decoration: none; color: #A6A294; }
#mainnavHome a:visited { text-decoration:none; color:#A6A294; }
#mainnavHome a:hover { text-decoration:none; color:#000000;}
#mainnavHome a:active { text-decoration:none; color:#000000;  }

#content #mainnav #mainnavContent #mainNavlist {
	margin: 0px;
	padding: 0px;
	padding-top: 0.2em;
}
#content #mainnav #mainnavContent #mainNavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 1.4em;
}
#mainnav a:link { text-decoration: none; color: #A6A294; }
#mainnav a:visited { text-decoration:none; color:#A6A294; }
#mainnav a:hover { text-decoration:none; color:#000000;}
#mainnav a:active { text-decoration:none; color:#000000;  }

#mainnav a#current { text-decoration:none; color:#000000; }


#content #subnav {
	float:left;
	width: 244px;
	border-right: 1px solid #A6A294;
}
#content #subnav #subNavlist li {
	display: inline;
	/* for IE5 and IE6 */
}
#content #subnav #subNavlist {
	width: 244px;
	/* to display the list horizontaly */
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px #A6A294 solid;
/*	border-left: 1px #000 solid;	*/
}
#content #subnav #subNavlist a {
	width: auto;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	border-bottom: 1px #A6A294 solid;
	padding: 0.6em 0.6em 0.6em 30px;
}
#content #subnav #subNavlist a:link { background-color: #ffffff; text-decoration:none; color:#A6A294; }
#content #subnav #subNavlist a:visited { text-decoration:none; color:#A6A294; }
#content #subnav #subNavlist a:hover { background-color: #C4C2B9; text-decoration:none; color:#000000; }
#content #subnav #subNavlist a:active { text-decoration:none; color:#000000;  }

#content #subnav #subNavlist a#current { background-color: #C4C2B9; text-decoration:none; color:#000000; font-weight: normal; background-image:url(../pics/navi_sub_pfeil_current.gif); background-repeat: no-repeat; }

/* einrückung für subpunkte */
#content #subnav #subNavlist a.sub {
	padding: 0.6em 0.6em 0.6em 60px;
 	background-color: #EDECEA;
 }
#content #subnav #subNavlist a.sub:link { background-color: #EDECEA; text-decoration:none; color:#A6A294; }
#content #subnav #subNavlist a.sub:visited { text-decoration:none; color:#A6A294; }
#content #subnav #subNavlist a.sub:hover { background-color: #C4C2B9; text-decoration:none; color:#000000; }
#content #subnav #subNavlist a.sub:active { text-decoration:none; color:#000000;  }

#content #subnav #subNavlist a.sub#current { background-color: #C4C2B9; text-decoration:none; color:#000000; font-weight: normal; background-image:url(); }



#maincontent {
	float:left;
	width:420px;
	border-left: 1px solid #A6A294;
	margin-left: -1px;
}

#maincontent #contentAbstand {
	float:left;
	width:60px;
}
#maincontent #main {
	float:left;
	width:358px;
	border:0px solid green;
}

#maincontent #main h1 {
	font-size: 1.1em;
	color: #000000;
	line-height: 2.0em;
	margin: 0px;
	padding: 0px;
	margin-top:1.8em;
}
/* einzelheader mit pfeilgrafik */
#maincontent #main #header h1 {
	font-size: 2.1em;
	color: #000000;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
	margin-top:0.8em;
	font-weight: 100;
}
#maincontent #main p, table, tr, td {
	font-size:1.0em;
	line-height:1.8em;
	margin: 0px;
	padding: 0px;
	margin-top:1.8em;
}

#maincontent #main ul li {
	font-size:1.0em;
	line-height:1.8em;
	margin: 0px;
	padding: 0px;
	padding-left:-1.0em;
	margin-left:-1.0em;
	margin-top:1.8em;
}

#maincontent #main h2 {
	font-size:1.0em;
	line-height:1.8em;
	margin: 0px;
	padding: 0px;
}


/* für homeseite */
#maincontentHome {
	float:left;
	width:630px;
	border-left: 1px solid #A6A294;
	background-color:#EBEAE7;
}
#maincontentHome #contentAbstand {
	float:left;
	width:60px;
}
#maincontentHome #main {
	float:left;
	width:500px;
/*	height:239px;	*/
	height:240px;
/*	margin-top:6px;	*/
}

#maincontentHome #main a:link 	{ text-decoration:none; color:#000000; }
#maincontentHome #main a:visited { text-decoration:none; color:#000000; }
#maincontentHome #main a:hover { text-decoration:none; color:#A6A294;}
#maincontentHome #main a:active { text-decoration:none; color:#A6A294;  }


#maincontentHome h1 {
	font-size: 2.1em;
	color: #000000;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	margin-top:2.7em;
	font-weight: 100;
}
.hgHome {
	background-image:url(../pics/hg_main_home.gif);
	background-repeat: repeat-x; 
}
#content #subnavHome {
	float:left;
	width: 244px;
/*	height:240px;	*/
	height:240px;
	border-right: 0px solid #A6A294;	
/*	padding-top:5px;	*/
	background-color: white;
}





#news {
	float: right;
	width:210px;
	margin-top:44px;
}

#news #newsHead {
	background-color:#E4E3DF;
	width:100%;
}

#news #newsContent h1 {
	font-size: 1.0em;
	color: #000000;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	margin-top:0.6em;
	margin-bottom:0.6em;
	
	padding-top: 1.5em;
	widht: 100%;
	background-image:url(../pics/newshead_pfeil_hg.gif);
	background-repeat: repeat-x;
}
#news #newsContent p {
	font-size:1.0em;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	margin-bottom:2.6em;
}
#news #newsContent a:link { text-decoration:none; color:#000000; font-weight: bold; }
#news #newsContent a:visited { text-decoration:none; color:#000000; font-weight: bold; }
#news #newsContent a:hover { text-decoration:underline; color:#000000; font-weight: bold; }
#news #newsContent a:active { text-decoration:underline; color:#000000; font-weight: bold; }



#linietop {
	position:absolute;
	right:0px;
	top:228px;
	width:1000px;
	margin-top:-1px;
	padding-top:-2px;
	border-top: 1px solid blue;
}


a:link 	{ text-decoration:underline; color:#000084; }
a:visited { text-decoration:underline; color:#000084; }
a:hover { text-decoration:none; color:#A6A294;}
a:active { text-decoration:none; color:#A6A294;  }



/* angepasste styles aus typo3 */
.caption {
	font-size:0.8em;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
}

.table {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #CC3366;
}

.loginform {
	font-size:1.0em;
	line-height:1.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom:1.2em;
}

INPUT {  



	font-size:1.1em;
}



/* +++++++++++++ Newsbereich ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
h3.news-titel {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 0.8em;
	font-weight: 600;
	color: #000000;
}

h3.news-titel span.news-list-date {
	font-size: 0.7em;
	font-weight: normal;	
}
*/

div.news-clearer {
	clear:both;
	padding-bottom: 45px;
}

.news-list-container {
	margin:0px;
	padding:0px;
	margin-top:28px;
}
.news-list-item {
/*	clear: both;	*/
	margin:0px;
	padding:0px;
}

.news-list-image-text {
/*	width: 358px;	*/
}
/*
.news-list-image-text .spacer-gif {
	width:10px;
}
*/
.news-list-image {
/*	width: 100px;	*/
	float:right;
/*	height: 90px;*/
/*	padding-right: 20px;	*/
}

.news-list-text {
/*	width: 330px;		*/
/*	float:left;		*/
/*	background-color:#eeffee;	*/
/*	height: 90px;		*/
}


/* eigene ++++++++++++ */
.clearer {
	display:none;
}

.news-list-text a:link { text-decoration:none; color:#000000; font-weight: bold; }
.news-list-text a:visited { text-decoration:none; color:#000000; font-weight: bold; }
.news-list-text a:hover { text-decoration:underline; color:#000000; font-weight: bold; }
.news-list-text a:active { text-decoration:underline; color:#000000; font-weight: bold; }

h2.news-titel {
	text-decoration: none;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #000000;
}

.news-list-text p, h2 {
	margin:0px;
	padding:0px;
}

.news-latest-link {
	margin-top:-28px;
	margin-bottom:22px;
}

p.news-single-imgcaption {
	margin-top:-28px;
	font-size:0.8em;
}


/* contenttable ++++++++++++++ */
.contenttable td {
	padding-right:8px;
}

/* linklisttable +++++++++++++ */
.csc-uploads td {
	padding-right:8px;
}





/* images für content css styled +++++++++++++++ */
.csc-textpic {
	margin-top:20px;
}



/* mailformular +++++++++++++++++++++++ */
.csc-mailform {
	border:0px solid red;
	margin:0px;
	padding:0px;
	padding-left:0px;
	margin-top:20px;
}
.csc-mailform-field {
	margin:0px;
	padding:0px;
	width:335px;
	margin-bottom:2px;
}
input {
	background-color:#ffffff;
	border:1px solid #A6A294;
	width:220px;
	font-family: Arial,Helvetica,Geneva,Sans Serif;
	margin-bottom:10px;
}
/*bei referenzen*/
#mailformbranche {
	background-color:#ffffff;
	border:1px solid #A6A294;
	width:330px;
	font-size:1.1em;
	font-family: Arial,Helvetica,Geneva,Sans Serif;
}
/*bei ersatzteilbestellung*/
#mailformtext {
	background-color:#ffffff;
	border:1px solid #A6A294;
	width:330px;
	font-size:1.1em;
	font-family: Arial,Helvetica,Geneva,Sans Serif;
}
.csc-mailform-submit {
	width:110px;
	background-color:#A6A294;
	border: 1px solid #A6A294;
	font-size:1.0em;
	font-family: Arial,Helvetica,Geneva,Sans Serif;
}
/* mailformular fertig */
