/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/**
*	Freeflux-CSS 2-col-grey-light
*	by Alain C. Petignat 
*	alain at sequenz dot ch
*/
/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#body, body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color:222;
	padding:0px;
	margin: 0px;
	background-image: url(images/test/redGradBkg.jpg);
}

/* for iePC */ td{
    font-size: 12px;
}

a {
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none; 
}

a:visited {
	color: #666;
    border-bottom: 1px solid #666;

}

a:hover , a:active {
    color: #000;
    border-bottom: 1px solid #000;    
}

h1{
	font-size:18px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
h4{
    font-size:12px;
}

form{
    padding: 0px;
    margin: 0px;
}

.form{
    padding: 0px;
    margin: 5px 50px 15px 50px;
}

textarea, .formgenerell input, input.formgenerell {
    width:300px;
    border: 1px solid #69f; 
    margin-top: 5px;
    padding: 2px;
}

.formbutton {
    width:100px;
    border: 1px solid #69f; 
}

/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

/* container to center the layout
-------------------------------------- */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
	margin: 0px;
	background-repeat:no-repeat;
	background-position: right top;
	background-image: url(images/test/banner.jpg);
	background-repeat: no-repeat;
	height: 128px;
}
#banner a{
    color: #CC0000;
    text-decoration:none; 
    border:0;
}

#banner  a:hover {
    color: #FF0066;
}

#banner h1 {
	font-size: 102px;
	padding: 0px;
	margin: 0px;
}


/*main-navi
-------------------------------------- */
#topnavi {
	background-color: #990033;
}

#topnavi a {
	text-decoration: none;
	font-weight:normal;
	margin: 0px;
	font-size: 16px;
}

#topnavi a:visited {
	color:#FFF;
}

#topnavi a:hover {
	color: #ffcc00;
}

/* content elements
-------------------------------------- */
#content {
	margin-left:0px;
	margin-right:200px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#content h1, #content h2, #content h3, #content h4 {
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content p{
    line-height: 18px;
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content ul{
    padding: 0px 50px 0px 75px;
    margin:0px 0px 15px 0px;
}
#content p.center{
    text-align:center;
}
/* elements for the gallery
-------------------------------------- */
#content #gallerie{
    float:left;
    padding: 0px 0px 10px 50px;
    margin:0px 0px 20px 0px;
}

#gallerie a{
    border:0;

} 

#content .thumbnail{
    float:left;
    width:100px;
    margin: 15px 15px 0px 0px;
    padding: 0px;
}
#content .thumbnail img{
    border: 1px solid #666;
    padding: 1px;
}

#content  br.antileft {
    clear: left;
}

.antifloat {
    clear: both;
    visibility: hidden;
}

/* elements for the gallery_preview-plugin
-------------------------------------------*/
gallerie_preview{
    padding: 0px 10px 10px 25px;
    margin:0px 20px 20px 20px;
    border: 1px solid #666;
}

#gallerie_preview .thumbnail{
    float:left;
    width:100px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
#gallerie_preview .thumbnail img{
    border: 1px solid #666;
    padding: 1px;
}

#gallerie_preview_navi {
    margin-top: 10px;
}
#gallerie_preview_info {
    margin-top: 10px; visibility: visible;
}

/* elements for left and right navigation
-------------------------------------- */
#left {
    margin: 0px;
    padding: 25px 0px;
    background-color: #fff;
    border-bottom:1px solid #666;    
    border-left:1px solid #666;
    border-right:1px solid #666;    
}

#right {
    float: right;
    width: 200px;
    margin: 0,50,0,10;
    padding: 0px;
}

#right p{
    padding: 0px 15px 5px 25px;
    margin:0px;
}

#left a, #right a {
    border:0;
    text-decoration: none;
    color:#666;
}

#left .selected, #right .selected {
    text-decoration: underline;
}

#left ul, #right ul {
    list-style-type: none;
    margin: 0px 25px;
    padding: 0px;
} 
#left li, #right li {
    margin-bottom: 8px;
}
#left h3, #right h3{
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 25px;
}

/*footer
-------------------------------------- */
#footer {
    clear: both;
    padding: 0 50px;
    color: #666;
    font-weight: bold;
    margin: 0px;
    background-color: #fff;
}

/* calendar
------------------------------------------*/
#calendar {
	 width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(test/images/bg_calendar.gif) no-repeat right bottom;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {	
	color: #608194;
	background: url(test/images/bg_calendar.gif) no-repeat;
}

td a:hover, td a:active {
	color: #6aa3ae;
	background: url(test/images/bg_calendar.gif) no-repeat right top;
}
