/**[../../../system/module/startseite/styles.css]**/
/*///////////////////////////////*/
/*/// layout by Lukas Mueller ///*/
/*///////////////////////////////*/

/* Diese CSS Datei dient ausschließlich der verschönerung der Startseiten-Module in der V2 */

/* Quicklinks */

#haupttabelle #cur_inhalt .cur_headline {
	border-top: 1px solid #6593CF;
	border-left: 1px solid #6593CF;
	border-right: 1px solid #6593CF;
	border-bottom: 0px;
	color: #15428B !important;
	background-image:  url('/system/module/startseite/infoboxtitelhintergrund.gif');
	font-family: verdana,arial,helvetica;
	font-size: 13px !important;
	font-weight: normal !important;
	padding: 4px !important;
}

#haupttabelle #cur_inhalt .cur_headline h1 {
	color: #15428B !important;
	font-family: verdana,arial,helvetica;
	font-size: 13px !important;
	font-weight: normal !important;
	border: none;
	margin-bottom: 0;
}

#haupttabelle .cur_element_quicklinks_inner {
	background-color: #E3EFFF;
	border: 1px solid #6593CF;
	padding: 10px;
}

#haupttabelle .quicklink_container {
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-decoration: none !important;
}

#haupttabelle .quicklink {
	text-align: center;
}

#haupttabelle .quicklink_container {
	height: 70px;
}

#haupttabelle .quicklink_trenner {
	display: none;
}

#haupttabelle .quicklink img {
	height: 50px !important;
}

/* Newsbox/Blackboard */

#haupttabelle .cur_element_newsbox {
	width: 100%;
}

#haupttabelle .newsbox_container {
	background-color: #E3EFFF;
	border: 1px solid #6593CF;
}

#haupttabelle #cur_inhalt .cur_element_newsbox .cur_headline {
	padding: 0 !important;
}

#haupttabelle .cur_element_newsbox h1 {
	width: auto;
	float: left;
	padding: 3px !important;
}

#haupttabelle .cur_element_newsbox a.newsbox_addpost_container {
	display: block;
	float: right;
	text-decoration: none;
	color: #15428B;
	padding: 3px;
	border-left: 1px solid #6593CF;
}

#haupttabelle .cur_element_newsbox a.newsbox_addpost_container:hover {
	background-image:  url('/system/module/startseite/buttonhintergrundhover.gif');
	background-repeat: repeat-x;
}

#haupttabelle .cur_element_newsbox .newsbox_addpost {
	padding-left: 20px;
	background:  url('/system/module/startseite/add.png') no-repeat;
}

#haupttabelle .newsbox_imgcontainer {
	padding: 0;
}

#haupttabelle .newsbox_separator {
	display: none;
}

#haupttabelle .cur_element_newsbox .newsbox_titel {
	margin-bottom: 0;
}

#haupttabelle #cur_inhalt .newsbox_newsmeldung {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b3c4d9;
	width: 100%;
}

#haupttabelle #cur_inhalt td.newsbox_imgcontainer {
	background: #d7e4f5;
	width: 200px;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #b3c4d9;
}

#haupttabelle .newsbox_img {
	width: 200px;
}

#haupttabelle .clearboth {
	clear: both;
}

.quicklink-group {
	float: left;
}

.quicklink-group-label, .quicklink-group-box {
	background: #eef5fd;
	padding: 5px;
}
.quicklink-group-label {
	border-top: 1px solid #b3c4d9;
	border-right: 1px solid #b3c4d9;
	border-bottom: 0;
	border-left: 1px solid #b3c4d9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 5px 5px 0 5px;
}
.quicklink-group-box {
	border-top: 0;
	border-right: 1px solid #b3c4d9;
	border-bottom: 1px solid #b3c4d9;
	border-left: 1px solid #b3c4d9;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0 5px 5px 5px;
}

