/*****************************************************************
 *  General Look
 *****************************************************************/
body, td, tr, table, textarea, input, select {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px ;
	color: #929292;
}

form{ margin: 0;line-height:100%}

p	{margin-bottom:10px; margin-top:0px;}

h1	{font-size:16px;margin-top:25px;margin-bottom:20px;letter-spacing: 1px;}
h2	{font-size:13px;margin-top:12px;margin-bottom:4px;}
h3	{font-size:13px;margin-top:6px;margin-bottom:6px;}
h1, h2, h3 {color: #d18b22;font-weight: normal;}

hr { height: 1px; border: 1px solid #999; }

pre { font:13px "Courier New",monospace; margin: 0;}

a:link    {color:#d18b22;text-decoration:none;background-color:transparent}
a:visited {color:#d18b22;text-decoration:none;background-color:transparent}
a:active  {color:#d18b22;text-decoration:none;background-color:transparent}
a:hover   {color:#d18b22;text-decoration:underline;background-color:transparent}

img {border: 0}

menu li {list-style: none;}
 
/*****************************************************************
 *  Addidtional Colors and Sizes
 *****************************************************************/

.light {color: #eee;}
.gray {color: #999;}
.dark {color: #1c1c1c;}
.highlighted {color: #d18b22; background-color: transparent;}
.clear {display: block; clear: both;}

.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 180%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x top left;
	background-position: 0px 0px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; }	
a.pdf { background: url(../images/files/file_pdf.gif) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.gif) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.gif) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.gif) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.gif) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.gif) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.gif) no-repeat top left;}
a.div { background: url(../images/files/file_div.gif) no-repeat top left;}

a.more_link { 
	background: url(../images/but_link.gif) no-repeat top left ;
	background-position: 0px 3px;
	padding: 0 0 0 18px;
	color: #929292;
}
a.more_link:hover {
	text-decoration: none;
	color: #d18b22;
}

a.button {
	color: #929292;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #eee;	
}
a.button:visited {
	color: #929292;
	background-color: #eee;
}
a.button:hover{
	background-color: #999;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line{ 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0 5px 0;
	float: left;
	text-align: left;
}
.right {
	padding: 5px 0 5px 0;
	float: right;
	text-align: left;
}
.col1 {
	float: left;
	width: 235px;
	padding: 0;
}
.col2 {
	clear: none;
	padding-left:250px;
}

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/
div.message, div.message_ok, div.message_error{
	padding: 10px;
	margin-bottom: 15px;
}
div.message h1, div.message_ok h1, div.message_error h1{
	font-size: 13px;
	margin: 0;
}
div.message {
	border: 1px solid #ee0;
	background-color: #ffc;
}
div.message_ok {
	border: 1px solid #390;
	background-color: #99FF99;
}
div.message_error {
	border: 1px solid #F30;
	background-color: #FF9999;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
	padding-bottom: 10px;
}
h3.news span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #929292;
}

img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	font-size: 12px;
	color: #929292;
	background-color: #eee;
	border: 1px solid #999;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #999;
	color: #000;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #d18b22;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}

/*******************************************************************************
 * content tables
 ******************************************************************************/
table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #d18b22;
	color: #000;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	background-color: #999;
	color: #929292;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #eee;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 100px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/

div.page_browser {
	background: url(../images/but_link_gray.gif) no-repeat 0px 7px;
	padding-left: 18px;
} 

div.page_browser a.page {
	color: #929292;
	text-decoration: none;
	padding-right: 6px;
}
div.page_browser span.current_page {
	color: #d18b22;
	padding-right: 6px;
}
div.page_browser span.page_name {
	padding: 0px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #999 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: #000;
	background: transparent;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: none;
	background: #eee;
	text-decoration: none;
}

/*******************************************************************************
 * naef
 ******************************************************************************/
 
#nf_pic_right {
	position: absolute;
	top: 30px;
	left: 740px;
}

#nf_menue_bot {
	position: absolute;
	top: 380px;
	left: 0;
}

menu {
	margin: 0;
	padding: 0;
}
menu.start li {
	margin: 0; padding: 0;
}
a.bg_color {
	background-color:#1c1c1c;
	padding-right: 4px;
}
a.inactive {
	color: #929292;
}
menu.nf_kunden li{
	display: block;
}
menu.nf_kunden li.nf_kunde_a {
	background: url(../images/bg_kunden.gif) 55px 10px no-repeat;
}
menu.nf_kunden li.nf_kunde_p {
	background: url(../images/bg_kunden_p.gif) 55px 10px no-repeat;
}

menu.start {
	position: absolute;
	top: 0;
	left: 0;
}
menu.start {
	padding: 0;
	margin: 0;
}
menu.start a {
	padding: 0;
	margin: 0;
}
#start_kontakt {position: absolute; top: 220px; left: 635px;}
#start_kunden {position: absolute; top: 205px; left: 715px;}
#start_arbeiten {position: absolute; top: 128px; left: 802px;}
#start_buero {position: absolute; top: 100px; left: 735px;}
#start_news {position: absolute; top: 120px; left: 30px;display: none;}

.gray_arrow { 
	background: url(../images/but_link_gray.gif) no-repeat top left ;
	background-position: 0px 3px;
	padding: 0 0 0 18px;
}

iframe {
	border: 0;
}