/*www.kritvit.se | Andreas Viklund*/
/*_______________________________________________________________________________________________________*/
/*___________________________________________djurgymnasiet.com___________________________________________*/


/*________________________*/
/*____GENERAL_SETTINGS____*/
body {
	margin: 0px;
	padding: 0px;
	font-family:verdana, helvetica, arial, sans-serif;
	background-color: #414042;
}
	
a {
	text-decoration: none;
	font-weight: normal;
	color:  #OOOOOO;
	outline: none;
}
a:visited {
	color:  #F2663B;
}
a:active {
	color:  #F2663B;
}
a:hover {
	color: #F2663B;
	text-decoration: underline;
}

p	{
	font-size: 12px;
	line-height: 14px;
	margin: 10px;
	padding: 0px 0px 0px 10px;
}
	
h1 {
	color: #cccccc;
	font-size: 16px;
	font-weight: bold;
}
	
h2 {
	color: #cccccc;
	font-size: 10px;
	font-weight: lighter;
}
	
h3 {
	max-width:290px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 20;
	margin-bottom: 0;
	padding: 0px 0px 0px 10px;
}

img {
	border-color: #ffffff;
	border-style: solid; 
	border: 5;
}
		

/*_____GENERAL_SETTINGS____*/
/*_________________________*/


/*______________________*/
/*____framestructure____*/
div#topWrapper {
	width: 100%;
	height: 120px;
}

div#topLeft {
	float: left;
	margin: 40px 0 0 20px;
}

div#topRight {
	background-color: #ffffff;
	width: 140px;
	height: 80px;
	float: right;
	padding: 20px 5px 5px 5px;
	margin-right: 100px;
}


div#wrapper {
	width: 100%;
	height: 400px;
	margin-top: 20px;
	margin-right: 20px;
}

#topSection {
	float: left;
	width: 100%;
	min-height: 200px;
	margin-top: 20px;
	margin-right: 20px;
}

#bottomSection {
	float: left;
	width: 100%;
	min-height: 200px;
	margin-top: 20px;
	margin-right: 20px;
}

div.image {
	float: left;
	margin: 0 0 20px 20px;
	text-align: center;
}

/*____framestructure____*/
/*______________________*/

