/*****************************************************************
 *  Element Styles
 *****************************************************************/
* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: 'courier new', verdana,helvetica,arial,sans-serif;
	font-size: 12px ;
	color: #333;
	font-weight: bold;
}

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

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

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

th, td {border: 0; }
 

/*******************************************************************************
 * 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 1px;padding: 0 10px 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: white;
	background-color: #E2001A;
	border: 1px solid ;
}

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

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

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

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: white;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #E2001A;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}


/*******************************************************************************
 * 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: white;
	background-color: #E2001A;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #E2001A;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

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

/****
 * styles
 *****/
 
div.col2-stoerer-description {
	position: relative;
	width: 483px;
	height: 100%;
}



div.col2-stoerer-description img.stoerer {
	
}



