/*
    Document   : 09-start
    Created on : 07.10.2013, 08:32:47
    Author     : Michael Herzberg
    Description:
        Purpose of the stylesheet follows.
*/
html, button, input, select, textarea {
	color: #222;
}
body {
	line-height: 1.4;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.bodytext a {
	background: url("/typo3conf/ext/hsmw_main_template/Resources/Public/Images/icons/funktion_intern.png") no-repeat left 0.40em;
	padding-left: 14px;
	margin-left: 2px;
	color: #777;
	font-weight: bold;
}

/*******************************************************************************
 * Frame
 ******************************************************************************/
#wrap {
	background: #F1F2F4;
	margin: 0px auto;
	width: 990px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
#innerWrap {
	background-color: #FFF;
}

.withLimiter {
	width: 920px;
	margin: 0 auto;
}

/*******************************************************************************
 * Claim
 ******************************************************************************/
#head {
	position: relative;
	width: 100%;
	clear: both;
}
#facultyClaim {
	width: 267px;
	height: 137px;
	background-position: -1225px -0px;
}
#home {
	width: 267px;
	height: 137px;
}

/*******************************************************************************
 * naviService
 ******************************************************************************/
#naviService li {
	float: left;
	padding: 0 6px !important;
	border-right: 2px solid #FFF;
}

/*******************************************************************************
 * Slider
 ******************************************************************************/
#slideshow {
}
#slideshow img {
	width: 920px;
	height: 300px;
}
#slideshow .news-headline {
	display: none;
	position: absolute;
	z-index: 30;
	top: 0px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	padding: 40px 10px 10px;
	font-size: 1.2em;
	background: #FFF; /* Fallback IE 6-8 */
	background: rgba(42, 107, 183, 0.6);
}
#slideshow .news-headline h2 {
	color: #FFF;
	font-weight: bold;
}
#slideshow .news-headline p {
	color: #FFF;
}
.rslides_tabs {
	position: absolute;
	top: 30px;
	z-index: 10;
}
.rslides_tabs li {
	width: 15px;
	height: 15px;
	float: left;
	border: 1px solid #FFF;
	margin-left: 5px;
	text-align: center;
}
.rslides_tabs li a {
	color: #FFF;
	font-weight: bold;
}
.rslides_tabs li.rslides_here {
	background-color: #FFF;
}
.rslides_tabs li.rslides_here a {
	color: #2A6BB7;
}
.rslides {
	display: none;
}

/*******************************************************************************
 * Teaser
 ******************************************************************************/
#teaser {
	background-color: #2A6BB7;
	color: #FFF;
	z-index: 25;
	bottom: 27px;
	border: 0px !important;
	height: 40px;
	position: absolute;
	width: 100%;
	left: 0;
}
#teaser h1,
#teaser h1 a {
	color: #FFF;
	font-size: 25px;
	float: left;
	margin: 0;
}
#teaser h1 {
	text-indent: -9999px;
	width: 605px;
	height: 38px;
	overflow: hidden;
	margin: 2px 0 2px -5px;
}


/*******************************************************************************
 * Mainnavi
 ******************************************************************************/
#mainnavi {
	margin: 10px auto 0;
	position: inherit !important;
}
#mainnavi ul {
	margin: 0 -2px;
}
#mainnavi ul li {
	background-image: none !important;
	float: left;
}
#mainnavi ul li a {
	width: 138px;
	background-color: #2A6BB7;
	margin: 2px;
	padding: 8px 6px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	font-weight: bold;
}
#mainnavi ul li a.upperCase {
	text-transform: uppercase;
}
#mainnavi ul li a.faculty {
	height: 2.7em;
	color: #FFF !important;
}
#mainnavi ul li a:hover {
	color: #FFF !important;
}
#mainnavi ul li a:hover:after,
#mainnavi ul li a:active:after {
	content: ' ';
	width: 0;
	height: 0;
	display: inline-block;
}
#mainnavi ul li a.upperCase:hover:after,
#mainnavi ul li a.upperCase:active:after {
	position: absolute;
	left: 20px;
	top: 0;
	border-left: 0.6em solid transparent;
	border-top: 0.6em solid #FFF;
	border-right: 0.6em solid transparent;
}
#mainnavi ul li a.faculty:hover:after,
#mainnavi ul li a.faculty:active:after {
	position: absolute;
	right: 0;
	top: 1.6em;
	border-top: 0.6em solid transparent;
	border-right: 0.6em solid #FFF;
	border-bottom: 0.6em solid transparent;
}

/*******************************************************************************
 * Content
 ******************************************************************************/
#content {
	background: #fff;
}
#content h2 {
	background-color: #ccc;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
/*	width: 304px;*/
}
#content h2 a,
#content h2 a:hover {
	display: block;
	width: 292px;
	height: 20px;
	color: #2A6BB7 !important;
	text-decoration: none;
	background-color: #CCC;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	padding: 6px;
}
#content h2 a:hover {
	background-color: #C0C0C0;
}
#content h2 a:hover:after,
#content h2 a:active:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0.4em;
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 0.6em solid transparent;
	border-right: 0.6em solid #FFF;
	border-bottom: 0.6em solid transparent;
}
#content h2.colHeadline {
	padding: 6px 6px 4px 6px;
}
#content h3 {
	font-size: 1.2em;
	color: #2c6bb8;
	clear: none;
}
#content h3 a {
        color: #2c6bb8;
}

/*******************************************************************************
 * News
 ******************************************************************************/
.news-lastest-item p {
	clear: none;
}
.news-lastest-item h3 time {
	font-size: 0.8em;
}
.news-lastest-item {
	clear: left;
}

/*******************************************************************************
 * Col 1
 ******************************************************************************/
#col_1 {
	margin: 0 4px 0 0;
	width: 304px;
	float: left;
}
#col_1 li {
	background-image: none !important;
}

/*******************************************************************************
 * Col 2
 ******************************************************************************/
#col_2 {
	width: 304px;
	margin: 0 auto;
	float: left;
}
/*
#col_2 h3,
#col_2 p.teaser {
	width: 220px;
	margin-left: 55px;
	clear: none;
	font-size: inherit;
}
#col_2 h3 {
	font-size: 1.1em;
}
#col_2 .time {
	color: #FFF;
	font-weight: bold;
}
#col_2 p .time {
	text-align: center;
	margin: 0 1em 1em 0;
	border: 1px solid #2A6BB7;
	background-color: #2A6BB7;
	width: 3em;
	height: 3em;
	float: left;
}
#col_2 li {
	padding-left: 10px !important;
	margin-bottom: 5px;
	background-image: none !important;
}
*/

#content .tx-hsmweventcalendar-pi1 h3,
#content .tx-hsmweventcalendar-pi1 p.teaser {
	width: 220px;
	margin-left: 55px;
	clear: none;
	font-size: inherit;
}
#content .tx-hsmweventcalendar-pi1 h3 {
	font-size: 1.1em;
}
#content .tx-hsmweventcalendar-pi1 .time {
	color: #FFF;
	font-weight: bold;
}
#content .tx-hsmweventcalendar-pi1 p .time {
	text-align: center;
	margin: 0 1em 1em 0;
	border: 1px solid #2A6BB7;
	background-color: #2A6BB7;
	width: 3em;
	height: 3em;
	float: left;
}
#content .tx-hsmweventcalendar-pi1 li {
	padding-left: 10px !important;
	margin-bottom: 5px;
	background-image: none !important;
}

/*******************************************************************************
 * Others
 ******************************************************************************/
#col_3 {
	float: right;
	width: 304px;
}
#col_3 ul {
	margin: 0;
}
#col_3 li {
	margin-bottom: 18px;
	background-image: none !important;
}
#socmed {
	margin-bottom: 18px !important;
}
#socmed li {
	margin: 0 10px 10px 0;
	padding: 0;
	border: none;
	float: left;
	background-image: none !important;
}
#socmed li:first-child {
	margin: 0 10px 10px 0;
}
#socmed li:last-child {
	margin: 0 0 10 2px;
}
#socmed li a {
	width: 40px;
	height: 40px;
	display: block;
}
#extras li a {
	width: 304px;
	height: 70px;
	display: block;
}

/*******************************************************************************
 * Projekte
 ******************************************************************************/
#projects li {
	margin: 0 50px 0 0;
	padding: 0 !important;
	border: none;
	float: left;
	border-bottom: none;
	background-image: none !important;
}
#projects li a {
	width: 100px;
	height: 50px;
	display: block;
}


/*******************************************************************************
 * naviFunctions
 ******************************************************************************/
#naviFunctions {
	margin: 32px auto !important;
	background: none;
	padding: 0;
}
#naviFunctions li {
	float: left;
	width: 105px;
	margin: 0 10px 0 0;
	padding: 2px 3px;
}
#naviFunctions span.sprite {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}
#naviFunctions li a {
	font-size: 1em !important;
	color: #555;
}


/*******************************************************************************
 * Footer
 ******************************************************************************/
#footer {
	margin: 0 auto !important;
	padding-top: 20px;
	background: none;
	height: 350px;
}
#awards {
	margin: 0px auto;
	text-align: center;
	float: right;
}
#awards li {
	font-size: 1.1em;
	float: right;
	width: 100px;
	height: 44px;
	margin: 0 30px 30px 0;
	padding: 2px 3px;
	background: none;
	background-image: none !important;
}
#awards li a {
	display: block;
	width: 100px;
	height: 44px;
}
#finance {
	float: left;
}
#finance span {
	display: block;
	width: 285px;
	height: 50px;
}

/*******************************************************************************
 * Colors
 ******************************************************************************/
h1, h2, h3, h4, h5 {
	color: #2A6BB7;
	clear: none;
}
.ei {
	background-color: #ae0a77 !important;
}
.ma {
	background-color: #305099 !important;
}
.mni {
	background-color: #d58927 !important;
}
.wi {
	background-color: #649a42 !important;
}
.sa {
	background-color: #660066 !important;
}
.me {
	background-color: #95c03d !important;
}

/*******************************************************************************
 * Countdown LAZ
 ******************************************************************************/
#countdown-laz {
	text-align: center;
	width: 100%;
}
#countdown-laz span {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	font-size: 2em;
}

/*******************************************************************************
 * Sonstiges
 ******************************************************************************/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
