@CHARSET "ISO-8859-1";
@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-regular.ttf) format('truetype'); 
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-bold.ttf) format('truetype'); 
   font-weight: bold;
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-italic.ttf) format('truetype'); 
   font-weight: bold;
   font-style: italic;
}

@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(fonts/opensans/opensans-regular.ttf) format('truetype'); 
   font-style: normal;
}

/* Kalender Eigenschaften */

.calendarlayer {
    position: inherit;
    clear: both;
}

.calendarbox li {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: #f0f0f0;
    color: #2A2E36;
    border: solid #ffffff;
    border-width: 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    width: 31px;
    padding: 2px 2px 2px 6px;
    text-align: center;
}

.calendario {
    margin: 1px;
    padding: 1px;
    height: 122px;
    width: 230px; 

}

.calendario .element {
    margin: 0;
    vertical-align: top;
    float: left;
    padding: 2px;
    border: 1px solid #B2CBDB;
}

.calendario .c236 {
    width: 223px;
}

.calendario .half {
    margin: 0;
    padding: 0;
}

.calendario .half li {
    text-align: center;
    display: block;
    float: left;
    background: #f0f0f0;
    color: #015488;
    border: solid #ffffff;
    border-top-width: 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    width: 31px;
    padding: 0px 0 0px 0;
}

body.mode-dark .calendario .half li {
	background-color: #000000;
	color: #FFFFFF;
}

body.mode-dark .calendario li.day {
	color: #FFFFFF;
}

body.mode-dark .calendario .caption {
	background-color: #333333;
}

body.mode-light .calendario .half li {
  background-color: #FFFFFF;
  color: #000000;
}

body.mode-light .calendario .half li a {
	text-decoration: underline;
}

body.mode-light .calendario li.day {
  color: #000000;
}

body.mode-light .calendario .caption {
  background-color: #FFFFFF;
	color: #000000;
}

.calendario .half a:link,.calendario .half a:visited,.calendario .half a:hover {
    color: #2A2E36;
    text-decoration: none;
}

.calendario .half li.today a:link, .calendario .half li.today a:visited, .calendario .half li.today a:hover {
	color: #FFFFFF;
}

.calendario .half a:hover {
    text-decoration: underline;
}

.calendario .caption {
	height: 20px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #146fb7;
    padding-top: 5px;
	padding-bottom: 3px;
}

.calendario .caption .capt_left {
	width: 66px;
	height: 20px;
	float: left;
    text-align: left;
	background: #146fb7;
}

.calendario .caption .capt_mid {
	width: 85px;
	float: left;
	height: 20px;
    text-align: center;
	background: #146fb7;
}

.calendario .caption .capt_right {
	width: 66px;
	height:20px;
	float: right;
	text-align: right;
	background: #146fb7;
}

.calendario li.day {
    background: #DFEFFF;
    color: #2A2E36;
    font-weight: bold;
    text-decoration: none;
}

.calendario li.first {
    border-left-width: 0;
}

.calendario li.outofrange {
    /*background-color: #aaa;*/
}

.calendario li.activity {
    background-color: #c6e9ff;
    color: #0182d5;
    font-weight: bold;
}

.calendario li.past {
    background-color: #ddd;
}

.calendario li.today {
    background: #146fb7;
    font-weight: bold;
}

.date {
	position: relative;
	top: 5px;
	left: 3px;
	width: 200px;
	height: 30px;
}

body table {
	
}

#vcal a:link, a:active, a:hover, a:visited {
	/*color : black;*/
	text-decoration:none;
}


.vcal-site input, .vcal-site select, .vcal-site textarea,
#event_details input, .msu_look_like_btn {
	border: 1px solid #2A2E36;
	padding: 4px 5px;
}

.vcal-site input[type=button],
#event_details input[type=button],
.vcal-site input[type=submit],
.msu_look_like_btn {
	cursor: pointer;
}

.msu_look_like_btn_big {
	padding: 6px 45px;
}

#msu_foto_body input[type="text"]:not(.msu_small_input), 
#msu_foto_body input[type="email"]:not(.msu_small_input) {
  width: 250px;
}

#foto-captcha {
	display: block !important;
  width: 150px !important;
}

.msu_suche input, .msu_suche select, .msu_suche textarea {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.vcal-site input[type="button"]:not(.button_hochladen) {
  width: 50%;
  cursor: pointer;
}

#kalbtn  {
	color: #ffffff;
	margin-top: -10px;
}

.no-border {
	background-color: transparent;
  border: medium none !important;
}

#vcal th {
	text-align: left;
	background-color: #146fb7;
	color: #FFFFFF;
}

#vcal th, #vcal td {
	padding: 5px;
}



