/* Solf Stylesheet  */
/* 03.05.2010 */

/* base settings */

/*
html {
	font-size:100%;
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	overflow:hidden
}
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: "Courier New", Courier, mono; */
	font-size: 9pt;
	color: #4C4C4C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/bg.png);
	/* background-color: #F7F7F7; */
}


p {
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	/* text-align: justify; */
	/* width: 485px; */
}

p.bodytext {
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	/* text-align: justify; */
	/* width: 485px; */
}

a {
color: #A20000;
text-decoration:none; white-space:pre-wrap;
}

a:hover {
text-decoration:underline;
}


.body-small {
	font-size:8pt;
}

.text-rot {
	color: #A20000;
} 

h1 {
	color: #000000;
	font-size: 17px;
	font-style: normal;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-top:3px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:2px;
}

h1.csc-firstHeader {
        margin-top:3px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:2px;
        font-style: normal;
        color: #000000;
	}

p.csc-subheader, p.csc-subheader-2, h2 {
        color: #4C4C4C;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	}
	
ul, li {
	
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	text-align: left;
        margin-left:12px;
        padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-position:outside;
}

div.trenner {
	height: 11px;
	width: 370px;
	background-image: url(img/bgtrenner.png);
	overflow: hidden;
}

/* Image Text */
.csc-textpic-caption {
	color: #6D6D6D;
	padding-top:5px;
        padding-left:0px;
        padding-right:0px;
        padding-bottom:5px;
        font-size:9px;

}

#breadcrumb {
	font-size:8pt;
}

#footerframe {
	font-size:8pt;
}

#footerframe a {
color: #A20000;
text-decoration:none; white-space:pre-wrap;
}

#footerframe a:hover {
text-decoration:underline;
}

#navi a {
/*	color: #000000; */
color: #A20000;
	
}

#navi a:link {text-decoration:none; white-space:pre-wrap;}
#navi a:visited {text-decoration:none; white-space:pre-wrap;}
#navi a:hover {white-space:pre-wrap; font-weight:normal; text-decoration:underline; color: #A20000;}
#navi a:active {white-space:pre-wrap; text-decoration:none; color: #A20000;}

div.menu-level-1-hi {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-family: "Courier New", Courier, mono; */
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 5px;
	font-weight:normal;
	font-size: 12px;
	color: #A20000;
	text-decoration: underline;
}

div.menu-level-1-lo {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-family: "Courier New", Courier, mono; */
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 12px;
}

div.menu-level-2-hi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 5px;
	font-size:10px; 
	font-weight: nornmal;
	color: #A20000;
	text-decoration: underline;
}

div.menu-level-2-lo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 10px;
	color: #A20000;
}

.csc-textpic-image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 11px;
}

.csc-textpic-image {padding: 0px; margin: 0px; border: 0px;}

.csc-textpic-firstcol {}

.csc-textpic-lastcol {}

/* Format the Extension */
/* 
for the divs in which the various albums or the images in plucks' album feature are shown
*/
.album {

}

/*
for the div in which a blogpost is shown
*/
.blogpost {

}

/*
for the span element which contains the title of a blogpost
*/
.posttitle {

}

/*
for the span element which contains some info about a blogpost
*/
.postinfo {

}


