/* nodes by type*/
body, html {
	height: 100% !important;
	margin:0;
	padding:0;
}
body {
	color: #494949;
	overflow-y: scroll;
}

body, input, textarea {
	font-family: 'Monda', sans-serif;
	font-size: 15px;
}

h1 {
	background: url(https://agm-netzwerk.de/uploads/agm/h1Background.png) no-repeat;
	font-size: 34px;
	font-weight: 300;
	width:585px;
	height:85px;
	line-height:85px;
	padding-left:145px;
	color:#0062ff;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	color:#0062ff;
	margin:10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color:#0062ff;
	margin:10px 0;
}

a {
	text-decoration:none;
	border:0;
	outline:0;
	color:#434343;
}

p {
	margin:10px 0;
	font-size:15px;
	font-weight:100;
}

/* classes */
.link {
	color:#434343;
	text-decoration:none;
	border: 0 none;
	outline: 0 none;
	cursor:pointer;
}

.link:hover {
	text-decoration:underline;
}

.fontSizeZero {
	font-size:0;
}

.fontSizeZero div, .fontSizeZero a, .fontSizeZero li, .fontSizeZero span {
	font-size:15px;
}


.formField {
	width:100%;
	border:0;
	background-color:#E0E0E0;
	min-height:25px;
	padding:5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	font-family: 'Monda', sans-serif;
	font-size: 15px;
}

textarea.formField {
	min-height:80px;
	margin-bottom:15px;
	
}


.button {
	background: url(https://agm-netzwerk.de/uploads/agm/button.png) repeat-x;
	height:33px;
	line-height:33px;
	width:97px;
	color:#fff;
	border:0;
	cursor:pointer;
	font-family: 'Monda', sans-serif;
	font-size: 16px;
	text-align:center;
}

/*
.navSplit {
	border-right: 1px solid #999999;
}
*/

.currentPageLi  {
	background-color: #0062FF;
	border-left: 1px solid #494949;
	border-right: 1px solid #999999;
}

.submenu {	
	border-right: 1px solid #999999;
	background-color:#1953B0;
	-moz-box-shadow: 0px 5px 10px #333; /* Firefox */
	-webkit-box-shadow: 0px 5px 10px #333; /* Safari and Chrome */
	box-shadow: 0px 5px 10px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.submenu .potato-menu-item:hover {
	background-color:#1157C8;
}

.h1Date {
	position:absolute;
	right:34px;
	top:34px;
color:#494949;
font-size:11px;
}

/* unique nodes */

#header {
	background: url(https://agm-netzwerk.de/uploads/agm/grey_wood.png) repeat-x;
	height: 230px;
	padding-top: 50px;
}

#mainNavContainer {
	background: url(https://agm-netzwerk.de/uploads/agm/headerNavBackground.png) repeat-x;
	height:50px;
	line-height:36px;
	left:0;
	top:0;
position:fixed;
width:100%;
z-index:1000;
}

#mainNavContainer ul {
	padding:0;
	margin:0;
}

#mainNavContainer li {
	display:inline-block;
	padding-right:15px;
	padding-left:15px;
}

#mainNavContainer li  a{
	color:#fff;
}

#logo {
	background: url(https://agm-netzwerk.de/uploads/agm/logo.png) no-repeat;
	top:100px;
	width:813px;
	height:132px;
	margin-top:30px;
}

#headerFooterLine {
	background: url(https://agm-netzwerk.de/uploads/agm/headerFooterLine.png) repeat-x;
	bottom:0;
	height:36px;
}

#headerFooterAngle {
	background: url(https://agm-netzwerk.de/uploads/agm/headerFooterAngle.png) no-repeat;
	margin-left:18px;
	height:36px;
	width:50px;
}


#agmSchildGross {
	background: url(https://agm-netzwerk.de/uploads/agm/agmSchildGross.png) repeat-x;
	top:0;
	height:70px;
	width:80px;

}

#mainNav {
	margin-left:130px;
}

#newsletter {
	background: url(https://agm-netzwerk.de/uploads/agm/newsletterBackground.png) repeat-x;
	height:100px;
position:fixed;
bottom:0;
}

#newsletterAngle {
	background: url(https://agm-netzwerk.de/uploads/agm/newsletterBackgroundAngle.png) no-repeat;
	height:37px;
	width:50px;
	margin-left:18px;
}

#footer  {
	background-color: #0062ff;
	border-top:1px #fff solid;
	bottom:0px;
	height:140px;
	max-height:140px;
}

#footerContainer a {
	color:#434343;
}

#content {
	background:url(https://agm-netzwerk.de/uploads/agm/contentBackground.png) repeat-y;
	padding-bottom:150px;
	padding-top:10px;
}

#contentPanel, .contentPanel {
	padding-left:145px;
}


#content a {
	color:#000;
	text-decoration:underline;
}

#content .threeOfFourWidth {
	width:70%;
	margin-right:30px;
}

#newsletterContainer img {
	width:585px;
margin:10px 0;
}

#newsletterContainer img.klein {
	width:290px;
margin:10px 0;
}

#contentContainer ul li{
	padding-left:20px;
}

.newsletterFormContainer {
	background: url(https://agm-netzwerk.de/uploads/agm/newsletterFormBackground.png) no-repeat;
	height:47px;
	width:100%;
}

.newsletterFormContainer input {
position:absolute;
left:60px;
top:12px;
width:460px;
height:20px;
line-height:20px;
border:0;
outline:0;
font-size:16px;
}

.newsletterFormContainer .button {
position:absolute;
top:6px;
left:525px;
}

.newsletterFormContainer .link {
position:absolute;
top:12px;
left:640px;
}



#notify {
	display:none;
	top:20px;
	right:20px;
	position:fixed;
	z-index:1000;
	width:250px;
	background-color:#fff;
	border:1px #3e3e3e solid;
	padding:30px;
}

.box {
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 0px 0px 10px #0062FF; /* Firefox */
  -webkit-box-shadow: 0px 0px 10px #0062FF; /* Safari and Chrome */
  box-shadow: 0px 0px 10px #0062FF; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  behavior: url((https://agm-netzwerk.de/uploads/agm/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}


/* Stylesheet: agm Modified On 2013-11-19 17:05:56 */
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
/* Stylesheet: ui-notify Modified On 2013-03-21 20:24:36 */
