/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px ;
	color: #333;
}

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

h1	{font-size:11pt;padding-top:30px;padding-bottom:20px;}
h2	{font-size:10pt;padding-top:12px;padding-bottom:4px;}
h3	{font-size:12px;padding-top:6px;padding-bottom:6px;}
h1, h2, h3 {font-weight:bold;color: #333;margin:0}

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

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

th, td {border: 0; }
 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #CCC;}
.gray {color: #999;}
.dark {color: #666;}
.highlighted {color: #ae111f; background-color: transparent;}
.clear {display: block; clear: both;}

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

.wide {line-height: 150%;}

.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; background: url(../images/files/file_div.gif) no-repeat top left;}	
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.more_link { background: url(../images/but_link.gif) no-repeat top left ;background-position: 0px 2px;padding: 0 0 0 14px;}

a.button {
	color: #333;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #CCC;	
}
a.button:visited {
	color: #333;
	background-color: #CCC;
}
a.button:hover{
	color: #f6f6f6;
	background-color: #ae111f;
	border: 1px solid ;
}

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

.line{ 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0;
	float: left;
}
.right {
	padding: 5px 0;
	float: right;
}

.bg_col_11, .bg_col_21, .bg_col_12, .bg_col_13, .bg_col_31, .bg_col_111, .bg_col_112, .bg_col_121, .bg_col_211, .bg_col_1111 {
	clear: both;
}
/*** insert backgrounds here ***/
.bg_col_11 {}
.bg_col_21 {}
.bg_col_12 {}
.bg_col_13 {}
.bg_col_31 {}
.bg_col_111 {}
.bg_col_112 {}
.bg_col_121 {}
.bg_col_211 {}
.bg_col_1111 {}

.col_12, .col_13, .col_23, .col_14, .col_34 {
	float: left;
	margin: 0 13px;
}

.col_12	{ width: 292px; }
.col_13 { width: 186px; }
.col_14 { width: 133px; }
.col_23 { width: 398px; }
.col_34 { width: 451px; }
.first 	{ margin-left: 0; }
.last	{ margin-right: 0; }
.clear	{ clear: both; }

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

div.feature_box {
	border: 1px solid #999;
	background-color: #CCC;
	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{
	padding: 10px;
	border: 1px solid #fc0;
	background-color: #fe9;
	margin-bottom: 10px;
	clear: both;
}
div.error{
	border-color: #f00;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #3c0;
	background-color: #aeb;
}
div.message h1{
	font-size: 12px;
	margin: 0;
}
div.message ul{
	margin: 0;
}

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

div.news_article {
	clear: both;
	padding-bottom: 10px;
}

h2.news span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

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

a.article_link {
	display: block;	
	color: #333;
	background-color: #CCC;
	border: 1px solid #999;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #999;
	color: #f6f6f6;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #ae111f;
}
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: url(../images/bg_box_670.png) no-repeat top left #ae111f;
	color: #f6f6f6;
	padding: 2px;
	margin: 0;
	text-align: left;
}
table.content_table tbody th {
	background-color: #999;
	color: #333;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #CCC;
}

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

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

/*******************************************************************************
 * 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: #CCC;
	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;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #f6f6f6;
	background-color: #ae111f;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #ae111f;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * 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: #f6f6f6;
	background: #f6f6f6;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: none;
	background: #CCC;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #CCC;
	border: 1px solid #999;
	padding: 10px 5px;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	background-color: white;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * foto galery
 ******************************************************************************/
 
.foto {
	float: left;
	margin: 0 20px 20px 0;
	background-color: white;
	border: 1px solid #999;
}

/*******************************************************************************
 * buehlmann
 ******************************************************************************/

.box_big {
	margin-bottom: 10px;
}

.box_big a, .box_medium a, .box_small a {
	display: block;
	text-decoration: none;
}

.box_big .box_head {
	height: 50px;
	background: url(../images/bg_box_670.png) no-repeat top left #ae111f;
	color: white;
	padding: 15px 20px;
	font-size: 11px;
}
.box_head h1, .box_head h2 {
	padding: 0;
	color: white;
	font-size: 10pt;
}
.box_head h2 {
	font-size: 12px;
}


.box_medium {
	width: 245px;
	float: left;
	margin: 0 10px 10px 0;
}

.box_medium .box_head, .box_small .box_head {
	height: 25px;
	padding: 5px 20px;
	background: url(../images/bg_box_245.png) no-repeat top right #ae111f;
	color: white;
	font-size: 11px;
	line-height: 120%;
}

.box_small {
	width: 160px;
	float: left;
}

.modelle {
	width: 160px;
	float: left;
	margin: 0 10px 10px 0;
	background-color: white;
	text-align: center;
}
.modelle a {
	text-decoration: none;
}
.modelle h2 {
	bottom: 0px;
	left: 0px;
	margin:0;
	padding: 8px 20px;
	text-align: left;
	background: url(../images/bg_box_245.png) no-repeat top right #ae111f;
	color: white;
	height: 19px;
}
.last {
	margin-right: 0;
}

/*******************************************************************************
 * team
 ******************************************************************************/
 
 .team {
 	float: left;
 	width: 137px;
 	height: 160px;
	margin-right: 30px;
 }
 
 .team_name {
 	float: left;
 	width: 300px;
	margin-right: 30px;
 }
 
 .team_detail {
 	width: auto;
 }
 
 .team_col2 {
 	float: left;
 	width: 500px;
 }
 
 .p_top {
 	padding-top:12px;
 }
 
 .b_top {
 	padding-top:30px;
 }
 
 .m_bottom {
 	margin-bottom: 30px;
 }
 
 .f_right {
 	float: right;
 }
 
 .break {
 	clear: both;
 }
 
 .virtual_box {
	clear: both;
	width: 640px;
}

ul.submenue {
	margin: 0;
	padding: 3px 0;
} 

ul.submenue li {
	display: inline;
	padding: 3px 10px 0 3px;
}

ul.extranet-folders, ul.extranet-files {
	clear: both;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
	border-bottom: 0;
}

ul.extranet-folders li, ul.extranet-files li {
	list-style: none;
	border-bottom: 1px solid gray;
	padding: 5px;
}

ul.extranet-folders .right, ul.extranet-files .right {
	padding: 0;
}

ul.extranet-files {
	border-top: 0;
}

ul.extranet-folders li {
	padding-left: 30px;
	background: url(../images/folder.gif) no-repeat 6px 8px #ddd;
}

