/************************** CONTENT ***********************************/
#Container #Content {
	margin: 0 auto 10px auto;
	width: 1100px;
	position: relative;
	
	transition: margin 1s, opacity 1s;
	-webkit-transition: margin 1s, opacity 1s;
}

#Container #Content.loading {
	opacity: 0.5;
	height: 200px;
	background-image: url("../images/LoadingIndicator.gif");
	background-position: center;
	background-repeat: no-repeat;
}

#Container #Content div,
#Container #Content h1,
#Container #Content h2,
#Container #Content h3,
#Container #Content p,
#Container #Content img
{
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#Container #Content a {
	transition: opacity 1s, color 1s;
	-webkit-transition: opacity 1s, color 1s;
}

#Container #Content.outgoing div,
#Container #Content.loading div,
#Container #Content.outgoing h1,
#Container #Content.loading h1,
#Container #Content.outgoing h2,
#Container #Content.loading h2,
#Container #Content.outgoing h3,
#Container #Content.loading h3,
#Container #Content.outgoing p,
#Container #Content.loading p,
#Container #Content.outgoing a,
#Container #Content.loading a,
#Container #Content.outgoing img,
#Container #Content.loading img
{
	opacity: 0;
}

#Container #Content #Heading {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

#Container #Content #Heading h1 {
	font-family: "CopperplateGothicLightRegular", Verdana, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 20px;
}

#Container #Content #Video {
	margin: 50px auto;
	width: 726px;
	text-align: center;
	position: relative;
}

#Container #Content #Video #VideoShadow {
	width: 100%;
	height: 16px;
	background-image: url("../images/VideoShadow.png");
	background-repeat:  no-repeat;
	background-position: top center;
}

#Container #Content #mail{
	padding: 10px 0;
}

#Container #Content #LiveLectures {
	margin: 10px auto 50px auto;
}

#Container #Content #GoogleMap iframe {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	transition: box-shadow 0.5s;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	-webkit-transition: -webkit-box-shadow 0.5s;
}

#Container #Content #GoogleMap iframe:hover {
	box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
}


/************************** CONTENT ATTRIBUTES ***********************************/
#Container #Content h1 {
	font-family: "CopperplateGothicLightRegular", Verdana, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#Container #Content h2,
#Container #Content #Links h2 {
	font-family: "CopperplateGothicBoldRegular", Verdana, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-bottom: 5px;
}

#Container #Content h3 {
	font-family: "CopperplateGothicLightRegular", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

#Container #Content p {
	line-height: 25px;
	font-weight: lighter;
	padding: 10px 20px 5px 20px;
	text-align: justify;
}

#Container #Content p:first-child {
	padding-top: 0;
}

#Container #Content h2:first-child {
	padding-top: 0;
}

#Container #Content .center {
	text-align: center;
}

#Container #Content .bold {
	font-weight: bold;
}

#Container #Content .smallcenter {
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
	line-height: 15px;
}

#Container #Content .small {
	font-size: 10px;
}

#Container #Content .right  {
	text-align: right;
}

#Container #Content .right img {
	float: right;
	margin: 5px;
	
	border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90% , transparent), to(rgba(255, 255, 255, 0.3)))
}

#Container #Content .red {
	color: #900;
}

#Container #Content .blue {
	color: rgb(63,130,239);
}

#Container #Content .Bulletpoint2 {
	list-style-position: inside;
	list-style-type: circle;
}

#Container #Content ul {
	padding-top: 5px;
	padding-left: 45px;
}

#Container #Content ul li {
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-position: outside;
}

#Container #Content ol {
	padding-top: 5px;
	padding-left: 45px;
}

#Container #Content ol li {
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: decimal;
	list-style-position: outside;
}

#Container #Content td {
	padding: 15px;
}

#Container #Content tr td:first-child {
	text-align: right;
	font-weight: bold;
}

#Container #Content img.topcenter {
	position: absolute;
	top: 0;
	left: 0;
	
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#Container #Content img.center {
	display: block;
	margin: 0 auto;
}

#Container #Content img.welcome {
	padding-bottom: 20px;
}

#Container #Content .belowimage {
	padding-top: 550px;
}


/************************** CONTENT CONTACT ***********************************/
#Container #Content #ContactPicture {
	background-image: url("../images/ViktorLerkeContact.jpg");
	width: 100px;
	height: 100px;
	float: left;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#Container #Content h2.ContactName {
	padding: 25px 0;
	padding-left: 110px;
	height: 60px;
}

#Container #Content table.contactTable {
	padding: 10px 0;
	margin: 0 auto;
}

#Container #Content table.contactTable tr {
	padding: 5px 0;
	height: 25px;
}

#Container #Content table.contactTable tr td {
	padding: 0;
}

#Container #Content table.contactTable tr td:first-child {
	padding-right: 5px;
}


/************************** CONTENT TEXT ***********************************/
#Container #Content #Text {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	background-color: #FFF;
	padding: 50px;
	position: relative;
	
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
}

#Container #Content #Text.divided {
	background-image: url("../images/Divider.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#Container #Content #Text.divided.smallContent {
	background-size: contain;
}

#Container #Content #Text.divided p {
	padding-right: 0;
	padding-left: 0;
}

#Container #Content #Text.divided.third {
	background-position: 33%;
}

#Container #Content #Text.divided.twothirds {
	background-position: 66%;
}

#Container #Content #Text.divided.half div.dividedleft {
	width: 400px;
	float: left;
}

#Container #Content #Text.divided.third div.dividedleft {
	width: 250px;
	float: left;
}

#Container #Content #Text.divided.twothirds div.dividedleft {
	width: 550px;
	float: left;
}

#Container #Content #Text.divided.half div.dividedright {
	width: 400px;
	float: right;
}

#Container #Content #Text.divided.third div.dividedright {
	width: 550px;
	float: right;
}

#Container #Content #Text.divided.twothirds div.dividedright {
	width: 250px;
	float: right;
}


/************************** CONTENT LINKS ***********************************/
#Container #Content #Links {
	float: right;
	width: 270px;
	text-align: center;
	margin: 0 0 20px 20px;
}

#Container #Content #Links h2 {
	padding: 0;
}

#Container #Content #Links a {
	text-decoration: none;
}

#Container #Content #Links a p {
	padding: 15px;
	background-color: #FFF;
	margin: 5px 0;
	text-align: center;
	font-family: "CopperplateGothicLightRegular", Verdana, Helvetica, sans-serif;
	background-color: rgba(34,70,129,0.05);
	
	border-radius: 5px;
	box-shadow: inset rgba(0,0,0,0.5) 0 1px 5px;
	transition: background-color 0.5s, color 0.5s;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: inset rgba(0,0,0,0.5) 0 1px 5px;
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset rgba(0,0,0,0.5) 0 1px 5px;
	-webkit-transition: background-color 0.5s, color 0.5s;
}

#Container #Content #Links a:hover p {
	background-color: rgba(34,70,129,0.5);
	color: #FFF;
}

#Container #Content #Links p.smallcenter {
	-webkit-box-reflect: below  -2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
}


/************************** CONTENT LISTCONTAINER  ***********************************/
#Container #Content #ListContainer {
	background-image: url("../images/ListContentBackground.jpg");
	background-repeat: repeat-y;
	background-position: 220px top;
	border: none;
	background-color: #FFF;
	overflow: hidden;
	
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
}


/************************** CONTENT LISTCONTAINER CONTENTLIST ***********************************/
#Container #Content #ContentList {
	width: 230px;
	float: left;
	position: relative;
}

#Container #Content #ContentList ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#Container #Content #ContentList ul li {
	position: relative;
	list-style-type: none;
	
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

#Container #Content #ContentList ul li.selected {
	background-color: rgb(34,70,129);
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(47,98,180,1)), color-stop(0.4, rgba(63,130,239,1)), color-stop(0.6, rgba(63,130,239,1)), to(rgba(47,98,180,1)));
}

#Container #Content #ContentList ul li:nth-child(even) {
	background-color: rgba(34,70,129,0.2);
}

#Container #Content #ContentList ul li:nth-child(even).selected {
	background-color: rgb(34,70,129);
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(47,98,180,1)), color-stop(0.4, rgba(63,130,239,1)), color-stop(0.6, rgba(63,130,239,1)), to(rgba(47,98,180,1)));
}

#Container #Content #ContentList ul li:first-child {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

#Container #Content #ContentList ul li:last-child {
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}

#Container #Content #ContentList ul li:hover {
	background-color: rgb(47,98,180);
}

#Container #Content #ContentList ul li a {
	font-family: "CopperplateGothicLightRegular", Verdana, Helvetica, sans-serif;
	
	transition: color 1s;
	-webkit-transition: color 1s;
}

#Container #Content #ContentList ul li div {
	padding: 10px;
}

#Container #Content #ContentList ul li.selected div {
	background-image: url("../images/ListPointer.png");
	background-position: center right;
	background-repeat: no-repeat;
}

#Container #Content #ContentList ul li:hover a {
	color: #FFF;
	text-decoration: none;
}

#Container #Content #ContentList ul li.selected a {
	color: #FFF;
}

#Container #Content #ContentList ul li a h3 {
	font-size: 18px;
	padding: 0;
	padding-bottom: 5px;
}

#Container #Content #ContentList ul li a:hover h3 {
	text-decoration: underline;
}

#Container #Content #ContentList ul li a p {
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	color: #555;
}

#Container #Content #ContentList ul li:hover a p {
	text-decoration: none;
	color: #DDD;
}

#Container #Content #ContentList ul li a h4 {
	font-size: 15px;
	padding: 0;
}

#Container #Content #ContentList ul li a:hover h4 {
	text-decoration: underline;
}

#Container #Content #ContentList ul li.selected a p {
	color: #DDD;
}

#Container #Content #ContentList ul h3.topic {
	padding: 0;
	padding-top: 80px;
	height: 20px;
	text-align: center;
	background-image: url("../images/ListTopicBackground.png");
}


/************************** CONTENT LISTCONTAINER CONTENTDETAIL ***********************************/
#Container #Content #ContentDetail {
	float: right;
	width: 810px;
	padding: 30px;
	
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#Container #Content #ContentDetail.outgoing {
	height: 200px;
}

#Container #Content #ContentDetail.loading {
	opacity: 0.5;
	height: 200px;
	background-image: url("../images/LoadingIndicator.gif");
	background-position: center;
	background-repeat: no-repeat;
}

#Container #Content #ContentDetail div,
#Container #Content #ContentDetail h1,
#Container #Content #ContentDetail h2,
#Container #Content #ContentDetail h3,
#Container #Content #ContentDetail p,
#Container #Content #ContentDetail ul,
#Container #Content #ContentDetail ol,
#Container #Content #ContentDetail li,
#Container #Content #ContentDetail table,
#Container #Content #ContentDetail img,
#Container #Content #ContentDetail hr
{
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#Container #Content #ContentDetail a {
	opacity: 1;
	
	transition: opacity 1s, color 1s;
	-webkit-transition: opacity 1s, color 1s;
}

#Container #Content #ContentDetail.outgoing div,
#Container #Content #ContentDetail.loading div,
#Container #Content #ContentDetail.outgoing h1,
#Container #Content #ContentDetail.loading h1,
#Container #Content #ContentDetail.outgoing h2,
#Container #Content #ContentDetail.loading h2,
#Container #Content #ContentDetail.outgoing h3,
#Container #Content #ContentDetail.loading h3,
#Container #Content #ContentDetail.outgoing p,
#Container #Content #ContentDetail.loading p,
#Container #Content #ContentDetail.outgoing a,
#Container #Content #ContentDetail.loading a,
#Container #Content #ContentDetail.outgoing ul,
#Container #Content #ContentDetail.loading ul,
#Container #Content #ContentDetail.outgoing ol,
#Container #Content #ContentDetail.loading ol,
#Container #Content #ContentDetail.outgoing li,
#Container #Content #ContentDetail.loading li,
#Container #Content #ContentDetail.outgoing table,
#Container #Content #ContentDetail.loading table,
#Container #Content #ContentDetail.outgoing img,
#Container #Content #ContentDetail.loading img,
#Container #Content #ContentDetail.outgoing hr,
#Container #Content #ContentDetail.loading hr
{
	opacity: 0;
}

#Container #Content #ContentDetail h1 {
	text-align: center;
}

#Container #Content #ContentDetail.center {
	text-align: center;
}

#Container #Content #ContentDetail.center img {
	display: block;
	margin: 5px auto 10px auto;
	
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	transition: box-shadow 0.5s;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
	
	-webkit-border-radius: 5px;
	-webkit-transition: -webkit-box-shadow 0.5s;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 3px, inset rgba(0,0,0,0.5) 0px -1px 3px;
}

#Container #Content #ContentDetail.center img:hover {
	box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
}

/************************** TOTOP ***********************************/
#Container #Content #toTop {
	width: 60px;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	padding-top: 5px;
	opacity: 0.3;
	
	transition: opacity 1s, margin 0.5s;
	-webkit-transition: opacity 1s, margin 0.5s;
}

#Container #Content #toTop:hover {
	opacity: 1;
	margin-top: 10px;
}

#Container #Content #toTop div.arrow {
	text-align: center;
	width: 60px;
	height: 60px;
	
	background-color: #FFF;
	background-image: url("../images/ToTop.png");
	background-size: 60px 60px;
	
	border-radius: 30px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 5px;
	transition: background-color 1s, box-shadow 1s;
	
	-moz-border-radius: 30px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 5px;
	
	-webkit-border-radius: 30px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 5px;
	-webkit-transition: background-color 1s, -webkit-box-shadow 1s;
}

#Container #Content #toTop:hover div.arrow {
	background-color: #3F82EF;
	
	box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 10px;
}

#Container #Content #toTop p {
	position: absolute;
	width: 100px;
	left: -20px;
	top: 70px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #000;
	padding: 0;
	
	transition: color 1s;
	-webkit-transition: color 1s;
}

#Container #Content #toTop:hover p {
	color: #3F82EF;
}