/* @group StudIP Header */

div#barTopTools {
	right: 10px;
}

div#barTopTools #zehnjahrestudip a {
	position: absolute;
	width: 116px;
	background: transparent url(../images/studip-10-jahre.png) no-repeat left top;
	top: -2px;
	right: 200px;
	height: 0; 
	overflow: hidden; 
	padding-top: 22px;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

div#barTopTools #zehnjahrestudip a:hover {
	background-color: #223a69;
	background-color: rgba(255,255,255,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#barTopTools #zehnjahrestudip a:active {
	top: -1px;
}

div#barTopMenu {
	z-index: 99;
}

div#barTopStudip {
	top: 25px;
	right: 10px;
}

div#barTopStudip a {
	background: url(../images/mlu-siegel-sprite.png) no-repeat right top;
	display: block;
	width: 312px;
	height: 70px;
	line-height: 20em;
	overflow: hidden;
}

div#barTopStudip a:hover {
	background: url(../images/mlu-siegel-sprite.png) no-repeat right bottom;
}

/* @end */

/* @group Link Styles */

#wrapper.awesome a {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-tap-highlight-color: #dd6264;
}

.awesome a:active {
	top: 1px;
	outline: none;
}

.awesome a:focus { 
	-moz-outline-style: none;
	outline: 2px solid #dd6264;
}

#wrapper.awesome a:hover {
	background-color: #dd6264;
	color: #fff;
	text-shadow: #777 0 1px 0;
	-webkit-box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.3);
	box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.3);
}

.awesome .box a {
	background-color: #d8e3e6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(#d8e3e6));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2), #d8e3e6);
	background-image: gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(#d8e3e6));
}

.awesome .box a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(#dd6264));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2), #dd6264);
	background-image: gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(#dd6264));
}

/* @end */

#wrapper.awesome ul {
	margin-left: 0;
	padding-left: 0;
}

#wrapper.awesome li {
	list-style: none;
}

/* @group Input Styles */

@-webkit-keyframes ComeOn
{		
	0% {
		-webkit-box-shadow: none;
	}
	50% {
		-webkit-box-shadow: 0px 0px 8px rgba(221, 2, 38, 0.8);
	}
	100% {
		-webkit-box-shadow: none;
	}
}

.awesome form {
	overflow: hidden;
	padding-bottom: 10px
}

.awesome input {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

.awesome label {
	clear: both;
	float: left;
	width: 100px;
	line-height: 2.3em;
	font-weight: bold;
}

.awesome input#loginname, 
.awesome input#password {
	border: 1px solid #fff;
	padding: 3px 5px;
	background: #e8eef0 url(../images/input-top.png) repeat-x left top;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A5A9AB), to(#E8EEF0), color-stop(.1,#E8EEF0));
	background-image: -moz-linear-gradient(0% 9% 90deg,#E8EEF0, #A5A9AB);
	background-image: gradient(linear, 0% 0%, 0% 100%, from(#A5A9AB), to(#E8EEF0), color-stop(.1,#E8EEF0));
	float: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 61%;
}

.awesome input#username:hover,
.awesome input#password:hover {
	background-color: #fff;
}

.awesome input#username:focus,
.awesome input#password:focus,
.awesome input:focus {
	outline: none;
	border: 1px solid #dd6264;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.8);
	-moz-box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.8);
	box-shadow: 0px 0px 5px rgba(221, 2, 38, 0.8);
	-webkit-animation-name: ComeOn;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;	
	-webkit-animation-iteration-count: infinite;
}

.awesome input.button {
	clear: both;
	margin-top: 5px;
	margin-left: 100px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 2px #888;
	-moz-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	position: relative;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	transition: border 0.2s linear;
	float: left;
}

.awesome input.button:hover,
.awesome input.button:focus {
	border-color: #dd6264;
}

.awesome input.button:active {
	top: 1px;
}

.awesome form p {
	margin-bottom: 5px;
}

#wrapper.awesome .box a.smartcard {
	width: 32px;
	height: 21px;
	display: block;
	background: url(../images/smartcard.png);
	text-indent: -99999px;
	filter: alpha(opacity=30);
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	margin-top: 6px;
	margin-right: 3px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right
}
	
#wrapper.awesome .box a.smartcard:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* @end */

/* @group Primary Layout */

#wrapper.awesome {
	max-width: 960px;
	min-width: 300px;
	margin: 0 auto;
	line-height: 1.3em;
	padding-bottom: 20px;
	position: relative;
	z-index: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.awesome .box, .awesome p#language, #tooltip {
	border: 1px solid #fff;
	background-color: #d3dee3;
	background-image: url(../images/box-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.7)), to(#d3dee3), color-stop(.1,#d3dee3));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.4), #d3dee3, #d3dee3 20%);
	background-image: gradient(linear, left top, left bottom, from(rgba(255,255,255,.4)), to(#d3dee3), color-stop(.1,#d3dee3));
	padding: 15px 20px 5px;
	-webkit-box-shadow: 0px 2px 10px #777;
	-moz-box-shadow: 0px 2px 10px #777;
	box-shadow: 0px 2px 10px #777;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=120, Strength=3);
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	position: relative;
	text-shadow: #eaeaea 0 1px 0;
	z-index: 2;
}

.awesome #loginhelp {
	width: 61%;
	float: left;
	position: relative;
	margin-right: 25px;
	margin-top: 10px;
}

.awesome #fotodesmonats {
	width: 260px;
	float: left;
	margin-top: 10px;
}

.awesome #blogcommunity {
	clear: both;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-shadow: #cbcbcb 0 1px 0;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: relative;
}

.awesome #blogcommunity:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.awesome #login {
	width: 50%;
	float: left;
	margin-right: 10%;
	min-width: 170px;
}

/* @end */

/* @group Heading Icons */

.awesome #login h2 span, #help h2 span, #fotodesmonats h2 span, #blogcommunity h2 span {
	background-image: url(../images/Sprite-Master.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 5px;
	float: left;
}

.awesome #login h2 span {
	background-position: -282px -251px;
}

.awesome #help h2 span {
	background-position: -282px -383px;
}

.awesome #fotodesmonats h2 span {
	background-position: -282px -299px;
	margin-right: 7px;
}

.awesome #blogcommunity h2 span {
	background-position: -282px -347px;
}

/* @end */

/* @group Box Content */

.awesome #help {
	float: left;
	width: 40%;
	margin-bottom: 10px;
	min-width: 135px;
}

.awesome #help a {
	padding: 5px;
	display: block;
	margin-left: -5px;
}

.awesome #help li {
	margin-bottom: 5px;
}

.awesome #help li#blog-link {
	font-weight: bold;
	margin: 15px 0;
}

.awesome #statistik {
	clear: both;
	background: url(../images/line-horiz.png) repeat-x left top;
	position: absolute;
	padding-top: 5px;
	bottom: 0;
	left: 20px;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #919191;
	width: 94%;
}

.awesome #statistik img {
	margin-top: 3px;
}

.awesome .box h2 {
	margin-top: 0;
	background: url(../images/line-horiz.png) repeat-x left bottom;
	padding-bottom: 10px;
}

.awesome .box h3 {
	margin-bottom: 5px;
	font-size: 1em;
}

.awesome .box p {
	margin-top: 0;
	overflow: auto;
	padding-top: 2px;
	margin-bottom: 3px;
}

.awesome p#language {
	position: absolute;
	min-height: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	left: -33px;
	top: 50px;
	overflow: hidden;
	box-shadow: 0 2px 5px #777;
	-webkit-box-shadow: 0 2px 5px #777;
	-moz-box-shadow: 0 2px 5px #777;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

.awesome p#language:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.awesome p#language a {
	display: block;
	margin-bottom: 5px;
	padding: 2px;
}

.awesome p#language a:hover {
	border: 2px solid #006895;
	padding: 0;
}

.awesome p#notice {
	clear: both;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #919191;
}

.awesome #login p {
	overflow: hidden;
}

/* @end */

/* @group Foto des Monats */

#wrapper.awesome a#foto {
	z-index: 5;
	display: block;
	position: relative;
	background: none;
	color: #fff;
	text-shadow: none;
	clear: both;
	margin-bottom: 60px;
	cursor: pointer;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#wrapper.awesome a#foto:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.awesome #foto img {
	display: block;
}

.awesome #foto.wide {
	width: 262px;
	margin-top: 20px;
}

.awesome #foto.wide span#frame {
	overflow: hidden;
	width: 255px;
	height: 145px;
	display: block;
}

.awesome #foto.wide span#overlay {
	position: absolute;
	top: -10px;
	left: 0;
	width: 262px;
	height: 171px;
	background: url(../images/foto-overlay.png) no-repeat left top;
	cursor: pointer;
}

.awesome #foto.portrait {
	width: 155px;
	margin: 20px auto 0;
}

.awesome #foto.portrait span#frame {
	overflow: hidden;
	width: 153px;
	height: 190px;
	display: block;
}

.awesome #foto.portrait span#overlay {
	position: absolute;
	top: -10px;
	left: 0;
	width: 155px;
	height: 218px;
	background: url(../images/foto-overlay-portrait.png) no-repeat left top;
	cursor: pointer;
}

.awesome #sponsor {
  clear: both;
  background: url(../images/line-horiz.png) repeat-x left top;
  position: absolute;
  padding-top: 5px;
  bottom: 0;
  left: 20px;
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #919191;
  width: 88%;
  line-height: 2.7em;
  overflow: hidden;
}

.awesome #sponsor a {
  width: 71px;
  height: 23px;
  text-indent: -99999px;
  background: url(../images/logo-cinemaxx.png) no-repeat left top;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  margin-left: 4px;
  display: inline-block;
}

.awesome #sponsor a:hover {
  background: transparent url(../images/logo-cinemaxx.png) no-repeat left bottom;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* @end */

/* @group Blog Community */

.awesome #visits {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	background: url(../images/line-horiz2.png) repeat-x left top;
	color: #686868;
}

.awesome #visits span {
	font: italic bold 1.1em Georgia, "Times New Roman", Times, serif;
}

.awesome #blogcommunity h2 {
	padding-bottom: 8px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.2em;
	background: url(../images/line-horiz2.png) repeat-x left bottom;
	width: 170px;
	float: left;
	margin-top: 15px;
}

.awesome ul#tabnav {
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
	overflow: auto;
	width: 765px;
}

.awesome #tabnav li {
	float: left;
	position: relative;
}

.awesome #tabnav a {
	font-weight: bold;
	color: #666;
	font-size: 1em;
	display: inline-block;
	width: 190px;
	height: 30px;
	background: url(../images/Sprite-Master.png) no-repeat -1px -333px;
	text-align: center;
	line-height: 2.3em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	
}

.awesome #tabnav a:hover {
	color: #444;
	background-color: transparent;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.awesome #tabnav a:focus {
	outline: none;
}

.awesome #tabnav a.selected {
	color: #000;
	background: url(../images/Sprite-Master.png) no-repeat left -368px;
}

.awesome .panel {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.awesome .panel .post {
	float: left;
	width: 210px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 30px;
	min-height: 130px;
}

.awesome #presse.panel .post {
	min-height: 60px;
}

.awesome .post .teaser {
	height: 50px;
	overflow: hidden;
	margin: 0;
}

.awesome .post .meta {
	font-size: 0.8em;
	bottom: 0;
	line-height: 1.1em;
	clear: both;
	position: absolute;
	margin: 0;
}

.awesome .post h3 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 5px;
}

.awesome .post h3 a {
	display: block;
	margin-left: -2px;
	padding: 3px;
}

.awesome .post a {
	background-color: rgba(212,223,226,0.15);
}

.awesome h2 {
	clear: both;
}

.awesome ul#everything {
	clear: both;
	font-weight: bold;
	padding-bottom: 20px;
	background: url(../images/line-horiz2.png) repeat-x left top;
	padding-top: 15px;
	margin-top: 10px;
	width: 100%;
	text-shadow: #cbcbcb 0 1px 0;
	color: #686868;
	float: left;
}

.awesome #everything li {
	float: left;
	width: 20%;
	margin: 0 20px;
	text-align: center;
}

.awesome #everything a {
	padding: 5px 5px 5px 21px;
	background-image: url(../images/Sprite-Master.png);
	background-repeat: no-repeat;
}

.awesome .portal {
	background-position: -283px -38px;
}

.awesome .newblog {
	background-position: -283px -97px;
}

.awesome .twitter {
	background-position: -283px -208px;
}

.awesome .facebook {
	background-position: -283px -153px;
}

span.infopopup {
	background: transparent url(../images/Sprite-Master.png) no-repeat right top;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-left: 0;
	cursor: help;
	top: 2px;
	position: relative;
}

#tooltip {
	position: absolute;
	width: 160px;
	min-height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	right: 0;
	top: 0;
	padding: 5px;
	color: #888;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* @end */

.awesome br.dirtyLittleTrick {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0
}

.awesome .clear {
	clear: both;
	display: block;
}

/* @group Shadowbox */

#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
	background: url(../images/ajax-loader.gif) no-repeat center center;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
	font-size:16px;
	padding:5px 0;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: #000 0 1px 0;
}

#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../images/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../images/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../images/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../images/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../images/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}

div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}

/* @end */

