/* content.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for content of pillerseetal

Author: elements.at 
--------------------------------------------------------------------- */

#contentsujet {
	width:940px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 20px;
	height:152px;
}

#contentsujet .overlay {
	width:940px;
	height:2px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/sujet_shadow.png) no-repeat;
	behavior: url(../js/iepngfix.htc);
}

#contentsujet .pagetitle {
	width:650px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:100px;
	left:240px;
}

.content {
	width:940px;
	overflow:hidden;
	margin:0 0 0 20px;
	padding:13px 0 0 0;
	background:url(../img/sujet_dropshadow.jpg) left top no-repeat;
}

.content .subnav {
	width:220px;
	overflow:hidden;
	float:left;
	
	/*height:200px;
	background:#0C9;*/
}



/* SUBNAV
--------------------------------------------------------------- */

.subnav ul {
	list-style:none;	
}

.subnav ul li {
	width:220px;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #e6ebf0;
}

.subnav ul li a {
	display:block;
	padding:5px 0 5px 15px;
	background:url(../img/link_arrow_red.gif) left 9px no-repeat;
	text-decoration:none;
	color:#333;
}

.subnav ul li a:hover {
	background:url(../img/link_arrow_grey.gif) left 9px no-repeat;
	color:#d70000;
}

.subnav ul li ul {
	padding:0 0 10px 12px;
}

.subnav ul li ul li {
	border:none;
}

.subnav ul li ul li a {
	padding:2px 0 2px 15px;
	background:url(../img/link_arrow_grey.gif) left 5px no-repeat;
}

.subnav ul li ul li a:hover {
	background:url(../img/link_arrow_red.gif) left 5px no-repeat;
}

/* SIDEBAR
--------------------------------------------------------------- */

.content .sidebar {
	width:220px;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
	
	/*height:200px;
	background:#CC3;*/
}

.content .sidebar .box {
	width:201px;
	overflow:hidden;
	float:left;
	padding:15px 0 15px 19px;
	background:url(../img/contentsidebar_bg.jpg) no-repeat;
	
	/*height:200px;*/
}

.content .sidebar .box.image {
	width:220px;
	padding:1px 0 15px 0;
}

.content .sidebar .box.image .t_image {
	width:220px;
	height:80px;
	overflow:hidden;
}

.content .sidebar .box.image .t_body {
	width:180px;
	height:56px;
	overflow:hidden;
	padding:18px 20px 0 20px;
	margin:0 0 10px 0;
	
}

.content .sidebar .box.image .t_link {
	width:180px;
	overflow:hidden;
	padding:0 0 0 20px;
}

.content .sidebar .box.image .t_link a {
	display:block;
	color:#d70000;
	text-decoration:none;
}

.content .sidebar .box.image .t_link a:hover {
	color:#000;
}

.content .sidebar ul {
	list-style:none;
}

.content .sidebar ul li {
	padding:3px 0;
}

.content .sidebar ul a {
	padding:0 0 0 18px;
	display:block;
	background:url(../img/linklist_arrow_red.gif) left 3px no-repeat;
	color:#d70000;
	text-decoration:none;
}

.content .sidebar ul a:hover {
	color:#333;
}






.content .sidebar .box .headline {
	width:182px;
	overflow:hidden;
	padding:0 0 15px 0;
}

.content .sidebar .box .headline em {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	line-height:18px;
	color:#73787d;
}

.content .sidebar .box.free table {
	border:none;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
}

.content .sidebar .box.free table tr {
	background:url(../img/sidebar_table_border.gif) left bottom no-repeat;
}

.content .sidebar .box.free table td {
	padding:5px;
}

.content .sidebar .box.free .date {
	padding:5px 0 0 0;
	color:#73787d;
}

.content .sidebar .box.calendar {
	
}

/*
.content .sidebar .box .linklist {
	list-style:none;
	
}

.content .sidebar .box .linklist a {
	display:block;
}
*/

/* TEXTAREA
--------------------------------------------------------------- */

.content .textarea {
	width:500px;
	overflow:hidden;
	float:left;
}

/* CONTENTBLOCK
--------------------------------------------------------------- */

.content .textarea .contentblock {
	width:460px;
	overflow:hidden;
	padding:0 20px;
	margin:0 0 20px 0;
}

.content .textarea .contentblock h2 {
	padding:15px 0 10px 0;
}

.content .textarea .contentblock h3 {
	padding:15px 0 10px 0;
}

.content .textarea .contentblock .image {
	padding:30px 0;
}

.content .textarea .contentblock ul {
	list-style:none;
	margin:0 0 9px 0;
}

.content .textarea .contentblock ul li {
	background:url(../img/liststyle_icon.gif) 0 4px no-repeat;
	padding:0 0 0 14px;
}

.content .textarea .contentblock ol {
	margin:0 0 9px 0;
	list-style-position:inside;
}

.content .textarea .contentblock .foto {
	padding:15px 0;
}

.content .textarea .contentblock .foto.right {
	float:right;
	padding:15px 0 15px 15px;
}

.content .textarea .contentblock .foto.left {
	float:left;
	padding:15px 15px 15px 0;
}

.content .textarea .contentblock .foto .fotoText {
	color:#73787D;
}

.content .textarea .contentblock table {
	/*width:460px;*/
	background:#f0f2f4;
	border-collapse:collapse;
}

.content .textarea .contentblock table th {
	background:#dcdee0;
	padding:5px;
}

.content .textarea .contentblock table tr {
	background:url(../img/table_border_bottom.gif) repeat-x;
}

.content .textarea .contentblock table td {
	padding:5px;
}

/* LINKBLOCK
--------------------------------------------------------------- */

.content .textarea .linkblock {
	width:460px;
	overflow:hidden;
	padding:0 20px;
	margin:0 0 20px 0;
}

.linkblock ul {
	list-style:none !important;
	padding:0 !important;
}

.linkblock ul li {
	padding:3px 0;
}

.linkblock ul a {
	padding:0 0 0 18px;
	display:block;
	background:url(../img/linklist_arrow_red.gif) left 2px no-repeat;
	color:#d70000;
	text-decoration:none;
}

.linkblock ul a:hover {
	color:#333;
}

/* NEWSBLOCK
--------------------------------------------------------------- */

.newsblock {
	width:460px;
	overflow:hidden;
	padding:0 20px;
	margin:0 0 20px 0;
}

.newsblock td {
	background: #FFFFFF;
	width: 60px;
	padding: 4px 10px 4px 0;
	vertical-align: top;
	border-top: solid 1px #CAD2DA;
}
.newsblock th {
	padding: 4px 0 4px 0;
	background: #FFFFFF;
	vertical-align: top;
	text-align: left;
	border-top: solid 1px #CAD2DA;
	font-weight:normal;
}

.newsblock table a, .newsblock table a:link {
	margin: 0 0 5px 0;
	color:#D70000;
}

.newsblock table a:hover {
	color:#333;
}


/* BREADCRUMB
--------------------------------------------------------------- */
.breadcrumb {
	width:460px;
	overflow:hidden;
	padding:0 20px;
}

.breadcrumb .position {
	color: #333333;
	padding: 6px 0 6px 0;
}

.breadcrumb .position a {
	background: url(../img/position_link.gif) left no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	text-decoration:none;
	color:#333333;
	float:left;
	white-space:nowrap;
}

.breadcrumb .position a:link, .position a:active, .position a:visited {
	color:#333333;
}

.breadcrumb .position a:hover {
	color:#D70000;
}

.breadcrumb .position .home {
	float:left;
}






