body{
	text-align: center;
	background-color: #EBEBEB;
	background-image: url("http://localhost/campula/html/tpl/campula/public/images/background.gif"); 
	background-repeat:repeat-x; 
}
div#page {
	width:800px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
}

h2{
	font-color:red;	
}


* {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
}

.block_title {
	text-decoration: none;
	color: black;
}
.block_title:hover {
	color: black;
}

.block:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}
.block_bold {
	text-decoration: none;
	font-weight:bold;
	color: #8E0000;
}

.block_bold:hover {
	color: grey;
	text-decoration: none;
}

.article_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: black;
}
.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: black;
	font-weight: bold;
} 	
.formular {
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #000000;  background: white;
		scrollbar-base-color:white;
        scrollbar-track-color:#5b95d7;
        scrollbar-face-color:#edeff1;
        scrollbar-highlight-color:#5b95d7;
        scrollbar-3d-light-color:#5b95d7;
        scrollbar-dark-shadow-color:#000000;
        scrollbar-shadow-color:#5b95d7;
        scrollbar-arrow-color:black;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 1px solid #000000;
	background: #ffffff;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}
.button_red {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid red;
	background: #fcfaed;
	font-weight: bold;
	color: red;
	cursor : pointer;
}
.button_klein {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background: #edeff1;
	font-weight: normal;
	font-size: 9;
	color: #041880;
	cursor : pointer;
	height: 17
}
.button_klein_red {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid red;
	background: #edeff1;
	font-weight: normal;
	font-size: 9;
	color: red;
	cursor : pointer;
	height: 17
}
